摘要:
方案 import yasdbclass YASDBUtil: def __init__(self, host, user, password, port=1688): self.connect = yasdb.connect( host=host, port=port, user=user, pa 阅读全文
posted @ 2025-02-11 17:58
未来可期_Durant
阅读(21)
评论(0)
推荐(0)
摘要:
方案 class DBUtil: def __init__(self, host, database, user, password, port): self.connect = pymysql.Connect( host=host, database=database, user=user, pa 阅读全文
posted @ 2025-02-11 17:37
未来可期_Durant
阅读(16)
评论(0)
推荐(0)

浙公网安备 33010602011771号