摘要: 参考1: https://docs.spring.io/spring-security/site/docs/5.0.1.BUILD-SNAPSHOT/reference/htmlsingle/ 列子:websystique.com/spring-security/spring-security-4- 阅读全文
posted @ 2018-04-18 17:17 lshan 阅读(457) 评论(2) 推荐(0)
摘要: 自定义服务: angular.module('myApp').factory('UserService',['$http','$q',function ($http,$q) { // 定义一个方法工厂 var factory = { httpGet : httpGet, login:login }; 阅读全文
posted @ 2018-04-18 16:56 lshan 阅读(155) 评论(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-16 18:26 lshan 阅读(342) 评论(0) 推荐(0)
摘要: 参考: https://docs.angularjs.org/api/ng/service/$location 阅读全文
posted @ 2018-04-16 11:31 lshan 阅读(204) 评论(0) 推荐(0)
摘要: 在要转的实体上加一个 @JsonIgnoreProperties(value = { "hibernateLazyInitializer", "handler" }) @JsonIgnoreProperties(value = { "hibernateLazyInitializer", "handl 阅读全文
posted @ 2018-04-13 18:37 lshan 阅读(328) 评论(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 阅读(1188) 评论(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 阅读(129) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-04-13 00:29 lshan 阅读(189) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-04-12 23:57 lshan 阅读(132) 评论(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 阅读(378) 评论(0) 推荐(0)