摘要:
近期在做 压力測试工具,除了apache的ab測试工具外,发现webbentch工具也不错,这里简介下这两个工具。 一、webbentch安装: wget http://blog.s135.com/soft/linux/webbench/webbench-1.5.tar.gz tar zxvf we 阅读全文
posted @ 2017-05-11 21:59
jhcelue
阅读(337)
评论(0)
推荐(0)
摘要:
本文地址:http://blog.csdn.net/sushengmiyan/article/details/38815923 实例代码下载地址: http://download.csdn.net/detail/sushengmiyan/7817549 本文作者:sushengmiyan 临时完毕效 阅读全文
posted @ 2017-05-11 21:23
jhcelue
阅读(179)
评论(0)
推荐(0)
摘要:
主函数main.c #include "func.h" #define MAXSIZE 100 INT32 main( void ) { INT32 temp[MAXSIZE] = {NULL}, f = 0, OSM = 1; OSM = create_SL (temp); do { OSM = 阅读全文
posted @ 2017-05-11 20:44
jhcelue
阅读(290)
评论(0)
推荐(0)
摘要:
Description Farmer John goes to Dollar Days at The Cow Store and discovers an unlimited number of tools on sale. During his first visit, the tools are 阅读全文
posted @ 2017-05-11 11:59
jhcelue
阅读(191)
评论(0)
推荐(0)
摘要:
一般来说,我们总是希望传输数据的更快一些,但假设发送方把数据发送的非常快。而接收方来不及接收,这就可能造成数据的丢失。流量控制就是让发送方的发送速率不要太快。让接收方来得及接收。 对于成块数据流,TCP利用滑动窗体机制来实现流量的控制,对于交互数据流,TCP利用捎带ACK和Nagle算法来实现流量的 阅读全文
posted @ 2017-05-11 10:28
jhcelue
阅读(3751)
评论(0)
推荐(0)
摘要:
6.6.1 F# 中函数调用的类型判断 尽管,在 F# 中能够用尖括号指定类型參数值。与 C# 中的方式同样。但这样的方法非常少使用。原因是,当编译器无法判断出全部的信息,须要程序猿的帮助时。我们仅在真正须要的地方,加入类型批注。我们用一个演示样例来演示: > Option.map (fun dt 阅读全文
posted @ 2017-05-11 09:51
jhcelue
阅读(296)
评论(0)
推荐(0)
摘要:
declare cnt integer; begin select count(0) into cnt from user_all_tables where table_name = upper('DPS_BIZTYPES_MANAGE'); if cnt = 0 then execute imme 阅读全文
posted @ 2017-05-11 09:04
jhcelue
阅读(2751)
评论(0)
推荐(0)

浙公网安备 33010602011771号