Chinaunix首页 | 论坛 | 博客
  • 博客访问: 112022
  • 博文数量: 73
  • 博客积分: 66
  • 博客等级: 民兵
  • 技术积分: 497
  • 用 户 组: 普通用户
  • 注册时间: 2012-10-22 14:59
文章分类

全部博文(73)

文章存档

2015年(65)

2013年(5)

2012年(3)

我的朋友

发布时间:2015-02-05 22:23:20

#include <stdio.h>#include <unistd.h>int main(){  int pid;    pid = fork();   if (pid == 0)  // child process   {        printf("child process PID=%d, parent process PID=%d\n", getpid(), getppid());    } .........【阅读全文】

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

发布时间:2015-02-05 10:20:17

makefile 关键字1. include    include makefile1.mk ------如果引用不成功,会有警告查询目录:(1)-I 或--include-dir 指定目录                (2)/usr/local/bin或/usr/include    -include makefile.mk  ---.........【阅读全文】

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

发布时间:2015-02-03 14:03:20

dd if=/dev/zero of=./my-new-fs-imags bs=1k count=512创建大小为512k,内容全为零的文件......【阅读全文】

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

发布时间:2015-02-03 13:39:34

linux initiate steps.docx......【阅读全文】

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

发布时间:2015-02-02 22:06:24

http://www.thegeekstuff.com/2009/09/the-ultimate-wget-download-guide-with-15-awesome-examples/wget http://pathwget -o renamefile http://path......【阅读全文】

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

登录 注册