自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (4)
  • 收藏
  • 关注

原创 Ping程序示例

#include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifndef likely#define likely(x) __builtin_expect

2016-01-14 18:20:41 408

原创 使用mmap实现进程间通信

#include #include #include #include #include #include #include #include /* Does not work on OS X, as you can't mmap over /dev/zero */int main(void){const char str1[] = "strin

2016-01-08 13:29:42 948

原创 Nginx模块示例

/** [email protected]*/#include #include #include typedef struct ngx_http_infosec_loc_conf_s{    ngx_str_t print;}ngx_http_infosec_loc_conf_t;static void *ngx_http_in

2016-01-07 18:07:04 346

十六进制与字符串转换

linux c 环境下16进制与字符串之间的相互转换.

2014-07-29

unix网络编程(第三版)

unix网络编程(第三版),本人花费重金在淘宝所购,值得下载.

2014-05-21

C语言范例开发大全

一部经典的C语言开发案例教材

2012-04-09

猴子选大王问题

一个简单的猴子选大王程序,正确高效的完成!

2012-04-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除