随笔 - 6  文章 - 129  trackbacks - 0
<2024年3月>
252627282912
3456789
10111213141516
17181920212223
24252627282930
31123456

常用链接

留言簿(14)

随笔档案(6)

文章分类(467)

文章档案(423)

相册

收藏夹(18)

JAVA

搜索

  •  

积分与排名

  • 积分 - 814176
  • 排名 - 49

最新评论

阅读排行榜

评论排行榜

09 2011 档案

使用CVSACL进行CVS权限访问控制for Linux. (转)

posted @ 2011-09-21 15:00 Ke 阅读(446) | 评论 (0)  编辑

java对象序列化数组和反序列化
     摘要: java对象序列化数组和反序列化   阅读全文

posted @ 2011-09-16 10:51 Ke 阅读(5301) | 评论 (0)  编辑

struts2 + spring, 使用session範圍的Bean的配置事項
     摘要: 異常信息:
Scope 'session' is not active for the current thread; consider defining a scoped proxy for this bean if you intend to refer to it from a singleton; nested exception is java.lang.IllegalStateException: No thread-bound request found: Are you referring to request attributes outside of an actual web request, or processing a request outside of the originally receiving thread? If you are actually operating within a web request and still receive this message, your code is probably running out  阅读全文

posted @ 2011-09-06 10:22 Ke 阅读(1854) | 评论 (1)  编辑

struts2解决No configuration found for the specified action 异常
     摘要: 错误信息:
2011-09-05 09:55:23,010 WARN [http-80-1] components.Form (Form.java:308) - No configuration found for the specified action: '/feeder/excelToolList.action' in namespace: '/feeder'. Form action defaulting to 'action' attribute's literal value.  阅读全文

posted @ 2011-09-05 10:16 Ke 阅读(572) | 评论 (0)  编辑