03 2016 档案
摘要:1 #!/usr/bin/python 2 #coding=UTF-8 3 #FileName:search.py 4 #文件搜索 5 import os; 6 import sys; 7 returnList = []; 8 def s...
阅读全文
摘要:https://docs.python.org/2/library/exceptions.html#exception-hierarchy
阅读全文
摘要:1 #!/usr/bin/python 2 #coding=UTF-8 3 # FileName:address.py 4 # Python地址簿 5 import cPickle as p; 6 import os; 7 import sys; 8 class Address: 9 '''Pyth
阅读全文

浙公网安备 33010602011771号