代码搜索:timeout

找到约 9,694 项符合「timeout」的源代码

代码结果 9,694
www.eeworm.com/read/251765/12321511

txt 程序说明.txt

聊天室程序说明: 1、global.asa 功能:统计在线人数 定义变量:Sum 当会话开始时,sum+1 会话结束时,sum-1 判断的方法:设置会话超时时限(session.timeout) 2、进入聊天室登录的页面。login.asp 功能:提供用户注册框。 注意:处理文件main.asp
www.eeworm.com/read/374465/2751485

properties test.properties

db1 = H2, org.h2.Driver, jdbc:h2:data/test;LOCK_TIMEOUT=10000;LOCK_MODE=3, sa, sa #db2 = H2 (MVCC), org.h2.Driver, jdbc:h2:data/test_mvcc;MVCC=TRUE, sa, sa #xdb2 = H2 (XTEA), org.h2.Driver, jdbc:h
www.eeworm.com/read/392305/8350726

h hardware.h

#define TIMEOUT 0x82 #define PARITYERR 0x81 sbit POWER_CONTROL =0x90; //P10 sbit S1 =0x93; //P13 sbit S0 =0x94; //P14 sbit INSERT =0x95; //P15 sbit IO =0xB2; //p32 sbit RSTCPU
www.eeworm.com/read/110490/15532629

h messages_kr.h

#define MSG_TIMEOUT "矫埃 檬苞" #define MSG_CAPABILITIES "扁瓷 傈券 阂啊" #define MSG_CLIENT_CLOSED_CNX "努扼捞攫飘啊 立加阑 摧澜" #define MSG_CLIENT_READ_ERR "努扼捞攫飘 佬扁 坷幅" #define MSG_CANT_OPEN_CNX "楷搬 阂啊" #define MSG_CA
www.eeworm.com/read/179816/9335842

txt 源码说明.txt

这两个函数 function app_path1:string; function socket_rec_line1(socket1:TCustomWinSocket;timeout1:integer;crlf1:string=#13#10):string; 实际上是我的一个公用单元中的函数,大家应该养成建立自己的公用单元的习惯。 socket_rec_line1函数中用了唐晓峰大侠的co
www.eeworm.com/read/176523/9494742

o timer.o

XL H 4 areas 24 global symbols M timer.c S push_gset2 Ref0000 S push_gset3 Ref0000 S push_gset4 Ref0000 S div32u Ref0000 S _post Ref0000 S _led0Toggle Ref0000 S _T0_timeout Ref0000 S _T1_tim
www.eeworm.com/read/441351/7671499

txt 源码说明.txt

这两个函数 function app_path1:string; function socket_rec_line1(socket1:TCustomWinSocket;timeout1:integer;crlf1:string=#13#10):string; 实际上是我的一个公用单元中的函数,大家应该养成建立自己的公用单元的习惯。 socket_rec_line1函数中用了唐晓峰大侠的co
www.eeworm.com/read/244975/12828018

Ȧ-

这两个函数 function app_path1:string; function socket_rec_line1(socket1:TCustomWinSocket;timeout1:integer;crlf1:string=#13#10):string; 实际上是我的一个公用单元中的函数,大家应该养成建立自己的公用单元的习惯。 socket_rec_line1函数中用了唐晓峰大侠的co
www.eeworm.com/read/358128/3003698

result rpl_variables.result

stop slave; drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9; reset master; reset slave; drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9; start slave; set @my_slave_net_timeout =@@global.slave_
www.eeworm.com/read/288860/8598029

txt lesson4_2.txt

以Flight1a为例: //第一次失败的例子: 1、第一次录制新增ORDER(订单),然后删除ORDER(订单).具体例子[参]Lesson4_1。 (先查看SEtting的设置) 2、改变SETTing中的选项,将第2项(<mark>Timeout</mark>……) 时间间隔改为1000毫秒,即1秒。 3、运行lesson4_1。注意观察当鼠标努力点击“delete order”时所发生的状态。 ...