随笔分类 -  总结回顾

摘要:#! usr/bin/env python import xlrd import time class readExcel: def __init__(self,excel_file): self.excel_file = excel_file self.http_method = '' self.request_url = '' ... 阅读全文
posted @ 2018-02-26 16:31 我是旺旺 阅读(433) 评论(0) 推荐(0)
摘要:1、配置文件db_config.ini 2、Python读取配置文件 阅读全文
posted @ 2018-02-26 14:55 我是旺旺 阅读(208) 评论(0) 推荐(0)