代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/211976/15168965
h main.h
#define byte unsigned char
#define word unsigned int
#define ulong unsigned long
#define true 1
#define false 0
#define On 0
#define Off
www.eeworm.com/read/210377/15200110
am makefile.am
bin_PROGRAMS = ctorrent
ctorrent_SOURCES = bencode.cpp bitfield.cpp btconfig.cpp btcontent.cpp btfiles.cpp btrequest.cpp btstream.cpp bufio.cpp connect_nonb.cpp ctcs.cpp ctorrent.cpp downloader.cpp ht
www.eeworm.com/read/208727/15238637
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/208709/15238967
bas dbfunc.bas
Attribute VB_Name = "DbFunc"
'== 标记数据库是否连接 ==
Private IsConnect As Boolean
'== 标记执行Connect()函数后,访问数据库的次数 ==
Private Connect_Num As Integer
Private cnn As ADODB.Connection '连接数据库的Connection对象
P
www.eeworm.com/read/207654/15266019
c main.c
/*
* Application code begins here.
*/
#include
int ptimer;
int nValue;
/*
* UpdateProgressTimer
*
* This is the timer callback function. It updates the
* progressbar and close
www.eeworm.com/read/173141/5378573
sql encryptionkey.sql
------------------------------------------------------------------------------------
-- This test file contains test cases for testing encryptionKey property in the connection
-- url
--
-- Case 1:
www.eeworm.com/read/173141/5379583
out users.out
ij> --
connect 'wombat;create=true;user=dan;password=MakeItFaster';
ij(CONNECTION1)> autocommit off;
ij(CONNECTION1)> prepare p1 as 'CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY(?,?)';
ij(CONNECTION1)>
www.eeworm.com/read/173141/5379773
out secureusersldap.out
ij> --
-- Specifically test SECURE users with ldap
-- Configure the ldap databases, plus some for reference
--
-- 'derbySchemeDB' - BUILTIN authentication
-- & some db authorization restrictio