摘要: 转自:https://ydoing.iteye.com/blog/2248188 阅读全文
posted @ 2019-02-22 04:49 Sharpest 阅读(781) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/digdeep/archive/2015/07/04/4620471.html Shiro和Spring的集成,涉及到很多相关的配置,涉及到shiro的filer机制以及它拥有的各种默认filter,涉及到shiro的权限判断标签,权限注解,涉及 阅读全文
posted @ 2019-02-22 03:51 Sharpest 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/lonecloud/p/6679506.html AuthenticatingRealm >用于认证方法的Realm AuthorizingRealm >用于授权和认证的realm一般使用这个 AuthorizingRealm继承于Authent 阅读全文
posted @ 2019-02-22 03:37 Sharpest 阅读(1860) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/qq_25673113/article/details/79153547 Interceptor拦截器用于拦截Controller层接口,表现形式有点像Spring的AOP,但是AOP是针对单一的方法。Interceptor是针对Controller 阅读全文
posted @ 2019-02-22 03:00 Sharpest 阅读(795) 评论(0) 推荐(1) 编辑
摘要: 转自:https://www.cnblogs.com/mosoner/p/9494250.html 在学习框架的过程中,发现学的东西很多,但是感觉他们之间的联系区别都不是很了解,知道JPA可以去实现持久化数据到数据库当中,Hibernate也有这样的功能,总以为他们之间是一种平级的关系,拥有同样的作 阅读全文
posted @ 2019-02-22 02:44 Sharpest 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.php.cn/js-tutorial-405445.html 在元素中存储数据:data() 1 2 3 4 5 6 7 8 9 10 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>3.在元素中存储 阅读全文
posted @ 2019-02-22 01:28 Sharpest 阅读(472) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/sxdcgaq8080/p/5737779.html 上面的.click()绑定点击事件 和 下面的 $(document).on("click",".pagination li:gt(0):not(:last)",function(){});的 阅读全文
posted @ 2019-02-22 01:16 Sharpest 阅读(984) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/heart_mine/article/details/79402792 以下内容只为做个笔记记录已下,有问题可以留言,欢迎补充。 今天在eclipse 中部署maven项目,同事部署失败,对比配置信息是发现了一个疑问。 eclipse中build p 阅读全文
posted @ 2019-02-22 00:58 Sharpest 阅读(415) 评论(0) 推荐(0) 编辑