Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1126206
  • 博文数量: 188
  • 博客积分: 1156
  • 博客等级: 少尉
  • 技术积分: 2173
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-16 15:01
个人简介

go!go!go!

文章分类

全部博文(188)

文章存档

2024年(2)

2023年(11)

2022年(13)

2021年(15)

2020年(38)

2019年(3)

2018年(6)

2016年(1)

2015年(16)

2014年(13)

2013年(24)

2012年(46)

发布时间:2014-06-22 23:30:58

1.将多行换成转换成单行[root@CentOS5 shell]# cat a.txthello worldoh my god[root@CentOS5 shell]# cat a.txt | xargshello world oh my god2.将单行换成多行[root@CentOS5 shell]# cat a.txt hello worldoh my god.........【阅读全文】

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

发布时间:2014-04-03 15:58:29

pthread_atfork (3p) - register fork handlerspthread_attr_destroy [pthread_attr_init] (3p) - destroy and initialize the thread attributes objectpthread_attr_getdetachstate (3p) - get and set the detachstate attributepthread_attr_getguardsize (3p) - get and set.........【阅读全文】

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

发布时间:2014-01-26 13:54:09

 int sigaction(int signum, const struct sigaction *act,struct sigaction *oldact);中的           struct sigaction {               void     (*sa_handler)(int);              &nbs.........【阅读全文】

阅读(4268) | 评论(3) | 转发(2)

发布时间:2013-12-23 19:18:19

原帖:http://www.cnitblog.com/houcy/archive/2012/11/28/86801.html1.用top命令查看哪个进程占用CPU高gateway网关进程14094占用CPU高达891%,这个数值是进程内各个线程占用CPU的累加值。  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM   .........【阅读全文】

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

发布时间:2013-12-07 18:31:56

下面的setsid与 ioctl 将tty置为null的作用都是想把 子进程与当前的终端脱离,来避免信号对该终端的操作进而导致对守护进程的影响。stackoverflow中对为什么用setsid给出了详细的解释。http://stackoverflow.com/questions/8777602/why-must-detach-from-tty-when-writing-a-linux-daemon/8777697#8777697You must dis.........【阅读全文】

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

登录 注册