自定义博客皮肤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)
  • 资源 (1)
  • 收藏
  • 关注

原创 Build Linux Kernel

<br />make mrproper<br />make menuconfig<br />make dep<br />make clean<br /> <br />---------------------<br />make bzImage<br />make modules<br />---------------------<br />上面这两步现在可以直接make,具体参考make时候提示。<br /> <br /> <br />make modules-install<br />mkinitrd

2011-01-27 10:14:00 858

翻译 Inter-process Communication:Pipes

We use the term pipe to mean connecting a data flow from one process to another.Perhaps the simplest way of passing data between two programs is with the popen and pclose functions:#include FILE *popen(const char *command, const char *open_mode);int

2011-01-08 12:31:00 784

转载 Introduction to device driver

As a programmer, you are able to make your own choices about your driver, and choose an acceptable trade-off between the programming time required and the flexibility of the result. Thought it may appear strange to say that a driver is "flexible," we like

2011-01-05 11:51:00 761

简单校园博客系统asp.net

校园博客系统,实现基本功能,写日志,添加标签,友站管理,上传,下载文件==

2008-09-19

空空如也

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

TA关注的人

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