代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/173708/9640701
java server.java
// Fig. 17.4: Server.java
// Set up a Server that will receive a connection
// from a client, send a string to the client,
// and close the connection.
// Java core packages
import java.io.*;
www.eeworm.com/read/173526/9652941
bas moddingyi.bas
Attribute VB_Name = "ModDingYi"
Option Explicit
'整个服务器应用的操作员Code和Pass
Global UserCode As String
Global UserPass As String
'整个应用程序期间的数据库连接
Global DB As Connection
'生成试卷时每个题目的分数
Globa
www.eeworm.com/read/173088/9674951
txt readme.txt
//------------------------------------------------------------------------
// Readme.txt
//------------------------------------------------------------------------
This project stationery is design
www.eeworm.com/read/173088/9674989
txt readme.txt
//------------------------------------------------------------------------
// Readme.txt
//------------------------------------------------------------------------
This project stationery is design
www.eeworm.com/read/173088/9675024
txt readme.txt
//------------------------------------------------------------------------
// Readme.txt
//------------------------------------------------------------------------
This project stationery is design
www.eeworm.com/read/173087/9675105
txt readme.txt
//------------------------------------------------------------------------
// Readme.txt
//------------------------------------------------------------------------
This project stationery is design
www.eeworm.com/read/173086/9675144
txt readme.txt
//------------------------------------------------------------------------
// Readme.txt
//------------------------------------------------------------------------
This project stationery is design
www.eeworm.com/read/173085/9675183
txt readme.txt
//------------------------------------------------------------------------
// Readme.txt
//------------------------------------------------------------------------
This project stationery is design
www.eeworm.com/read/368627/9682785
bas module1.bas
Attribute VB_Name = "Module1"
Public Conn As New ADODB.Connection
Public Rs As New ADODB.Recordset
Public Cmd As New ADODB.Command
'数据查询函数,只需要给出相应的SQL语句,返回一个与函数同名的记录集对象
Public Function ExecuteS
www.eeworm.com/read/368572/9686054
c sched.c
/* sched.c
* Links internal scheduler
* (c) 2002 Mikulas Patocka
* This file is a part of the Links program, released under GPL.
*/
#include "links.h"
tcount connection_count = 0;
int active_co