摘要: Class classA{ List a; public void setA(List a) { this.a =a; } public List getA() { return this.a; } }....cl... 阅读全文
posted @ 2014-09-04 18:22 shenghaishiweini 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 我学习一个程序,都是从DEMO开始的。先不了解SPRING-MVC的原理,但一些小的概念还是需要了解的。由于之前有过SSH的工程经验,故基本的东东,不在叙述。1、准备环境 JAR包: 红色的这几个。PS:之前忘记写了,我整合的mybatis和mysql,故JAR包比较多2、JRE环境。 这个需要注意... 阅读全文
posted @ 2014-09-04 18:12 shenghaishiweini 阅读(290) 评论(0) 推荐(0) 编辑
摘要: org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 1 in the generated java fileThe type java.util.Map$Entr... 阅读全文
posted @ 2014-09-04 14:04 shenghaishiweini 阅读(839) 评论(1) 推荐(0) 编辑
摘要: 严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerorg.springframework... 阅读全文
posted @ 2014-09-04 14:01 shenghaishiweini 阅读(12209) 评论(0) 推荐(0) 编辑