搜索资源列表
-
0下载:
一种简捷的JDBC连接封装包,可直接转换为JAVA对象-A Simple JDBC connection wrapper, can be directly converted into JAVA objects
-
-
0下载:
实体拷贝,使用场合:如struts1.X中常常用到Formbean和业务逻辑Bean值的拷贝-Physical copy, use the occasion: If struts1.X in the business logic is often used Formbean and a copy of Bean value
-
-
0下载:
commons-dbutils-1.2-bin.rarJDBC方式连接数据库的工具类-commons-dbutils-1.2-bin.rarJDBC connected database tools
-
-
0下载:
基于struts的名片管理系统
用到的第三方jar包
commons-dbutils-1.1.jar
数据库连接池配置文件 cardweb.xml
数据库使用的是mysql
用户名root
密码root
本系统是基于struts开发的名片管理系统
只适合初学者学习交流-Struts of the card management system based on use of third-party jar files commons-dbutils-1.
-
-
1下载:
开发文档所需要用到的jar文件
开发文档所需要用到的jar文件-Jar files needed for development documentation development documentation needed jar file
-
-
0下载:
这是JAVA开发过程中需要为文件jar包,在学习JDBC中需要使用,请注意下载。-
This is a JAVA development process need to file jar package, you need to learn JDBC, note download.
-
-
0下载:
1 对于数据表的读操作 他可以把结果转换成List Array Set等java集合 便于程序员操作;
2 对于数据表的写操作 也变得很简单(只需写sql语句)
3 可以使用数据源 使用JNDI 数据库连接池等技术来优化性能 重用已经构建好的数据库连接对象 而不像php asp那样 费时费力的不断重复的构建和析构这样的对象
DBUtils包括3个包:
org apache commons dbutils
org apache commons dbutils handlers
-
-
0下载:
:commons-dbutils是 Apache组织提供的一个开源 JDBC工具类库,对传统操作数据库的类进行二次封装,(Commons-dbutils is an open source JDBC tool class library provided by the Apache organization, which encapsulates two classes of traditional operating databases,)
-
-
0下载:
commons-dbutils-1.6 it's use to database tools
-
-
0下载:
DBUtils提供了一个接口ResultSetHandler,它就是用来ResultSet转换成目标类型的工具。你可以自己去实现这个接口,把ResultSet转换成你想要的类型。
DBUtils提供了很多个ResultSetHandler接口的实现,这些实现已经基本够用了,我们通常不用自己去实现ResultSet接口了(DBUtils provides an interface ResultSetHandler, which is a tool used to convert ResultSe
-