摘要:
import csv # 采用DictReader进行读写:# 读csv文件def get_data(self, from_file): test_data = [] with open(from_file, 'rb') as csv_file: csv.register_dialect('read 阅读全文
摘要:
C:\Python27\Lib\ConfigParser.py: 会将配置文件中的选项名改为小写 为了保持配置项名称的大小写格式,重写: 阅读全文
摘要:
摘自:菜鸟教程 http://www.runoob.com/linux/linux-shell-echo.html 阅读全文
摘要:
Linux安装python2.7 阅读全文