Shivers
  • 关于
  • 友链
  • 标签
  • 分类

libevent2

标准使用流程 1. Creating an event base struct event_base *event_base_new(void); 创建event-base结构体 struct event_config *event_config_new(void); struct event ...
2023-07-14 开源库

libcurl

before transfer create handle CURL *easy_handle = curl_easy_init(); set options /* set URL to operate on */ res = curl_easy_setopt(easy_handle, C ...
2023-07-14 开源库

ProtoBuf

是什么: 一种序列化工具。 序列化指的是:将一个对象的状态(各个变量)保存起来,在需要使用的时候再复原的技术。 有什么用,用法? ...
2023-07-14 开源库

©2019- arashrun | 文章阅读量 次 | 访客量 人
Theme Tree by WuJun Powered by Hexo