1、新建web项目,并在web.xml加入spring mvc的servlet springMVC
org.springframework.web.servlet.DispatcherServlet contextConfigLocation ...
分类:
编程语言 时间:
2014-05-17 01:57:17
阅读次数:
528
应用场景:1、某些耗时较长的而用户不需要等待该方法的处理结果2、某些耗时较长的方法,后面的程序不需要用到这个方法的处理结果时在spring的配置文件中加入对异步执行的支持
使用方法import org.springframework.scheduling.an...
分类:
编程语言 时间:
2014-05-16 22:11:38
阅读次数:
343
出错原因很简单:数据库服务没开,自然就打不开Session了。
分类:
编程语言 时间:
2014-05-16 06:44:46
阅读次数:
479
1、全局处理 /error 500
org.springframework.web.servlet.handler.SimpleMappingEx...
分类:
其他好文 时间:
2014-05-14 12:35:03
阅读次数:
215
org.xml.sax.SAXParseException; lineNumber: 9; columnNumber: 78; schema_reference.4: 无法读取方案文档 'http://www.springframework.org/schema/beans/spring-beans-3.0.xsd', 原因为 1) 无法找到文档; 2) 无法读取文档; 3) 文档的根元素不是 。
Caused by: java.net.SocketException: Softwa...
分类:
移动开发 时间:
2014-05-13 09:31:11
阅读次数:
750
之前陆续用过MyEclipse8.5、MyEclipse9.1、MyEclipse10.5开发WEB项目,最近听说出了最新版叫MyEclipse2014,于是决定尝尝鲜,运行一个以前在MyEclipse10.5下写的工程,竟然报错如下:
严重: Error configuring application listener of class org.springframework.web.cont...
分类:
编程语言 时间:
2014-05-13 09:25:03
阅读次数:
266
第一种,简单粗暴直接http://repo.springsource.org/libs-release-local/org/springframework/spring/3.2.4.RELEASE/spring-framework-3.2.4.RELEASE-dist.zip直接粘到地址栏或者下载工...
分类:
编程语言 时间:
2014-05-12 13:09:57
阅读次数:
332
The server encountered an internal error that
prevented it from fulfilling this
request.org.springframework.http.converter.HttpMessageNotWritableExcep...
分类:
Web程序 时间:
2014-05-11 04:32:24
阅读次数:
1292
1) 错误:The prefix "context" for element "context:property-placeholder" is not bound.
解决:在文件头中引入:xmlns:context="http://www.springframework.org/schema/context" 即可。
正解例子:
xmlns:xsi="http://www...
分类:
其他好文 时间:
2014-05-09 02:16:02
阅读次数:
406
在搭建一个spring3.0+hibernate+jpa项目框架,根据网友提供的例子,在junit下做了一个存储数据的测试,报如下异常:org.springframework.transaction.TransactionSystemException:CouldnotcommitJPAtransaction;nestedexceptionisjavax.persistence.RollbackException:Errorwhi..
分类:
其他好文 时间:
2014-05-09 00:56:47
阅读次数:
1238