Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6275795
  • 博文数量: 2759
  • 博客积分: 1021
  • 博客等级: 中士
  • 技术积分: 4091
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-11 14:14
文章分类

全部博文(2759)

文章存档

2019年(1)

2017年(84)

2016年(196)

2015年(204)

2014年(636)

2013年(1176)

2012年(463)

发布时间:2013-01-15 02:15:06

#strace -o log.txt ./t其中 log.txt 是strace命令创建的文件用以保存应用程序中所有的系统调用的信息     t 文件时通过 gcc 编译出的可执行的文件 如:gcc test.c -o ttest.c 点击(此处)折叠或打开#include <stdio.h>#include <fcntl.h>#include <unistd.h>#include <malloc.h>int main(void){    int  ......【阅读全文】

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

发布时间:2012-11-27 07:18:20

epoll - I/O event notification facility 在linux的网络编程中,很长的时间都在使用select来做事件触发。在linux新的内核中,有了一种替换它的机制,就......【阅读全文】

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

发布时间:2012-11-20 04:15:52

原文......【阅读全文】

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

发布时间:2012-11-20 04:15:46

原文: <a href="http://www.cppblog.com/feixuwu/archive/2010/07/10/119995.html" target="_blank" target="_blan......【阅读全文】

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

发布时间:2012-11-08 12:59:23

1 初始化事件    ......【阅读全文】

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

登录 注册