查看配置参数:SHOW VARIABLES LIKE '%timeout%'2)MySQL客户端工具自带的帮助? (\?) Synonym for `help'. clear (\c) Clear the current input statement. &nbs
分类:
数据库 时间:
2018-02-13 12:21:07
阅读次数:
180
etcd是什么? A highly-available key value store for shared configuration and service discovery. 是一个键值存储仓库,用于配置共享和服务发现 简单:基于HTTP+JSON的API让你用curl命令就可以轻松使用。 ...
分类:
其他好文 时间:
2018-02-12 16:45:56
阅读次数:
180
1、ReentrantLock 拥有Synchronized相同的并发性和内存语义,此外还多了 锁投票,定时锁等候和中断锁等候线程A和B都要获取对象O的锁定,假设A获取了对象O锁,B将等待A释放对O的锁定,如果使用 synchronized ,如果A不释放,B将一直等下去,不能被中断如果 使用Ree ...
分类:
其他好文 时间:
2018-02-10 23:25:34
阅读次数:
282
linux服务下使用nginx之后数据导出超时 1.使用nginx服务器如果遇到timeou情况时可以如下设置参数,使用fastcgi: fastcgi_connect_timeout 75; 链接 fastcgi_read_timeout 600; 读取 fastcgi_send_timeout ...
分类:
系统相关 时间:
2018-02-09 15:45:24
阅读次数:
216
phpStudy配置https 1、打开vhosts-conf配置文件 2、在配置文件中增加如下内容 注意修改证书文件,以及root目录,域名等。 3、重启服务即可 ...
分类:
Web程序 时间:
2018-02-07 22:42:53
阅读次数:
911
$location $timeout、$interval $filter $log ...
分类:
其他好文 时间:
2018-02-06 20:20:18
阅读次数:
161
一、接收邮箱函数的参数:timeout表示的是滴答定时器的节拍数,比如设定5ms为一个节拍,超时为100ms,则timeout=20. void *OSMboxPend (OS_EVENT *pevent, INT32U timeout, INT8U *perr) ...
分类:
其他好文 时间:
2018-02-06 13:00:38
阅读次数:
166
var chess; var start; var end; //创建棋盘 function creatChess() { chess = new Array(); for (var i = 0; i 500) { console.log('500 ms timeout!\n'); retu... ...
分类:
Web程序 时间:
2018-02-05 20:12:59
阅读次数:
414
https://stackoverflow.com/questions/10240694/java-socket-api-how-to-tell-if-a-connection-has-been-closed http://fanyi.baidu.com/#en/zh/ http://blog.qi ...
分类:
Web程序 时间:
2018-02-05 16:00:28
阅读次数:
699