搜索资源列表
StateClient
- C#编的状态客户端,具备套接字连接池。-C# Part of the client state, with socket connection pool.
db_connection
- 一个数据库连接池的完整代码,根据网上找来的代码改写。在jbuilder下测试完全通过 使用时注意修改properties文件。用于商业用途请与原开发者联系。原则上只用于学习目的-a database connection pool integrity code, according to the Internet brought the code rewritten. In JBuilder fully tested through the use of properties when chan
dbmanagement
- 使用java语言编写的数据库连接池,实现数据库与jsp文件的连接-use java language of database connection pool, a database with documents linking jsp
Java web.
- 关于Struts基于MVC的论坛系统,使用的是Tomcat+db_连接池-based on Struts MVC forum system, using the Tomcat DB_ Connection Pool
jspguestbook
- 采用jsp+servlet+javabean,jsp负责少量的页面处理,以servlet为主。 结构清晰明了,未对页面做美工处理,因此html和javascr ipt代码很少, 非常适合作为java入门的例程,特别是对servlet部分。 开发调试平台为jbuilder9+tomcat4,在resin下测试通过。 数据库平台为ms sql server,在mysql下测试通过,但要改部分代码 数据库连接池为apache组织下jakarta项目组开发的commons-dbcp
连接池程序
- 两种实现数据库连接池的方法,从不同角度,我是过第一种,很好用-two Database Connection Pool, from different angles, I had the first one, that's fine with
Java 的JDBC 数据库连接池实现方法
- J2EE 程序员一般都有现成的应用服务器所带的JDBC 数据库连接池,不过对于开发一般的 Java Application 、 Applet 或者 JSP、velocity 时,我们可用的JDBC 数据库连接池并不多,并且一般性能都不好。我们可以自己写一个JDBC 数据库连接池。-J2EE programmers tend to have a ready-made application server release the JDBC database connection pool, but
serverconnectpool
- 当我们在程序中启动了一个server,这个server需要跟另一个server(比如建立在老系统上的老的c程序)之间通讯,为了增加效率需要建立一个连接池的时候不妨考虑下我的解决方案-when we launched the proceedings a server, the server needs with those of another server (such as the establishment of the old system of the old procedures c)
Delphi-connection-pool
- 不错的数据库连接池实现,很有参考价值。包括多种数据库连接方式的-DB connection pool
myqueue
- linux下数据库连接池源代码,简单,易用-Database Connection Pool under linux source code, simple, easy-to-use
ftp2
- ftp连接池,节省创建ftp连接的时间 -ftp connection pool, saving the time to create ftp connect
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
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连接池管理数据库连接。使用自定义标签控制权限,保证网站后台的
ConnectionPool
- An Ado Connection Pool to use with Delphi 7
commons-pool
- 连接池,在系统开发时,与数据库的连接管理,可以很好的提高连接效率。(Connection pool, in the system development, and database connection management, can improve the connection efficiency very well.)