代码搜索:Pool
找到约 5,820 项符合「Pool」的源代码
代码结果 5,820
www.eeworm.com/read/170391/9808204
h thread_pool_server.h
#ifndef __THREAD_POOL_SERVER_H__
#define __THREAD_POOL_SERVER_H__
#include "thread_pool.h"
class thread_pool_server : public thread_pool
{
int fd;
struct sockaddr_in serv,client;
public:
thread_po
www.eeworm.com/read/170391/9808213
cc thread_pool_client.cc
#include "thread_pool_client.h"
using namespace std;
void* processing(void* v)
{
#ifdef __DEBUG
cout
www.eeworm.com/read/170391/9808215
cc thread_pool_server.cc
#include
#include
#include
#include
#include "thread_pool_server.h"
using namespace std;
thread_pool_server::thread_pool_server(int i, key_t key) : thr
www.eeworm.com/read/362517/9994637
txt jdbc connection pool.txt
作者:jeru
日期:2000-12-7 12:04:45
数据库连接池简介
在传统的两层结构中,客户端程序在启动时打开数据库连接,在退出程序时关闭数据库连接。这样,在整个程序运行中,每个客户端始终占用一个数据库连接,即使在大量没有数据库操作的空闲时间,如用户输入数据时,从而造成数据库连接的使用效率低下。
在三层结构模式中,数据库连接通过中间层的连接池管理。只有当用户真正需要进行数据库 ...
www.eeworm.com/read/361866/10031115
txt jdbc connection pool.txt
作者:jeru
日期:2000-12-7 12:04:45
数据库连接池简介
在传统的两层结构中,客户端程序在启动时打开数据库连接,在退出程序时关闭数据库连接。这样,在整个程序运行中,每个客户端始终占用一个数据库连接,即使在大量没有数据库操作的空闲时间,如用户输入数据时,从而造成数据库连接的使用效率低下。
在三层结构模式中,数据库连接通过中间层的连接池管理。只有当用户真正需要进行数据库 ...
www.eeworm.com/read/361866/10032272
txt jdbc connection pool.txt
作者:jeru
日期:2000-12-7 12:04:45
数据库连接池简介
在传统的两层结构中,客户端程序在启动时打开数据库连接,在退出程序时关闭数据库连接。这样,在整个程序运行中,每个客户端始终占用一个数据库连接,即使在大量没有数据库操作的空闲时间,如用户输入数据时,从而造成数据库连接的使用效率低下。
在三层结构模式中,数据库连接通过中间层的连接池管理。只有当用户真正需要进行数据库 ...
www.eeworm.com/read/163760/10147088
txt jdbc connection pool.txt
作者:jeru
日期:2000-12-7 12:04:45
数据库连接池简介
在传统的两层结构中,客户端程序在启动时打开数据库连接,在退出程序时关闭数据库连接。这样,在整个程序运行中,每个客户端始终占用一个数据库连接,即使在大量没有数据库操作的空闲时间,如用户输入数据时,从而造成数据库连接的使用效率低下。
在三层结构模式中,数据库连接通过中间层的连接池管理。只有当用户真正需要进行数据库 ...
www.eeworm.com/read/356862/10220227
cpp 1688 dolphin pool.cpp
#include
#include
#include
#include
#include
#include
using namespace std;
#define NEG 1e-7 //浮点数比较中的允许误差
struct intersect{ //两
www.eeworm.com/read/356862/10220234
rar 1688 dolphin pool.rar
www.eeworm.com/read/356862/10220277