代码搜索:Connection

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

代码结果 10,000
www.eeworm.com/read/106679/15629864

txt rfc344.txt

Network Working Group Ellen Westheimer Request for Comments: 344 BBN NIC #10423
www.eeworm.com/read/106679/15630231

txt rfc1006.txt

M. Rose & D. Cass [Page 1]
www.eeworm.com/read/106576/15633810

cpp isolationlevelx.cpp

#import "C:\Program Files\Common Files\System\ADO\msado15.dll"\ no_namespace rename("EOF","EndOfFile") #include #include #include #include "IsolationLevelX.h"
www.eeworm.com/read/106576/15633856

cpp savex.cpp

#import "c:\Program Files\Common Files\system\ado\msado15.dll" \ no_namespace rename("EOF", "EndOfFile") #include #include #include #include //Functio
www.eeworm.com/read/106488/15635471

java accountbean.java

package com.wiley.compBooks.roman.entity.account; import java.sql.*; import javax.naming.*; import javax.ejb.*; import java.util.*; import java.rmi.RemoteException; /** * Demonstration B
www.eeworm.com/read/105798/15658724

dpr book.dpr

program book; uses Forms, main in 'main.pas' {Form1}, connection in 'connection.pas', mybook in 'mybook.pas', skinform in 'skinform.pas', manage in 'manage.pas' {Form2}, addboo
www.eeworm.com/read/104928/15681278

vbs sol13-8.vbs

Dim objConn, objRst, nTotal Set objConn = CreateObject("ADODB.Connection") 'open a connection to a text file using a DSN 'the ODBC DSN is defined in Solution 13-1. objConn.Open "SalesCSV" 'select
www.eeworm.com/read/104413/15694541

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

作者:sonymusic email: sonymusic@china.com 日期:2001-5-17 11:33:47 //文件:DbConnectionDefaultPool.java的第二部分 /** * Housekeeping thread. Runs in the background with low CPU overhead. * Conne
www.eeworm.com/read/104413/15694554

txt connecting database using javaserverpages (转载).txt

作者:阿土伯 email: lu1206@yeah.net 日期:2001-1-5 11:04:15 I have given you the source code, how to connect with database from jsp. this is easy and simple.cut and paste the below code and modify according
www.eeworm.com/read/104413/15694666

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

作者:sonymusic email: sonymusic@china.com 日期:2001-5-17 11:32:45 //文件:DbConnectionDefaultPool.java的第一部分 //请注意看里面注明的一处需要修改连接参数的地方 package com.qingtuo.db.pool; import java.sql.*; import java.uti