- 博客(3)
- 收藏
- 关注
struts.properties 文件
struts.action.extensionThe URL extension to use to determine if the request is meant for a Struts action用URL扩展名来确定是否这个请求是被用作Struts action,其实也就是设置 action的后缀,例如login.do的’do’字。struts.custom...
2008-07-03 17:10:34
110
Struts2 使用 Spring 的 IOC
在Tomcat启动时,产生如下异常: 严重: Exception starting filter struts2 Cannot locate the chosen ObjectFactory implementation: spring struts.properties 文件设置如下: struts.objectFactory...
2008-07-03 16:50:40
93
Singleton 的另一种实现方式
Lazy Loading Singletonspublic class Singleton{ //静态内部类 static class SingletonHolder { static Singleton instance = new Singleton(); } public static Singleton getInsta...
2008-07-03 14:30:28
105
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人