代码搜索:Connection

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

代码结果 10,000
www.eeworm.com/read/317606/13501360

bas module1.bas

Attribute VB_Name = "Module1" Public myCon As New ADODB.Connection Public myRs As New ADODB.Recordset Public strTiaoJian As String Public deptno As String Public XingMing As String Public admin
www.eeworm.com/read/317560/13502344

cpp salary.cpp

// Salary.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Salary.h" #include "SalaryDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE stat
www.eeworm.com/read/316990/13513063

java socketserver.java

/* * SocketServer.java E.L. 2001-08-25 */ import java.io.*; import java.net.*; public class SocketServer { public static void main(String[] args) { try { ServerSocket serve
www.eeworm.com/read/316990/13513069

java socketclient.java

/* * SocketClient.java E.L. 2001-08-25 */ import java.io.*; import java.net.*; class SocketClient { public static void main(String[] args) { try { /* Input will be read fro
www.eeworm.com/read/316956/13513770

readme_echoserver

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 over
www.eeworm.com/read/316956/13513771

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 change
www.eeworm.com/read/316319/13525055

html ppp-troubleshoot.html

www.eeworm.com/read/316319/13525289

html tcpwrappers.html

www.eeworm.com/read/315990/13533208

bas mdl_link.bas

Attribute VB_Name = "Mdl_Link" Public PublicStr As String '定义公共变量用于ADO控件的数据连接,使程序模块化 Public sql As String '定义字符变量存储SQL语句 Public Tb As String '存储表名 Public Province As String '存储省份名称 Public
www.eeworm.com/read/315807/13535996

txt ftp反馈信息集锦.txt

FTP反馈信息集锦 [ 作者:阿榕收集整理 转贴自:阿榕论坛 点击数:483 更新时间:2004-2-29 文章录入:阿榕 ] FTP术语 150    文件状态良好,打开数据连接 200    命令成功 202    命令未实现 211    系统状态或系统帮助响应 212    目录状态 213    文件状态 214    ...