1 package cn.itcast.spring.jdbc; 2 3 import java.util.List; 4 5 import org.springframework.jdbc.core.support.JdbcDaoSupport; 6 7 public class Pers...
分类:
数据库 时间:
2014-06-15 22:19:23
阅读次数:
443
1:新建maven-archetupe-webapp项目2:web.xml配置文件如下 org.springframework.web.context.ContextLoaderListenercontextConfigLocationclasspath:spring/*.xml SSH org.....
分类:
其他好文 时间:
2014-06-15 21:18:39
阅读次数:
243
The main way to achive AOP is deploying a xml file。
Now a xml file is presented to be a explanation .
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/...
分类:
其他好文 时间:
2014-06-15 18:35:16
阅读次数:
233
Spring在发现包含multipart的请求后,会使用MultipartResolver的实现bean处理文件上传操作,现有采用Servlet3的
org.springframework.web.multipart.support.StandardServletMultipartResolver
和采用commons-fileupload的
org.springframework.w...
分类:
编程语言 时间:
2014-06-14 06:57:45
阅读次数:
620
nested exception is
java.lang.IncompatibleClassChangeError: class
org.springframework.core.type.classreading.ClassMetadataReadingVisitor has
interface...
分类:
编程语言 时间:
2014-06-13 16:38:47
阅读次数:
373
1.在ApplicationContext-mvc.xml,即是里面有装备以下内容的xml:Java代码
保藏代码class="org.springframework.web.servlet.view.InternalResourceViewResolver">
"prefix" value...
分类:
编程语言 时间:
2014-06-12 15:43:15
阅读次数:
295
http://www.springframework.net/download.htmlhttp://sourceforge.net/projects/nhibernate/files/NHibernate/3.2.0GA/http://wenku.baidu.com/link?url=w124wz...
分类:
编程语言 时间:
2014-06-09 17:05:30
阅读次数:
256
javax.servlet.ServletException:
org.springframework.transaction.CannotCreateTransactionException: Could not open
Hibernate Session for transaction; n....
分类:
系统相关 时间:
2014-06-09 15:53:41
阅读次数:
432
在Spring 3 中,对表单提交的校验方式比较常见的有两种
(1)基于注解:对于简单的属性校验,例如,长度,非空等,可以使用Spring,或是Hibernate自带的校验注解
(2)自定义校验类:对于复杂的业务校验可以自定义校验类,该类继承自org.springframework.validation.Validator
(3)前台JS校验
增加表单校验功能大概分一下几个...
分类:
编程语言 时间:
2014-06-07 14:24:32
阅读次数:
314