
SSH 异常问题集
Weeeeei
这个作者很懒,什么都没留下…
展开
-
"Format" did not complete normally. Please see the log for more information. 解决
在 使用 MyEclipse 编写 web.xml 时使用 Ctrl+Shift+F 无法格式排版代码,出现 "Format" did not complete normally. Please see the log for more information.Overlapping text edits, 主要可能原因是 中多了些空格所致,试着将其删掉之后问题完美解决原创 2013-04-17 11:06:02 · 13310 阅读 · 1 评论 -
Hibernate 题
什么是Hibernate的并发机制?怎么去处理并发问题?Hibernate并发机制:a、Hibernate的Session对象是非线程安全的,对于单个请求,单个会话,单个的工作单元(即单个事务,单个线程),它通常只使用一次,然后就丢弃。如果一个Session 实例允许共享的话,那些支持并发运行的,例如Http request,session beans将会导致出现资源争用。如果转载 2013-04-25 11:26:42 · 1255 阅读 · 0 评论 -
[Struts2 启动异常] struts2 filter 启动异常问题 解决
Class: com.opensymphony.xwork2.spring.SpringObjectFactoryFile: SpringObjectFactory.javaMethod: getClassInstanceLine: 209 - com/opensymphony/xwork2/spring/SpringObjectFactory.java:209:-1at or原创 2013-04-17 14:25:58 · 1416 阅读 · 0 评论