heaven123

2019年7月22日

python基础 xlrd xlutils 读excel和修改excel

摘要: #xlwt只能写import xlrd #只能读book=xlrd.open_workbook('user.xls')sheet=book.sheet_by_index(0)#根据索引查找sheetprint(book.nsheets)sheet2=book.sheet_by_name('学生信息' 阅读全文

posted @ 2019-07-22 15:55 heaven123 阅读(1569) 评论(0) 推荐(0) 编辑

pthon项目_接口_按目录整理

摘要: pycharm把目录加到环境变量中 start.py 阅读全文

posted @ 2019-07-22 12:31 heaven123 阅读(230) 评论(0) 推荐(0) 编辑

python基础 接口

摘要: #pip install flask#flask 开源的web框架,可以启动服务#mock服务import flask,jsonfrom day_7.my_pysql import my_dbserver=flask.Flask(__name__)#把当前这个python文件当作一个服务@serve 阅读全文

posted @ 2019-07-22 11:50 heaven123 阅读(255) 评论(0) 推荐(0) 编辑

导航