python string模块
摘要:1: #!/usr/bin/python 2: import string 3: funcs=[] 4: vars=[] 5: for element in dir(string): 6: name = "string.%s" %element ...
阅读全文
posted @
2013-04-29 15:26
@且听风吟@
阅读(1483)
推荐(0)
[转载]ubuntu bash '/bin/sh: Syntax error: "(" unexpected'错误解决
摘要:sudo dpkg-reconfigure dash弹出窗口选择No或者否这样就可以解决问题了,具体细节原因还正在研究中http://dongyulong.blog.51cto.com/1451604/360088
阅读全文
posted @
2013-04-07 09:50
@且听风吟@
阅读(251)
推荐(0)