摘要: #include <iostream> #include <vector> #include <iterator> #include <algorithm> #include <unordered_set> using namespace std; template<class C> class a 阅读全文
posted @ 2021-09-18 19:56 i9loufish 阅读(99) 评论(0) 推荐(0)
摘要: int epoll_create(int size);// 创建epoll 实例 int epoll_ctl(int epfd,int op,int fd,struct epoll_event* event) // op为枚举类型,可选择的参数有 EPOLL_CTL_ADD // register 阅读全文
posted @ 2021-06-18 14:52 i9loufish 阅读(24) 评论(0) 推荐(0)
摘要: import socket class Route(object): _routes = {} def __new__(cls,*args,**kwargs): if(not hasattr(cls,'instance')): instance = super().__new__(cls) seta 阅读全文
posted @ 2021-06-01 11:54 i9loufish 阅读(21) 评论(0) 推荐(0)
摘要: 《C++并发编程实战》随笔 #include <iostream> #include <algorithm> #include <numeric> #include <thread> #include <vector> #include <functional> template<class Ite 阅读全文
posted @ 2021-05-15 13:57 i9loufish 阅读(907) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示