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

go!go!go!

文章分类

全部博文(187)

文章存档

2024年(1)

2023年(11)

2022年(13)

2021年(15)

2020年(38)

2019年(3)

2018年(6)

2016年(1)

2015年(16)

2014年(13)

2013年(24)

2012年(46)

发布时间:2015-07-05 09:15:04

<br /><div id="codeText" class="codeText"><ol style="margin:0 1px 0 0;padding:5px 0pt;" start="1" class="dp-css none_number"><li><span style="color:#000000;"><span style="color:#0000CC;">[</span>test@localhost <span style="color:#0000CC;">~</span><span style="color:#0000CC;">/</span>src<sp.........【阅读全文】

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

发布时间:2015-02-14 21:04:46

http://www.51testing.com/html/00/n-864300.html内存泄漏的问题,在百度是遇到最多的,阿里相对少点。与内存泄漏斗争了很久,我总结下常用的一些有效测试方法吧。  1、valgrind,这是非常好用的工具,虽然参数很多,输出结果较多,但是只要认真看下,就很容易发现问题,报告是很详细的,不要被吓倒。valgrind检.........【阅读全文】

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

发布时间:2014-08-05 10:33:23

http://stackoverflow.com/questions/8482314/segmentation-fault-caused-by-pthread-kill......【阅读全文】

阅读(1153) | 评论(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.........【阅读全文】

阅读(1353) | 评论(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.........【阅读全文】

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

登录 注册