2013年7月12日
摘要: Action类中配置注解跳转:@Action("sample")@Results({@Result(name = "ssss", location = "/Pages/sample/sampleList.jsp")})public class SampleAction extends ActionSupport { ...... public String allSamples() { log.info("所有样本分页显示"); if (page == null) { page = new Page(10, 1); 阅读全文
posted @ 2013-07-12 09:37 筱筱清流水 阅读(1103) 评论(0) 推荐(0) 编辑
  2013年6月24日
摘要: 错误:java.lang.IllegalArgumentException: Document base C:\test\apache-tomcat-6.0.35\apache-tomcat-6.0.35\webapps\springmvc does not exist or is not a readable directory...解决方法:1.找到D:\apache-tomcat-6.0.35\conf\server.xml,把server-config.xml中无效的连接配置都删除掉 阅读全文
posted @ 2013-06-24 13:43 筱筱清流水 阅读(9054) 评论(0) 推荐(1) 编辑
  2013年6月21日
摘要: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after statement closed. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect. 阅读全文
posted @ 2013-06-21 17:08 筱筱清流水 阅读(4942) 评论(0) 推荐(0) 编辑