代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/439044/7717715
pas uadoconnectionpool.pas
////////////////////////////////////////////////////////////////////////////////
//
// The uADOConnectionPool unit contains ADOConnectionPool classes.
//
unit uADOConnectionPool;
interface
u
www.eeworm.com/read/439044/7717717
pas uconnectionpool.pas
////////////////////////////////////////////////////////////////////////////////
//
// The uConnectionPool unit contains base classes of Connection Pool.
//
unit uConnectionPool;
interface
u
www.eeworm.com/read/438628/7728993
bas modports.bas
Attribute VB_Name = "ModPorts"
'****************************************************************************
'人人为我,我为人人
'枕善居汉化收藏整理
'发布日期:2006/12/23
'描 述:非常专业的防火墙源代码
'网 站:http://www.Mndsoft
www.eeworm.com/read/438437/7731212
h ftp_dcom.h
/** @file ftp_dcom.h defines the API for communication between daemons implied in the fault tolerant protocol */
#ifndef FTP_DCOM_H
#define FTP_DCOM_H
#include "debug.h"
#include "config.h"
#include
www.eeworm.com/read/438437/7731214
h ftp_csched.h
/** @file ftp_csched.h describes API from daemon to Checkpoint Scheduler */
#ifndef FTP_CSCHED_H
#define FTP_CSCHED_H
#include "config.h"
#include "debug.h"
/** initialize connection to checkpoint s
www.eeworm.com/read/438437/7731220
h flitvecio.h
/** @file flitvecio.h defines the methods to send and receive messages between daemons
*/
#ifndef FLITVECIO_H
#define FLITVECIO_H
#include "flitvec.h"
/** send a flitvec in fd descriptor.
* @param
www.eeworm.com/read/438437/7731225
h connect.h
/** @file connect.h define the connection method to other daemon */
#ifndef CONNECT_H
#define CONNECT_H
#include "config.h"
#include "debug.h"
#include "simple_list.h"
#include
#includ
www.eeworm.com/read/437938/7739170
txt readme.txt
//------------------------------------------------------------------------
// Readme.txt
//------------------------------------------------------------------------
This project stationery is desig
www.eeworm.com/read/437528/7746865
txt readme.txt
//------------------------------------------------------------------------
// Readme.txt
//------------------------------------------------------------------------
This project stationery is desig
www.eeworm.com/read/436031/7778630
java geturlinfo.java
/* the program displays the parameters for a certain URL connection, retrieves and displays the
first 5 lines read from the specified URL
*/
import java.net.*;
import java.io.*;
import java.u