上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 54 下一页
摘要: 5、调试 libwebsockets-test-server.exe libwebsockets-test-client.exe 127.0.0.1 --port=7681 4、这个利用libwebsockets写ws、wss服务端和客户端 https://blog.csdn.net/weixin_ 阅读全文
posted @ 2022-06-19 21:51 cnchengv 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 一、右值1、int&& b = 6; //这个时候只能右值引用2、template<typename T>void printValue( T&& t){ cout << "r-value: " << t << endl; t = 0;}函数里面的T&& ,即可也接收左值也可以接收右值,除非被重写3 阅读全文
posted @ 2022-06-14 19:37 cnchengv 阅读(16) 评论(0) 推荐(0) 编辑
摘要: #pragma comment(lib,"ws2_32.lib")#pragma comment(lib,"Crypt32.lib")#include <string.h>#include <openssl/err.h>#include <openssl/ssl.h> 阅读全文
posted @ 2022-06-10 16:05 cnchengv 阅读(9) 评论(0) 推荐(0) 编辑
摘要: ji、不带被子回,下周一带 1、一见 2、至少doc ok 3、qt asio 4、ftp那个o,then 复的 打印 整理打印,用的到的,用不到的先放一边。 5、简方比如p2p 阅读全文
posted @ 2022-06-02 09:11 cnchengv 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 1 Static int 默认的初始值 https://wenku.baidu.com/view/3e2bb095700abb68a982fb96.html 2 分块基本思想 将查找表分为若干子块,要求所有这些块分块有序,即后一块中所有元素的关键码均大于前一块中所有元素的关键码(块间有序);而每个块 阅读全文
posted @ 2022-06-02 09:01 cnchengv 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 离线安装 https://www.cnblogs.com/helf/p/12889955.html 教程 https://blog.csdn.net/m0_49960764/article/details/124292208 Docker 中十分重要的两个概念 Image 和 container,I 阅读全文
posted @ 2022-05-23 15:40 cnchengv 阅读(37) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/81a2075e64e0 阅读全文
posted @ 2022-05-23 09:26 cnchengv 阅读(7) 评论(0) 推荐(0) 编辑
摘要: #include <io.h> using namespace std; void getDirFiles(string dir, vector<string>& files) { //文件句柄 long hFile = 0; //文件信息 struct _finddata_t fileinfo; 阅读全文
posted @ 2022-05-20 16:53 cnchengv 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 1、命令行编译例子 g++ async_tcp_echo_server.cpp -I/Users/wangt/Desktop/wang/ccodes/asio-1.22.1/include -D ASIO_STANDALONE -std=c++11 -stdlib=libc++ 原来需要加上的是-s 阅读全文
posted @ 2022-05-19 15:46 cnchengv 阅读(225) 评论(0) 推荐(0) 编辑
摘要: https://wenku.baidu.com/view/de049ed44593daef5ef7ba0d4a7302768e996f84.html 多线程ui https://wenku.baidu.com/view/e29486840329bd64783e0912a216147917117e3c 阅读全文
posted @ 2022-05-08 18:48 cnchengv 阅读(146) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 54 下一页