Recent Posts

以前的一个帖子

这是 很久以前的一个夏天,在 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 工具解决。

How to undo "clear offline items"

在 Outlook 里浏览邮件分类目录时,点了 “clear offline items” 按钮,这下邮件全没了。。那叫一个紧张呀。

赶紧搜索一下,找到了几个:how do i undo "clear offline …

使用 pthread tls destructor 时遇到的问题

使用 pthread 线程时,可以通过 pthread_key_create() 这个 API,给新创建的线程添加一个回调函数,在线程退出时会被系统调用到,通常用于线程相关 …

UltraEdit 函数列表错位的问题

0x0 问题

在 UltraEdit 里遇到一个问题:通过函数列表跳转到函数实现的时候,会出现定位不准、有错位的情况。

0x1 解决方法

问题的解 …

Use ExamDiff in ClearCase

由于习惯了使用 ExamDiff 来比较代码,对于 ClearCase 自带的代码比较工具,不是很适应。所以尝试着在 ClearCase 里使用 ExamDiff。

  • 写个小程序,diffspawn.exe,它的 …

wxPython 里的 wx.ID_YES 与 wx.YES 不是一回事

基于 wxPython 写了一个小程序,看到了以下两个不一样的 YES:

使用的时候要注意。