03 2010 档案
摘要: 最近在从头开始学习Python, 希望用blog顺便记录下来一些小的技巧。 今天记录第一个: variable _ 在python的交互session中,也就是不带文件名直接输入"Python”之后python所创建的session, 变量"_"会保存上一次计算的结果。例如: 这个变量对经常把python当计算器用...阅读全文
摘要: There are two ways of constructing a software design: one way is to make it sosimple that there are obviously no deficiencies; the other is to make it socomplicated that there are no obvious deficienc...阅读全文
摘要: When I install “Windows Live Writer” on my Windows 2003 box, it came to an error that “the operation system not supported”. oops! So I just copied WLW from a WinXP machine and now I’m testing if it w...阅读全文
摘要: 无意中发现的一个特性 - 长按“后退”或“前进”按钮,会有一个历史记录弹出来。【别骂我啊,我没看过chrome的说明之类】 del.icio.us Tags: google,chrome,tips阅读全文
