摘要: # coding=utf-8 # 证照模板下载,查询中心库,调用网站接口,下载文件保存到本地 import requests import json import datetime import xlwt import os import cx_Oracle as oracle def downlo 阅读全文
posted @ 2021-08-20 09:35 伍叶春 阅读(351) 评论(0) 推荐(0) 编辑
摘要: # coding=utf-8 # 证照模板下载,查询中心库,调用网站接口,下载文件保存到本地 # 查询Oracle数据库,循环导出多个Excel到目录 import requests import json import datetime import xlwt import os import c 阅读全文
posted @ 2021-08-20 09:13 伍叶春 阅读(526) 评论(0) 推荐(0) 编辑