摘要: 1.引入from config import Configuration2.使用 1>zw_group_config = Configuration("zw_group_import.json").get_all() #json类型 2>oracle_con = Configuration("dat 阅读全文
posted @ 2022-01-13 15:34 下面让我喵两句 阅读(132) 评论(0) 推荐(0)
摘要: 操作方法1.引入 from oracle_opt import Oracle2.连接数据库 初始化方法作为连接数据库所用 oracle_con = Oracle(config["oracle"]["oracle_uri"]) /** def __init__(self, constr, mode=N 阅读全文
posted @ 2022-01-13 14:34 下面让我喵两句 阅读(90) 评论(0) 推荐(0)