自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

ZoMoe's eye

pthread_cond_timedwait(&♀ ,&heart_mutex,&life_time_wait);

  • 博客(43)
  • 资源 (2)
  • 收藏
  • 关注

原创 linux环境下的一个简单的web server

linux环境下的一个简单的web server ,可以用来处理静态的http请求。当做socket原理和http的的学习#include #include #include #include #include #include #include #include #include #include #define FILE_MAX_SIZE 100000 #define

2012-11-16 13:39:13 1336

转载 huffman code 的不错算法。(优先队列)

You’ve probably heard about David Huffman and his popular compression algorithm. If you didn’t, you’ll find that info on the Internet. I will not bore you with history or math lessons in this articl

2012-11-16 13:21:37 1257

转载 fastcgi协议分析

FastCGI协议数据包是8字节对齐的,由包头(Header)和包体(Body)组成。例如要请求一个index.php的页面,WebServer首先向WebApp发送一个Request数据包。包头有个请求ID用于并行工作时,区别不同的请求。包头[版本:1][类型:1][请求ID:2][数据长度:2][填充字节数:1][保留:1]包体[角色:2][参数:1][保留:5

2012-11-14 17:48:40 893

linux 系统分析工具

linux 系统分析工具, 《 Linux Performance Analysis and Tools》

2013-03-11

空空如也

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

TA关注的人

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