Chinaunix首页 | 论坛 | 博客
  • 博客访问: 749944
  • 博文数量: 116
  • 博客积分: 923
  • 博客等级: 准尉
  • 技术积分: 1635
  • 用 户 组: 普通用户
  • 注册时间: 2011-10-06 21:43
个人简介

一直帮老板搬运代码!!!

文章分类
文章存档

2013年(47)

2012年(69)

发布时间:2013-01-28 15:24:16

nginx配置信息的解析流程2011年9月9日 admin 发表评论 阅读评论 1,744 次浏览 请关注最新修正合订:http://lenky.info/ebook/这一系列的文章还是在09年写的,存在电脑里很久了,现在贴出来。顺序也不记得了,看到那个就发那个吧,最近都会发上来。欢迎转载,但请保留链接:http://lenky.info/,谢谢。nginx的.........【阅读全文】

阅读(14883) | 评论(1) | 转发(1)

发布时间:2013-01-28 15:21:12

请关注最新修正合订:http://lenky.info/ebook/这一系列的文章还是在09年写的,存在电脑里很久了,现在贴出来。顺序也不记得了,看到那个就发那个吧,最近都会发上来。欢迎转载,但请保留链接:http://lenky.info/,谢谢。第一:打开debug模式进行编译,简单操作如下:sudo ./configure –with-debugsudo makesudo m.........【阅读全文】

阅读(7548) | 评论(0) | 转发(1)

发布时间:2013-01-25 11:36:44

在VC:#pragma pack(1)typedef struct St2Tag{    St1 st1;    char ch2;} St2;#pragma pack() linux#pragma pack( push, 1 )typedef struct {    u_short    flag;    &.........【阅读全文】

阅读(1058) | 评论(0) | 转发(0)

发布时间:2013-01-24 15:33:32

GDB: Program received signal SIGPIPE, Broken pipe.  By default, gdb captures SIGPIPE of a process and pauses it. However, some program ignores SIGPIPE. So, the default behavour of gdb is not desired when debugging those program. To avoid gdb stopping in SIGPIPE, use the following co.........【阅读全文】

阅读(1322) | 评论(0) | 转发(0)

发布时间:2013-01-19 09:20:20

#include #include #include #include #include #include #include #include #include #include #define PORT 8888#define MAXFDS 5000#define EVENTSIZE 100#define BUFFER "HTTP/1.1 2.........【阅读全文】

阅读(1944) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册