- 博客(6)
- 收藏
- 关注
原创 shiro-登录授权会话的简单使用demo
刚刚学习shiro,动手做了个入门demo,高手请绕道。嘻嘻项目源码:https://github.com/cenmen/shiro-demo1.0.git项目结构如下图:在shiro数据库中新建两个表user和authority,表的内容如下图:备注:demo使用springboot+ssm框架,在项目结构中的beans,mapper,service,service.im...
2019-01-14 09:40:11
503
原创 springboot+ssm实现简单的增删改查操作
项目github地址:https://github.com/cenmen/springboot-ssm-cudr-demo1.0项目文件目录如下:首先先创建数据库liang和student表:在eclipse新建maven工程:修改pom.xml里的配置:<project xmlns="http://maven.apache.org/POM/4.0.0"...
2018-12-13 17:26:59
3812
原创 vuex简单使用模板,一分钟快速上手,新手入门
经过我自己整理过后的vuex的使用模板:https://github.com/cenmen/vuex-store-typical-demo.git项目主要文件有:testPage_1.vue,testPage_2.vue,testPage_3.vue,store中的index.jstestPage_1.vue:使用最直接的方法访问storetestPage_2.vue:modules ...
2018-11-04 11:18:11
1271
原创 一个简单的vue+vuex的答题小例子,新手入门
这个例子是我仿照github上的一个例子后修改成的简单版,少了部分功能,初入门的我就简化来练手,不喜勿喷哦这是原项目的地址:https://github.com/bailicangdu/vue2-happyfri这是我修改后的项目地址:https://github.com/cenmen/vue-demo开局先上效果图:开始页面-答题页面(五题)-结算得分;项目目录如下:...
2018-10-31 11:26:53
6361
原创 仿第一财经导航栏HTML+CSS简单示例
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>navigation bar</title> <style type="text/css">
2018-10-15 10:49:23
425
原创 使用Ajax在HTML页面中局部刷新页面(左边菜单右边页面)
index.html<a href="javascript:void(0);" onclick="loadXMLDoc('member.html')">查看用户</a><div id="mainbody">欢迎登录!</div>index.html中的Ajax代码<script>function loadXM
2018-07-09 13:58:54
9351
7
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人