代码搜索:Connection

找到约 10,000 项符合「Connection」的源代码

代码结果 10,000
www.eeworm.com/read/378683/9218319

cs ssh2connection.cs

/* --------------------------------------------------------------------------- * * Copyright (c) Routrek Networks, Inc. All Rights Reserved.. * * This file is a part of the Granados SSH Cl
www.eeworm.com/read/378683/9218386

cs ssh1connection.cs

/* --------------------------------------------------------------------------- * * Copyright (c) Routrek Networks, Inc. All Rights Reserved.. * * This file is a part of the Granados SSH Cl
www.eeworm.com/read/377944/9256705

txt jdbc connection pool.txt

作者:jeru 日期:2000-12-7 12:04:45 数据库连接池简介 在传统的两层结构中,客户端程序在启动时打开数据库连接,在退出程序时关闭数据库连接。这样,在整个程序运行中,每个客户端始终占用一个数据库连接,即使在大量没有数据库操作的空闲时间,如用户输入数据时,从而造成数据库连接的使用效率低下。 在三层结构模式中,数据库连接通过中间层的连接池管理。只有当用户真正需要进行数据库 ...