代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/107047/15614364
cpp 天网攻击.cpp
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "winsock2.h"
int ConnectSrv(char * ip, int port);
int main( )
{
int rc;
WSADATA WsaData;
char szIPAddr[256
www.eeworm.com/read/105816/15658468
cls cls_exam.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/105816/15658473
cls cls_status.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/105798/15658699
pas carry.pas
unit carry;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, DBGrids, mybook, StdCtrls, DB, ADODB;
type
TForm5 = class(TForm)
www.eeworm.com/read/105798/15658711
pas notice.pas
unit notice;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Grids, mybook, DBGrids, DB, ADODB, jpeg, ExtCtrls;
type
TFor
www.eeworm.com/read/105798/15658741
pas searchbooklist.pas
unit searchbooklist;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, mybook, Grids, DBGrids, DB, ADODB;
type
TForm6 = cla
www.eeworm.com/read/104808/15682796
txt dblink.txt
db link 的一点心得
今天对于db link 有了比较深入的了解了,下面是一些体会:
我需要在我的ora8.17 for win2k上作几个不同的database link
来连接我的远程的ora73(instance id :k100),在我的8.17上建立
了连接串在tnsnames.ora里面,用sql*plus 连接正常。
我首先用这个语句作连接:
create dat
www.eeworm.com/read/102552/15775769
htm subject_24360.htm
序号:24360 发表者:对虾 发表日期:2002-12-12 09:29:25
主题:线程函数中如何启动OnReceive()?如何调用OnConnect()返回值?
内容:(1)我的程序需要在线程函数中启动重载的OnReceive,可是连同之后没有执行函数中的语句!!if(.........) {&nb
www.eeworm.com/read/102155/15792418
cpp clientdlg.cpp
// ClientDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Client.h"
#include "ClientDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI