码迷,mamicode.com
首页 >  
搜索关键字:springframework    ( 4755个结果
使用ssh过程中对数据库进行update时报错
org.springframework.dao.InvalidDataAccessApiUsageException: Write operations are not allowed in read-only mode (FlushMode.NEVER) - turn your Session into FlushMode.AUTO or remove 'readOnly' marker from transaction definition...
分类:数据库   时间:2014-05-01 18:16:35    阅读次数:377
spring mvc --自定义converse
在MVC中我们可以很轻松的根据项目需求进行必要的信息转换,如设置默认的日期格式,自定义String类型的格式等等。。。 配置中我们需要自定义converseService: class="org.springframework.context.support.ConversionServiceFactoryBean"> 然后在:使用自定义的converse...
分类:编程语言   时间:2014-05-01 17:18:11    阅读次数:311
spring mvc--默认都使用了哪些bean
在MVC中默认使用的bean都定义在了 org.springframework.web.servlet下的DispatcherServlet.properties 下载源文件后可查看到默认bean定义信息 # Default implementation classes for DispatcherServlet's strategy interfaces. # Used as fallb...
分类:编程语言   时间:2014-04-30 22:32:38    阅读次数:375
spring 拦截器拦截点的配置
实用正则org.springframework.aop.support.RegexpMethodPointcutAdvisor然后 .*_cache.* 表示拦截...
分类:编程语言   时间:2014-04-29 16:25:10    阅读次数:510
Spring在web.xml请求中定义编码(org.springframework.web.filter.CharacterEncodingFilter)
encodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 forceEncoding true ...
分类:编程语言   时间:2014-04-29 13:43:21    阅读次数:329
4755条   上一页 1 ... 474 475 476
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!