Recent Posts

同名全局变量造成的冲突

0x0 问题

程序运行时崩溃。

0x1 调试

经过调试发现,程序本身、和它所依赖的动态库里,有同名的全局变量,Loader 表示很凌乱。。

0x2 解决 …

redefinition of typedef error

又是一个坑。。啥也别说了。。

http://stackoverflow.com/questions/6526322/why-redefinition-of-typedef-error-with-gcc-4-3-but-not-gcc-4-6

gcc reverse_iterator comparison operators missing?

I get a compile error of the iterator when porting an application which is based on the C++ standard library. Someone get the same issue before, and there is already an answer at http://stackoverflow.com/questions/2135094/gcc-reverse-iterator-comparison-operators-missing.

栈溢出的调试及解决办法

※ 问题:

栈上消耗的内存太多,导致溢出,程序崩溃。

※ 程序崩溃的过程是怎样的?

1. CPU 执行代码时,反复地压栈;
2. 访问栈上内存时 …

如何在 PuTTY 里使用 Ctrl-Fn 及 Shift-Fn 组合键

使用 vim 的时候,经常会用到 Ctrl-Fn 及 Shift-Fn 这样的组合键,无奈 PuTTY 不支持。

从网上找到的解决办法:

以前的一个帖子

这是 很久以前的一个夏天,在 csdn 论坛里的帖子,讨论一段不太优雅的 Python 代码。

很久以后,我在 Baidu 里找了好久,不过这个帖子后 …

三思而行

今天在 python-chinese 的邮件列表里看到一段话:

All of the messages you send to these mailing lists will be archived. If you include sensitive information in your message it will be viewable by anyone. That includes email addresses, phone numbers, addresses, etc …

chrome 导入 portable firefox 收藏夹

之前用的是 portable firefox,现在慢慢地转到 chrome 了。 在导入收藏夹时遇到了问题。chrome 不知道 portable firefox 收藏夹的位置,折腾了好一会儿,找到个 …

Automatically cc/bcc the mail messages

用了很长时间的 Thunderbird,随着收件箱里的邮件越来越多,形成了以下的使用习惯:

  1. 按邮件的属性分成多个类别(文件夹);
  2. 更改设置 …

虚拟机里的时间走慢的问题

使用过程中碰到了这个问题,很麻烦。

参考了现成的解决方法,基本上可以通过安装 VMwareTools 工具解决。