GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
https://github.com/szyhf/swoole_study/blob/master/Swoole%E7%9A%84%E8%BF%9B%E7%A8%8B%E6%A8%A1%E5%9E%8B.md https://segmentfault.com/a/1190000007614502
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/ # RIA/Silverlight projects Generated_Code/ # Backup & report files from converting an old project file # to a newer Visual Studio version. Backup files are not needed, # because we have git...
git clone git@github.com:imliubo/makingfunxyz-esp8266.git#如果之前有clong过,可以直接 git pull,不会用?那肯定是没好好看廖雪峰的git教程 下载完成后,打开ESP_IDE导入在makingfunxyz-esp8266-NONOS文件中的6.TCP_UDP_Server_Client这个工程,然后先修改一点东西,这一步很重要,请不要忽略: ...
Apache jmeter:https://github.com/apache/jmeter webbench:http://home.tiscali.cz/~cz210552/webbench.html ★Windows解决端口号限制方法,修改两个注册表: (必须修改,否则测试工具作为客户端发起TCP连接,数目上不去) HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters\MaxUserPort 如果没有,则手...
tip v16.8.6 背景: 前端live-server后,运行项目时出现了Error: spawn cmd ENOENT 原因: path环境变量配置不当,导致无法找到指定的程序,安装java环境环境变量配置 JAVA_HOME 环境准备 node,yarn,JDK, 开始 克隆源码 git clone https://github.com/facebook/react.git 安装依赖, y... ...
()//来自https://github.com/baloonwj/flamingo { int pid; signal(SIGCHLD, SIG_IGN); //1)在父进程中,fork返回新创建子进程的进程ID; //2)在子进程中,fork返回0; //3)如果出现错误,fork返回一个负值; pid = fork(); if (pid < 0) { //std::cout << "fork error" << std::endl; exit...
2.kcp: 超多使用的可靠udp协议库 https://github.com/skywind3000/kcp 3.json: 超快的json解析库 https://github.com/JamesNK/Newtonsoft.Json 4.dnlib: 巨强C#源码反编译库 https://github.com/0xd4d/dnlib 5.websocket-sharp: websocket, https服务器网络库 https://github.com/sta/websocket-sharp 6....
1git clone git@github.com:imliubo/makingfunxyz-esp8266.git23#如果之前有clong过,可以直接 git pull,不会用?那肯定是没好好看廖雪峰的git教程 下载完成后,打开ESP_IDE导入在makingfunxyz-esp8266-NONOS文件中的6.TCP_UDP_Server_Client这个工程,然后先修改一点东西,这一步很重要,请不要忽略: ...