摘要: pom <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.o 阅读全文
posted @ 2018-04-16 18:26 lshan 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 参考: https://docs.angularjs.org/api/ng/service/$location 阅读全文
posted @ 2018-04-16 11:31 lshan 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 在要转的实体上加一个 @JsonIgnoreProperties(value = { "hibernateLazyInitializer", "handler" }) @JsonIgnoreProperties(value = { "hibernateLazyInitializer", "handl 阅读全文
posted @ 2018-04-13 18:37 lshan 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/xqhys/article/details/68486215 eg: window.location.href="/user/update?id=''aaa"&name="sdsad" ******************************** 阅读全文
posted @ 2018-04-13 17:39 lshan 阅读(1156) 评论(0) 推荐(0) 编辑
摘要: 弹框:http://layer.layui.com/ bootstroop 弹框 https://www.cnblogs.com/cpcpc/p/7233898.html 图标:http://www.fontawesome.com.cn/faicons/ 表格:http://www.layui.co 阅读全文
posted @ 2018-04-13 00:49 lshan 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-13 00:29 lshan 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-12 23:57 lshan 阅读(125) 评论(0) 推荐(0) 编辑
摘要: pom <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.o 阅读全文
posted @ 2018-04-11 23:19 lshan 阅读(373) 评论(0) 推荐(0) 编辑
摘要: //对密码进行加密(不需要使用其他Md5工具 。spring中有 在digestUtils) String password = DigestUtils.md5DigestAsHex(user.getPassword().getBytes()); user.setPassword(password) 阅读全文
posted @ 2018-04-10 23:52 lshan 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 第一步 ;下载 bootstrap jquery ppper.js npm install bootstrap@4.0.0-beta.2 jquery popper.js --save 第二步: 打开packge.json 看是否导入: 第三步:配置:到:angular-cli.json dao n 阅读全文
posted @ 2018-04-10 22:22 lshan 阅读(163) 评论(0) 推荐(0) 编辑