keep_simple

导航

2013年5月14日 #

c基础知识

摘要: http://learn.akae.cn/media/ch24s01.html 阅读全文

posted @ 2013-05-14 10:48 keep_simple 阅读(93) 评论(0) 推荐(0)

libevent http client

摘要: #include <errno.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <event2/event.h>#include <event2/buffer.h>#include <event2/http.h>#include <event2/http_struct.h>struct download_context{ struct evhttp_uri *uri; struct event_base *bas 阅读全文

posted @ 2013-05-14 09:34 keep_simple 阅读(3146) 评论(0) 推荐(0)