代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/13415/276032
cfg edi2cap.cfg
-propname "IS_NO_CONNECT" "Is No Connect"
-propname "Pin_Number_Is_Visible" "Pin Number Is Visible"
-capturepinnamedisplay
www.eeworm.com/read/120138/14812175
bas module.bas
Attribute VB_Name = "Module1"
Option Explicit
'Connect Mode 连线模式 主机 or Client ?
Public Const CONNECT_SERVER = 1
Public Const CONNECT_CLIENT = 2
Public Const CONNECT_WAIT = 3
'Message Type 传送
www.eeworm.com/read/117089/14940431
bas module.bas
Attribute VB_Name = "Module1"
Option Explicit
'Connect Mode 连线模式 主机 or Client ?
Public Const CONNECT_SERVER = 1
Public Const CONNECT_CLIENT = 2
Public Const CONNECT_WAIT = 3
'Message Type 传送
www.eeworm.com/read/358128/3004146
test analyze_failure_sync_with_master.test
# Connect to both master and slave
connect (master,127.0.0.1,root,,test,$MASTER_MYPORT,);
connect (slave,127.0.0.1,root,,test,$SLAVE_MYPORT,);
vertical_results;
echo == MASTER ======================
www.eeworm.com/read/422060/2043650
phpt close.phpt
--TEST--
connect/close/connect
--SKIPIF--
--FILE--
www.eeworm.com/read/127438/6005291
sm makefile.sm
lib${MPILIBNAME}_a_SOURCES = socket_init.c socket_get_business_card.c \
socket_make_progress.c socket_cq_wait.c socket_post_read.c \
socket_post_write.c socket_can_connect.c socket_post_connect.c \
www.eeworm.com/read/127438/6005370
sm makefile.sm
lib${MPILIBNAME}_a_SOURCES = tcp_init.c tcp_get_business_card.c tcp_make_progress.c tcp_cq_wait.c \
tcp_post_read.c tcp_post_write.c tcp_can_connect.c tcp_post_connect.c tcp_car_queue.c \
tcp_read.c