搜索资源列表
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
追查ZhuiCha_com网络技术 追查网络技术论坛.files
- (2) 主要算法的基本思想: 从题目上来分析我认为这是一个图的最短路径问题。因此决定用Dijkstra算法按路径长度递增的顺序逐步产生最短路径的方法:设置两个顶点的集合T和S,集合S中存放已找到的最短路径的顶点,集合T中存放当前还未找到的最短路径的顶点。初始状态时,集合S中只包含源点V0,然后不断从集合T中选取到顶点V0路径长度最短的顶点加入到集合S中,集合S中每加入一个新的顶点U,都要修改顶点V0到集合T中剩余顶点的最短路径长度值,集合T中各顶点新的最短路径长度值为原来的最短路径长度值与顶
shujukubianchengshili
- 是一个关于连接网络方面的的小程序集合等。好好看看吧 希望能给同行们带来一些帮助-is a link on the network is a small pool and other procedures. Well let's see it wanted to give counterparts bring some help
sql_and_File
- 一些常用知识!有关与vc中sql的使用和文件操作的文章集合.-some common knowledge! Vc with the sql which document the use and operation of the articles pool.
occipool_demo
- Oracle10g occi 连接池创建方法-10g occi connection pool creation method
Oracle9i-SGA
- Oracle 在启动的时候指定SGA使用多少虚拟内存,并且在运行时允许实例通过调整buffer cache, shared pool, large pool和PGA的大小动态的调整SGA。-Oracle boot time designated SGA amount of virtual memory, and at runtime allowing example by adjusting the buffer cache, shared pool, large pool and the si
ExpertExtract_up
- 专家抽取系统1.0 是用Delphi6.0 开发的一款用于招投标,评审过程中从专家库中抽取专家的软件。可以将抽取结果导入到Excel或Word文档中-experts Extraction System 1.0 is developed using Delphi 6.0 for one of the bidding, The accreditation process from a pool of experts from a software expert. The results can be
JAVA_database
- java通过连接池访问数据库.提供的数据库MYSQL,ACCESS,SQL-java through access to the database connection pool. The database MYSQL, Access, SQL
clob-blob
- 完整通过JAVA读写ORACLE中CLOB、BLOB字段的方法,提供数据库连接池的方法-complete literacy through Java Oracle CLOB, BLOB field method provide database connection pool of
ConnectPool
- 封装的c++访问mysql的连接池代码 支持windows和linux下的mysql-Packaging c visit mysql connection pool code windows and linux support of my sql
DBPoolManage
- 一个数据库连接池,能捕获close方法,初始的时候指定初始化多少个连接,如果超过连接个数,则会自动递增连接个数,同时,在代码中可以直接调用close方法,程序会自动捕获-a database connection pool that can capture close, the initial initialization time specified number of connections exceeds the number connections, connections will b
pubconn
- 一个连接池源码,非常好用!创建一个cf,然后cf.getconn()就可以得到空闲连接,可以设置最大最小连接数-a connection pool source, a very handy! Create an cf, then cf.getconn () can be idle connections, to set the maximum number of the smallest link
commons-pool-1.5.4-src
- commons-pool-1.5.4 RELEASE NOTES This is a patch release containing a fix for POOL-152, a regression introduced in version 1.5. Changes in this version include: Fixed Bugs: o POOL-152: GenericObjectPool can block forever in borrowObjec
proxool-0.9.1-source.zip
- 一个非常好用的java数据库连接池,本人具体在项目应用过,效果很不错。,A very nice java database connection pool, I had a specific application in the project, the effect is pretty good.
mysql_demo
- MYSQL接口调用示例,实现了连接池,采用C语言编写,有较高的参考价值-MYSQL interface calls example, to achieve a connection pool, using C language, have a high reference value
MySQLPool
- 轻量级C++的MySQL连接池,可自定义连接池大小-MySQL pool for c++
ocilib-3.0.0-windows
- ORACLE编程的好东西,纯C写的OCI封装.很好用,支持数据池.-ORACLE Programming good things, written in pure C package OCI. Well used to support the data pool.
DatabaseConnectionPoolingTemplate
- An Advance tool.. Template for database pool that can be implemented for a variety of databases such as Oracle, MySQL etc.
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