码迷,mamicode.com
首页 >  
搜索关键字:commons    ( 3207个结果
spring-使用JdbcTemplate保存操作
一、创建spring项目项目名称:spring101306二、在项目上添加jar包1.在项目中创建lib目录/lib2.在lib目录下添加spring支持commons-logging.jarjunit-4.10.jarlog4j.jarmysql-connector-java-5.1.18-bin.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarsprin..
分类:数据库   时间:2014-10-13 22:02:47    阅读次数:326
spring-属性文件外在化
一、创建spring项目项目名称:spring101302二、在项目上添加jar包1.在项目中创建lib目录/lib2.在lib目录下添加spring支持commons-logging.jarjunit-4.10.jarlog4j.jarmysql-connector-java-5.1.18-bin.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarsprin..
分类:编程语言   时间:2014-10-13 20:05:57    阅读次数:226
spring-使用配置文件完成JdbcTemplate操作数据库
一、创建spring项目项目名称:spring101302二、在项目上添加jar包1.在项目中创建lib目录/lib2.在lib目录下添加spring支持commons-logging.jarjunit-4.10.jarlog4j.jarmysql-connector-java-5.1.18-bin.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarsprin..
分类:数据库   时间:2014-10-13 18:55:30    阅读次数:169
spring-使用配置文件完成JdbcTemplate操作数据库-dbcp
一、创建spring项目项目名称:spring101302二、在项目上添加jar包1.在项目中创建lib目录/lib2.在lib目录下添加spring支持commons-logging.jarjunit-4.10.jarlog4j.jarmysql-connector-java-5.1.18-bin.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarsprin..
分类:数据库   时间:2014-10-13 18:38:40    阅读次数:227
spring-使用配置文件完成JdbcTemplate操作数据库-c3p0
一、创建spring项目项目名称:spring101302二、在项目上添加jar包1.在项目中创建lib目录/lib2.在lib目录下添加spring支持commons-logging.jarjunit-4.10.jarlog4j.jarmysql-connector-java-5.1.18-bin.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0.RELEASE.jarsprin..
分类:数据库   时间:2014-10-13 17:15:10    阅读次数:192
spring-通过JdbcTemplate进行数据库操作-代码实现,无配置文件
一、创建spring项目项目名称:spring101301二、在spring项目中添加相关的jar1.在项目上创建lib目录/lib2.在lib目录下添加spring支持的jar包commons-logging.jarjunit-4.10.jarlog4j.jarmysql-connector-java-5.1.18-bin.jarspring-beans-3.2.0.RELEASE.jarspring-context-3.2.0..
分类:数据库   时间:2014-10-13 16:59:00    阅读次数:162
【Stackoverflow好问题】将InputStream转换为String
不重复造轮子。最靠谱的方法,还是用Apache commons IOUtils  这样简单几行代码就搞定了 StringWriter writer = new StringWriter(); IOUtils.copy(inputStream, writer, encoding); String theString = writer.toString(); 或者 String theSt...
分类:其他好文   时间:2014-10-13 14:28:49    阅读次数:193
struts2-初识
一、创建strutsweb工程工程名称:struts2101301二、在工程中添加struts2支持commons-fileupload-1.3.jarcommons-io-2.0.1.jarcommons-lang3-3.1.jarfreemarker-2.3.19.jarjavassist-3.11.0.GA.jarognl-3.0.6.jarstruts2-core-2.3.15.1.jarxwork-core-2.3.15.1.jar三、添加strut..
分类:其他好文   时间:2014-10-13 12:24:00    阅读次数:126
MyEclipse8.5集成Tomcat7时的启动错误:Exception in thread “main” java.lang.NoClassDefFoundError org/apache/commons/logging/LogFactory
今天,安装Tomcat7.0.21后,单独用D:\apache-tomcat-7.0.21\bin\startup.bat启动web服务正常。但在MyEclipse8.5中集成配置Tomcat7后,在MyEclipse启动Tomcat服务则出现如下错误提示:Exception in thread “...
分类:编程语言   时间:2014-10-13 01:07:19    阅读次数:387
sicily 1150,1151
//?Problem#:?1151 //?Submission#:?2982372 //?The?source?code?is?licensed?under?Creative?Commons?Attribution-NonCommercial-ShareAlike?3.0?Unported?License //?URI:?http://creativeco...
分类:其他好文   时间:2014-10-12 13:34:28    阅读次数:221
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!