#include #include #include #include #define NUM_CNT 10000000 #define FILE_NAME "num.txt" void genNumber() { int i = 0; int *arr = (int*)malloc(sizeof(int) * NUM_CNT); for(;i < NUM_C... Read More
参考文章:http://blog.csdn.net/chen_jp/article/details/8922582 一 字符替换 origin=原字符串 str=替换后的字符串 替换命令: str=${origin//目标字符/替换后的字符} 例如: str=${origin//:/_} 代码示例: Read More
一,数字循环 输出: 1 2 3 4 5 6 7 8 9 10 Read More
http://ip.qq.com/cgi-bin/searchip?searchip1=180.168.144.211 http://ip.taobao.com/service/getIpInfo.php?ip=180.168.144.211 http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=json&ip=180.168.1... Read More
原理:OpenSSL在github上有开源项目,我们只需要把代码克隆到本地,在本地编译一下就好了 注意事项: 1->在github上获取源码,必须要安装git for windows,网址 https://git-for-windows.github.io 2->OpenSSL的配置文件需要Perl Read More
说明:在调用该函数前要先调用WSAStartup初始化Winsock Read More
说明:当客户端连接数超过64个的时候,每次最多select64个,但每一帧可以select多次,理论上可以突破fd个数的限制 .h .cpp Read More
在 .git 文件夹所在的目录,按照需要执行上面的命令(不需要全部执行,参见注释),可以对当前项目产生效果.执行完之后,可以在 .git/config 文件中看到刚才所设置的参数,你也可以手动编辑这个文件,达到设置的效果. 在任意地方,按照需要执行上面的命令(不需要全部执行,参见注释),可以对当前用 Read More