1.HttpSessionContextIntegrationFilter位于过滤器顶端,第一个起作用的过滤器。用途一,在执行其他过滤器之前,率先判断用户的session中是否已经存在一个SecurityContext了。如果存在,就把SecurityContext拿出来,放到SecurityCon...
分类:
编程语言 时间:
2014-06-13 00:01:20
阅读次数:
313
Spring
JDBC抽象框架core包提供了JDBC模板类,其中JdbcTemplate是core包的核心类,所以其他模板类都是基于它封装完成的,JDBC模板类是第一种工作模式。
JdbcTemplate类通过模板设计模式帮助我们消除了冗长的代码,只做需要做的事情(即可变部分),并且帮我们做哪些....
分类:
数据库 时间:
2014-06-12 18:52:37
阅读次数:
324
作下笔记,Spring的注入问题[多个实例问题]解决方案如下: 1 package
student.life.support.platform.service.impl; 2 3 import
javax.annotation.Resource; 4 5 import org.spri...
分类:
编程语言 时间:
2014-06-12 16:32:07
阅读次数:
896
web应用借助于结构:spring mvc +
quartz结构,部署到tomcat容器时,shutdown时的error信息:appears to have started a thread named
[schedulerFactoryBean_Worker-1] but has failed ...
分类:
其他好文 时间:
2014-06-12 15:13:30
阅读次数:
702
一个小业务,流量并不大,功能也很简单,spring
framework+mybatis+quartz,一启动就看到gc的频次和full gc的频次非常高:4.202: [Full GC 4.202:
[Tenured: 0K->6653K(349568K), 0.1948910 secs] 1397...
分类:
其他好文 时间:
2014-06-12 11:58:23
阅读次数:
4083
文件配置例如以下: ${host} ${username} ${password} true
25000 ...
分类:
编程语言 时间:
2014-06-12 10:22:08
阅读次数:
351