Loading

摘要: 先看效果 Springboot+Mybatis+Pagehelper分页具体实现略。 Controller返回数据 js vue articles里有三个字段: total(数据不分页总条数,暂时无用,因为没有做具体页数的按钮), list(当前页数据), pages(分页总页数) 默认首次打开页面 阅读全文
posted @ 2020-01-18 14:30 mahoshojo 阅读(568) 评论(0) 推荐(0) 编辑
摘要: 这是因为bootstrap4需要umd版的popper.js 或者使用 bootstrap.bundle.min.js / bootstrap.bundle.js 这两个已经包含了 Popper.js 的脚本 阅读全文
posted @ 2020-01-18 13:17 mahoshojo 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 今天做项目的时候发现idea编译工程不会编译空文件夹,在resources下新建了个存储文件的空文件夹,编译后target里竟然没有,一直报空指针。 随便丢一个文件进去就行了,放一个demo.txt的文件,不需要内容。 阅读全文
posted @ 2020-01-16 17:26 mahoshojo 阅读(770) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-01-13 13:29 mahoshojo 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 最近发现Git速度好慢,Git Bash要等5秒左右才能操作,网上查了查原因,说是火绒的问题,哎平时也用不到,看日志一个毒都没光顾过我电脑,火绒卸载! 卸了后果然快多了 阅读全文
posted @ 2019-12-14 00:57 mahoshojo 阅读(363) 评论(0) 推荐(0) 编辑
摘要: | 排序规则 | 解释 | | | | | utf8_general_ci | 不区分大小写 | | utf8_general_cs | 区分大小写 | | utf8_bin | 区分大小写,字符串每个字符串用二进制数据编译存储,且支持存储二进制数据 | 阅读全文
posted @ 2019-12-08 16:37 mahoshojo 阅读(3681) 评论(0) 推荐(0) 编辑
摘要: 提取自 "中国色/colors.json" 解析后存入数据库,导出插入语句 "chinese_colors.sql" ,提取码:5inu 阅读全文
posted @ 2019-12-08 16:04 mahoshojo 阅读(3129) 评论(0) 推荐(0) 编辑
摘要: IDEA安装目录下,使用文本编辑器打开~/bin/idea64.exe.vmoptions文件 在最后添加: Duser.name=Your name 保存重启IDEA,Done 阅读全文
posted @ 2019-12-08 15:14 mahoshojo 阅读(6516) 评论(0) 推荐(0) 编辑
摘要: application.yml加入配置 阅读全文
posted @ 2019-11-17 16:09 mahoshojo 阅读(1445) 评论(0) 推荐(0) 编辑
摘要: 之前配置过 "Spring + SpringMVC + JPA + Shiro后台权限管理 + VUE前台登录页面" 的框架,手动配置各种.xml,比较繁琐,前几天写了个SpringBootShiro的Demo,梳理一下思路,记录在这里。 首先就是设计表数据 sys_user,用户,唯一标识是UID 阅读全文
posted @ 2019-10-09 21:45 mahoshojo 阅读(423) 评论(0) 推荐(0) 编辑