Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1608545
  • 博文数量: 596
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 173
  • 用 户 组: 普通用户
  • 注册时间: 2016-07-06 15:50
个人简介

在线笔记

文章分类

全部博文(596)

文章存档

2016年(1)

2015年(104)

2014年(228)

2013年(226)

2012年(26)

2011年(11)

发布时间:2015-01-19 14:44:15

原因:On most systems, gdb has no special support for debugging programs which create additional processes using the fork function. When a program forks, gdb will continue to debug the parent process and the child process will run unimpeded. If you have set a breakpoin.........【阅读全文】

阅读(4529) | 评论(0) | 转发(1)

发布时间:2014-09-02 11:52:29

xset s 0xset -dpms......【阅读全文】

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

发布时间:2014-06-18 09:41:30

格式:-exec command {}空格\;find . -name Makefile -exec rm {} \......【阅读全文】

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

发布时间:2014-06-04 11:28:31

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

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

发布时间:2014-05-30 14:24:33

判断某个库是否存在1. configure.ac AC_CHECK_LIB(udt, udt_listen, UDT_LIBS='-ludt', AC_MSG_ERROR([udt not found])) AC_SUBST(UDT_LIBS)2. Makefile.am libspice_client_glib_2_0_la_LIBADD = \ $(UDT_LIBS) 3. automake -> Makefile..........【阅读全文】

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

登录 注册