CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 搜索资源 - Pool

搜索资源列表

  1. db_connection

    0下载:
  2. 一个数据库连接池的完整代码,根据网上找来的代码改写。在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
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:4.51kb
    • 提供者:黑天使
  1. 追查ZhuiCha_com网络技术 追查网络技术论坛.files

    0下载:
  2. (2) 主要算法的基本思想: 从题目上来分析我认为这是一个图的最短路径问题。因此决定用Dijkstra算法按路径长度递增的顺序逐步产生最短路径的方法:设置两个顶点的集合T和S,集合S中存放已找到的最短路径的顶点,集合T中存放当前还未找到的最短路径的顶点。初始状态时,集合S中只包含源点V0,然后不断从集合T中选取到顶点V0路径长度最短的顶点加入到集合S中,集合S中每加入一个新的顶点U,都要修改顶点V0到集合T中剩余顶点的最短路径长度值,集合T中各顶点新的最短路径长度值为原来的最短路径长度值与顶
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:23.35kb
    • 提供者:林渊
  1. shujukubianchengshili

    0下载:
  2. 是一个关于连接网络方面的的小程序集合等。好好看看吧 希望能给同行们带来一些帮助-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
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:65.34kb
    • 提供者:刘旺朝
  1. sql_and_File

    0下载:
  2. 一些常用知识!有关与vc中sql的使用和文件操作的文章集合.-some common knowledge! Vc with the sql which document the use and operation of the articles pool.
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:23.92kb
    • 提供者:aidy
  1. occipool_demo

    0下载:
  2. Oracle10g occi 连接池创建方法-10g occi connection pool creation method
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:2.43kb
    • 提供者:babyok
  1. Oracle9i-SGA

    0下载:
  2. 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
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:8.2kb
    • 提供者:叶子
  1. ExpertExtract_up

    1下载:
  2. 专家抽取系统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
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:2.18mb
    • 提供者:wanxiaohu
  1. JAVA_database

    0下载:
  2. java通过连接池访问数据库.提供的数据库MYSQL,ACCESS,SQL-java through access to the database connection pool. The database MYSQL, Access, SQL
  3. 所属分类:MySQL数据库

    • 发布日期:2008-10-13
    • 文件大小:5.78kb
    • 提供者:黄芳
  1. clob-blob

    0下载:
  2. 完整通过JAVA读写ORACLE中CLOB、BLOB字段的方法,提供数据库连接池的方法-complete literacy through Java Oracle CLOB, BLOB field method provide database connection pool of
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:1.99kb
    • 提供者:楚天
  1. ConnectPool

    0下载:
  2. 封装的c++访问mysql的连接池代码 支持windows和linux下的mysql-Packaging c visit mysql connection pool code windows and linux support of my sql
  3. 所属分类:MySQL数据库

    • 发布日期:2008-10-13
    • 文件大小:2.04kb
    • 提供者:netstar
  1. DBPoolManage

    0下载:
  2. 一个数据库连接池,能捕获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
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:6.27kb
    • 提供者:李伟
  1. pubconn

    0下载:
  2. 一个连接池源码,非常好用!创建一个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
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:10.9kb
    • 提供者:曾问
  1. commons-pool-1.5.4-src

    0下载:
  2. 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
  3. 所属分类:数据库系统

  1. proxool-0.9.1-source.zip

    0下载:
  2. 一个非常好用的java数据库连接池,本人具体在项目应用过,效果很不错。,A very nice java database connection pool, I had a specific application in the project, the effect is pretty good.
  3. 所属分类:Database system

    • 发布日期:2017-05-27
    • 文件大小:9.96mb
    • 提供者:yzx
  1. mysql_demo

    0下载:
  2. MYSQL接口调用示例,实现了连接池,采用C语言编写,有较高的参考价值-MYSQL interface calls example, to achieve a connection pool, using C language, have a high reference value
  3. 所属分类:MySQL

    • 发布日期:2017-04-03
    • 文件大小:15.06kb
    • 提供者:fan
  1. MySQLPool

    0下载:
  2. 轻量级C++的MySQL连接池,可自定义连接池大小-MySQL pool for c++
  3. 所属分类:MySQL

    • 发布日期:2017-04-04
    • 文件大小:2.75kb
    • 提供者:huahua
  1. ocilib-3.0.0-windows

    0下载:
  2. ORACLE编程的好东西,纯C写的OCI封装.很好用,支持数据池.-ORACLE Programming good things, written in pure C package OCI. Well used to support the data pool.
  3. 所属分类:Oracle

    • 发布日期:2017-04-09
    • 文件大小:1.52mb
    • 提供者:anan
  1. DatabaseConnectionPoolingTemplate

    0下载:
  2. An Advance tool.. Template for database pool that can be implemented for a variety of databases such as Oracle, MySQL etc.
  3. 所属分类:SQL Server

    • 发布日期:2017-04-02
    • 文件大小:8.17kb
    • 提供者:anatolia
  1. Pool

    0下载:
  2. oracle 数据库,在C++中用连接池实现高速连接与访问。-oracle database, in the C++ using connection pooling to achieve high-speed connectivity and access.
  3. 所属分类:Oracle

    • 发布日期:2017-05-16
    • 文件大小:4.03mb
    • 提供者:chang
  1. database_resident_connection_pooling

    0下载:
  2. 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
  3. 所属分类:Oracle

    • 发布日期:2017-03-29
    • 文件大小:255.98kb
    • 提供者:任毅
« 12 3 »
搜珍网 www.dssz.com