摘要:
cx_Oracle 操作oracle数据库 1、安装配置cx_Oracle模块 参考 https://www.jianshu.com/p/78e6640bf4b0 Window系统配置 1)安装cx_oracle模块 pip3 install cx_Oracle 2)下载所需的软件包vcredist 阅读全文
posted @ 2019-11-06 15:34
蜗牛也是妞
阅读(2881)
评论(0)
推荐(0)
摘要:
paramiko模块,基于SSH用于连接远程服务器并执行相关操作 class SSHConnection(object): def __init__(self, host_dict): self.host = host_dict['host'] self.port = host_dict['port 阅读全文
posted @ 2019-11-06 15:28
蜗牛也是妞
阅读(581)
评论(0)
推荐(0)
浙公网安备 33010602011771号