博客已全部转移至个人站 www.jasonwho.com
全部博文(39)
发布时间:2013-09-09 15:44:53
在进行有关fork的程序调试时,如果需要进入子进程跟踪,则在启动GDB后,设置:set follow-fork-mode child,这样,在程序运行到fork后,会执行子进程的代码.......【阅读全文】
发布时间:2013-09-06 17:23:02
When run system-config-network, it gives me a pop-up window with the error as "Exception occured". It gives me 3 options Debug, Save to File and Quit, none of which serves my purpose. Inside the window, it lists the error as below :TypeError : Sequence item not a s.........【阅读全文】
发布时间:2013-09-05 17:37:24
本来尝试使用最新的Subversion Edge和TortoiseSVN在laptop上搭建SVN环境,但折腾一天也找不到为什么客户端无法连接的原因,无奈换用Visual SVN server和TortoiseSVN组合,结果不到十分钟搞定,测试了一下,导入导出,建库很方便.推荐个人开发使用.......【阅读全文】