12 2021 档案

摘要:实现 #pragma once #ifndef _LOG_CPP_HPP_ #define _LOG_CPP_HPP_ #include <iostream> #include <string> #include <deque> #include <chrono> #include <thread> 阅读全文
posted @ 2021-12-25 18:20 WindSnowLi 阅读(38) 评论(0) 推荐(0) 编辑
摘要:个人文章地址 1. 头文件 #pragma once #include <string> #include <memory> #include <tuple> #include <functional> #include <thread> template<typename T> class Thr 阅读全文
posted @ 2021-12-15 17:27 WindSnowLi 阅读(127) 评论(0) 推荐(0) 编辑
摘要:链接 数据结构 Linux平台 #include <iostream> #include <netinet/in.h> #include <arpa/inet.h> #include <sys/socket.h> #include <netdb.h> #include <sys/unistd.h> 阅读全文
posted @ 2021-12-03 19:58 WindSnowLi 阅读(10) 评论(0) 推荐(0) 编辑
摘要:链接 HTTP包格式 基本请求格式 基本响应格式 暴力解析代码及测试(记得加参数-std=c++2a) #include <iostream> #include <map> #include <utility> #include <netinet/in.h> #include <cstring> # 阅读全文
posted @ 2021-12-03 19:48 WindSnowLi 阅读(267) 评论(0) 推荐(0) 编辑

more_horiz
keyboard_arrow_up dark_mode palette
选择主题
点击右上角即可分享
微信分享提示