摘要: 官方文档 : http://www.mchange.com/projects/c3p0/index.html <c3p0-config><default-config><!--当连接池中的连接耗尽的时候c3p0一次同时获取的连接数。Default: 3 --><property name="acqu 阅读全文
posted @ 2016-04-06 10:12 张小水 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 配置struts2常量的三种方法: 1.使用struts.xml中的<constant>元素配置 eg:<constant name="struts.action.extension" value="true"> 2.在struts.properties文件中配置 eg:struts.action. 阅读全文
posted @ 2016-03-27 18:56 张小水 阅读(277) 评论(0) 推荐(0) 编辑