2013年5月19日
摘要: ::by windviki::2013/03/08::Error in script usage. The correct usage is::: vcvarsall.bat [option]::where [option] is: x86 | ia64 | amd64 | x86_amd64 | x86_ia64call "E:\Program Files (x86)\Microsoft Vis... 阅读全文
posted @ 2013-05-19 22:14 windviki 阅读(1159) 评论(0) 推荐(0) 编辑
摘要: by windviki2013/04/241. pprint无法为OrderedDict正常显示类似dict的层次结构:In [1]: from collections import OrderedDictIn [2]: import pprintIn [3]: od = OrderedDict([("key1", 100), ("I'm key2", 2), ("a key3", 3)])In ... 阅读全文
posted @ 2013-05-19 22:11 windviki 阅读(555) 评论(0) 推荐(0) 编辑