主题模板

https://xutopia77.github.io/

20200719104425712
image-20211215000519144

20200719103822090
image-20211215000519144

categories:
keywords:
description:

comments:
cover:
toc:
toc_number:
toc_style_simple:
copyright:
copyright_author:
copyright_author_href:
copyright_url:
copyright_info:
mathjax:
katex:
aplayer:
highlight_shrink:
aside:

1
2
3
4
5
6
7
8
9
10

//libevent的http服务器简单实现方式
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
//自定义信号处理函数
signal(SIGHUP , signal_handler);
evhttp_free(httpd);
return 0;
}