代码搜索:Connection

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

代码结果 10,000
www.eeworm.com/read/478645/6712186

txt 一个连接池的例子(来自jive)(3).txt

作者:sonymusic email: sonymusic@china.com 日期:2001-5-17 11:34:25 //文件:DbConnectionDefaultPool.java的第三部分 /** * Returns the age of a connection -- the time since it was handed out to * an
www.eeworm.com/read/478645/6712343

txt 一个连接池的例子(来自jive)(4).txt

作者:sonymusic email: sonymusic@china.com 日期:2001-5-17 11:35:03 //文件:DbConnectionManager.java package com.qingtuo.db.pool; import java.sql.*; import java.io.*; import java.util.*; /** *
www.eeworm.com/read/478645/6712395

txt 一个连接池的例子(来自jive)(5).txt

作者:sonymusic email: sonymusic@china.com 日期:2001-5-17 11:36:03 //文件:DbConnectionProvider.java package com.qingtuo.db.pool; import java.sql.*; import java.util.*; public abstract class DbCo
www.eeworm.com/read/478645/6712431

txt orcale测试实例.txt

作者:blackwhites 日期:2000-11-9 15:13:59 /* OracleTestServlet - This is a sample servlet which connects to an Oracle instance. It includes some code to log various points of invocation and execu
www.eeworm.com/read/265314/11268722

cs fastdbcommand.cs

using System; using System.Collections; using System.Text.RegularExpressions; namespace FastDbNet { //------------------------------------------------------------------------- ///
www.eeworm.com/read/265117/11282398

txt readme.txt

//------------------------------------------------------------------------ // Readme.txt //------------------------------------------------------------------------ This project stationery is desig
www.eeworm.com/read/265113/11282598

txt readme.txt

//------------------------------------------------------------------------ // Readme.txt //------------------------------------------------------------------------ This project stationery is desig
www.eeworm.com/read/410192/11299009

ini rylsetupmanagetool.ini

[CONNECTION] // ManageServerIP : 包府 辑滚狼 IP ManageServerIP = 192.168.254.8 // ManageServerPort : 包府 砒苞 包府辑滚啊 烹脚 且 器飘 ManageServerPort = 10118
www.eeworm.com/read/410099/11302167

txt readme_echoserver.txt

FILE LIST - echoServer.c DESCRIPTION - The TCP echo service specifies that a server must accept incoming requests, read data from the connection, and write the data back
www.eeworm.com/read/410099/11302177

c echoserver.c

/* echoServer.c - TCP echo server program */ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01g,06nov97,mm added copyright. 01f,29Sep97,mm