摘要: ServletContext sc = this.getServletContext(); WebApplicationContext wac = WebApplicationContextUtils.getWebApplicationContext(sc); this.... 阅读全文
posted @ 2008-07-11 17:24 maventalker 阅读(62) 评论(0) 推荐(0) 编辑
摘要: ServletContext sc = this.getServletContext(); WebApplicationContext wac = WebApplicationContextUtils.getWebApplicationContext(sc); this.... 阅读全文
posted @ 2008-07-11 17:24 maventalker 阅读(122) 评论(0) 推荐(0) 编辑
摘要: fastdialfirebug:alaexsparky:searchstatus 阅读全文
posted @ 2008-07-06 13:21 maventalker 阅读(95) 评论(0) 推荐(0) 编辑
摘要: fastdialfirebug:alaexsparky:searchstatus 阅读全文
posted @ 2008-07-06 13:21 maventalker 阅读(53) 评论(0) 推荐(0) 编辑
摘要: fast dialfire bug:alaex sparky:search status 阅读全文
posted @ 2008-07-06 13:21 maventalker 阅读(60) 评论(0) 推荐(0) 编辑
摘要: fast dialfire bug:alaex sparky:search status 阅读全文
posted @ 2008-07-06 13:21 maventalker 阅读(107) 评论(0) 推荐(0) 编辑
摘要: applicationContext.xml 文件: com.mysql.jdbc.Driver jdbc:mysql://192.168.3.110:3306/DBName?... 阅读全文
posted @ 2008-07-06 11:10 maventalker 阅读(114) 评论(0) 推荐(0) 编辑
摘要: applicationContext.xml 文件: com.mysql.jdbc.Driver jdbc:mysql://192.168.3.110:3306/DBName?... 阅读全文
posted @ 2008-07-06 11:10 maventalker 阅读(62) 评论(0) 推荐(0) 编辑
摘要: applicationContext.xml文件:<beansxmlns="http://www.springframework.org/schema/beans"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xml... 阅读全文
posted @ 2008-07-06 11:10 maventalker 阅读(76) 评论(0) 推荐(0) 编辑
摘要: MySQL的默认设置下,当一个连接的空闲时间超过8小时后,MySQL就会断开该连接,而c3p0连接池则以为该被断开的连接依然有效。在这种情况下,如果客户端代码向c3p0连接池请求连接的话,连接池就会把已经失效的连接返回给客户端,客户端在使用该失效连接的时候即抛出异常。解决这个... 阅读全文
posted @ 2008-07-06 11:09 maventalker 阅读(219) 评论(0) 推荐(0) 编辑