上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 70 下一页
摘要: 【Shiro】Apache Shiro架构之身份认证(Authentication) 【Shiro】Apache Shiro架构之权限认证(Authorization) 【Shiro】Apache Shiro架构之集成web 【Shiro】Apache Shiro架构之实际运用(整合到Spring中 阅读全文
posted @ 2016-08-05 14:17 山河永慕~ 阅读(670) 评论(0) 推荐(0) 编辑
摘要: Shiro系列文章: 【Shiro】Apache Shiro架构之身份认证(Authentication) 【Shiro】Apache Shiro架构之权限认证(Authorization) 【Shiro】Apache Shiro架构之自定义realm 【Shiro】Apache Shiro架构之实 阅读全文
posted @ 2016-08-05 10:15 山河永慕~ 阅读(8326) 评论(0) 推荐(0) 编辑
摘要: Shiro系列文章: 【Shiro】Apache Shiro架构之身份认证(Authentication) 【Shiro】Apache Shiro架构之集成web 【Shiro】Apache Shiro架构之自定义realm 【Shiro】Apache Shiro架构之实际运用(整合到Spring中 阅读全文
posted @ 2016-08-04 16:04 山河永慕~ 阅读(7527) 评论(0) 推荐(0) 编辑
摘要: Shiro系列文章: 【Shiro】Apache Shiro架构之权限认证(Authorization) 【Shiro】Apache Shiro架构之集成web 【Shiro】Apache Shiro架构之自定义realm 【Shiro】Apache Shiro架构之实际运用(整合到Spring中) 阅读全文
posted @ 2016-08-04 14:44 山河永慕~ 阅读(6623) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-07-29 16:16 山河永慕~ 阅读(2323) 评论(0) 推荐(0) 编辑
摘要: spring注入是分两部分执行的 首先是 先把需要注入的对象加载到spring容器 然后在把对象注入到具体需要注入的对象里面 这种就是配置和注解的注入 getbean方式其实只完成了第一步 你手动get的时候做的就是第二步操作 写代码 就是手动注入 首先是 先把需要注入的对象加载到spring容器 阅读全文
posted @ 2016-07-28 17:35 山河永慕~ 阅读(511) 评论(2) 推荐(0) 编辑
摘要: java.lang.NullPointerException org.apache.jsp.index_jsp._jspInit(index_jsp.java:22) org.apache.jsp.index_jsp._jspInit(index_jsp.java:22) 出现这种问题,可能有多方面 阅读全文
posted @ 2016-07-27 11:39 山河永慕~ 阅读(2423) 评论(0) 推荐(0) 编辑
摘要: 注意:关键点 <property name="order" value="1" />配置 0,1,2,3,4,5,6......首先从0开始解析,依次往下,jsp的一定要放到最后,不然找到返回页面直接返回到404页面 了,不会去其他页面匹配了,或者吧jsp的order设置到最高,这是个坑,或者自己写 阅读全文
posted @ 2016-07-19 14:07 山河永慕~ 阅读(1385) 评论(0) 推荐(0) 编辑
摘要: 我们先看一道面试题: 请问 final 的含义是什么?可以用在哪里?其初始化的方式有哪些? 首先我们回答一下这道题,然后再探究其所以然。 1、final 表示“最终的”、“不可改变的”,意指其修饰类不可以被继承或修饰的属性的值不可改变。 2、final 既可以修饰类,也可以修饰属性。 3、final 阅读全文
posted @ 2016-07-19 13:33 山河永慕~ 阅读(243) 评论(0) 推荐(0) 编辑
上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 70 下一页