会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ye雨寄北
博客园
首页
新随笔
联系
订阅
管理
2021年9月18日
c++ 自定义inserter
摘要: #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)
2021年6月18日
epoll学习随笔
摘要: 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)
2021年6月1日
Python 网络编程随笔
摘要: 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)
2021年5月15日
c++多线程并行计算
摘要: 《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)
公告
点击右上角即可分享