搜索资源列表
pool
- 使用tomcat或者struts的数据库连接池-tomcat or struts use the database connection pool
Delphi-connection-pool
- 不错的数据库连接池实现,很有参考价值。包括多种数据库连接方式的-DB connection pool
socket-connection-pool
- 在相对复杂的情况下,进行数据库连接池开发的参考。-A reference for database connection pool in java development .
JavaConnection
- Java实现的数据库连接池原代码,用Eclippse工具制作-Java database connection pool to achieve the original code, using tools produced Eclippse
myqueue
- linux下数据库连接池源代码,简单,易用-Database Connection Pool under linux source code, simple, easy-to-use
Pool
- java连接池访问sql2005 database-java connection pool visits sql2005 database
nioPool
- JAVA NIO实现的 客户端连接池程序。 其功能主要是调用服务器函数,发送对象,接收对象 ,徐序化对象,类似于Rmi 里面用到了动态代理.-JAVA NIO client implementation process connection pool. Its function is to call the server function, to send the object to receive the object, Xu sequence of objects, similar to t
ftp2
- ftp连接池,节省创建ftp连接的时间 -ftp connection pool, saving the time to create ftp connect
ConnectionPool
- 用Java写的一个连接数据库对象连接池代码-Database connection pool code in Java
Connection.Pool.V1.2.Full.Source.For.Delphi567.ra
- Connection Pool for Delphi - A connection pool is a cache of open connections that can be used and reused, thus cutting down on the overhead of creating and destroying database connections. Connection pooling is a method for conserving sca
connection
- 关于MYSQL的数据库连接池操作的封装.最近刚学习的.-With regard to MYSQL database connection pool operations package. Recently learning.
Pool
- oracle 数据库,在C++中用连接池实现高速连接与访问。-oracle database, in the C++ using connection pooling to achieve high-speed connectivity and access.
database_resident_connection_pooling
- ORACLE 11G引入了DRCP(database resident connection pooling)这个相当不错的功能,能够允许应用共享同一个数据库连接池。大大提高了访问ORACLE的效率。-ORACLE 11G introduced a DRCP (database resident connection pooling) this rather nice feature, can allow application sharing the same database connect
chap24
- 在线考试系统 系统架构采用JSP+Struts进行设计,数据库采用MySql,JSP通过Tomcat的连接池与数据库连接。使用DAO的方式来封装对数据库的各种操作-Online examination system using JSP+ Struts system architecture design, database using MySql, JSP through Tomcat' s connection pool and database connection. A way
commons-dbcp-1.4-src
- DBCP(DataBase connection pool),数据库连接池。由于建立数据库连接是一个非常耗时耗资源的行为,所以通过连接池预先同数据库建立一些连接,放在内存中,应用程序需要建立数据库连接时直接到连接池中申请一个就行,用完后再放回去。-DBCP (DataBase connection pool), the database connection pool. Since the establishment of a database connection is a very time
Java-Connection-database-SQL-Server2005
- 在基于Java 的软件系统中通过加载JDBC 驱动和相关jar 包,既可以实现在Java 编程 中连接SQL Server,也可通过连接池来连接SQL Server 数据库。-Java-based software systems and related through the load JDBC driver jar package, both can be achieved in the Java programming to connect SQL Server, also avail
website0911
- android行动网JSP新闻发布系统源码 技术实现:采用JSTL标签,基于servlet,jdbc开发。使用mysql数据库。 设计优势:一切技术使用最底层的,没有使用ssh框架,可以在任何国内的jsp空间里使用。 良好的分层,大量方法重用,无垃圾代码。代码分为action层,service层和公用的类库。 无dao层,所有代码中无sql语句,全部写入xml配置文件中,保证的代码良好的可读性和修改性。使用dbcp连接池管理数据库连接。使用自定义标签控制权限,保证网站后台的
DatabaseConnection
- Connection Pool for database connections
pool
- JAVA连接池的源码,连接方式是JDBC,将JDBC运用到C3P0连接池中,一些方法都已封装好了-JAVA source connection pool connection JDBC, JDBC applied to the C3P0 connection pool, a number of methods have been encapsulated
ConnectionPool
- An Ado Connection Pool to use with Delphi 7