摘要:
pip install cx_oracle import cx_Oracle # 设置dsn = cx_Oracle.makedsn("ip", port, "主机") # 连接conn = cx_Oracle.connect("username","password",dsn) # conn = 阅读全文
posted @ 2021-08-09 16:25
HinaJin
阅读(451)
评论(0)
推荐(0)