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... 阅读全文
posted @ 2016-03-17 17:32 zhaoyingnan911 阅读(2011) 评论(0) 推荐(0)
摘要:https://docs.python.org/2/library/exceptions.html#exception-hierarchy 阅读全文
posted @ 2016-03-15 15:27 zhaoyingnan911 阅读(5616) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2016-03-01 15:53 zhaoyingnan911 阅读(653) 评论(1) 推荐(1)