摘要:
参考链接 1 #include <sys/types.h> 2 #include <sys/time.h> 3 #include <stdlib.h> 4 #include <err.h> 5 6 #include <event.h> 7 #include <evhttp.h> 8 9 void10 root_handler(struct evhttp_request *req, void *arg)11 {12 struct evbuffer *buf;13 14 buf = evbuffer_new();15 if ( 阅读全文
posted @ 2012-05-08 05:09
wangkangluo1
阅读(4686)
评论(1)
推荐(2)

浙公网安备 33010602011771号