摘要: The class hierarchy for built-in exceptions is: 阅读全文
posted @ 2022-05-24 23:03 渐远的围城 阅读(17) 评论(0) 推荐(0) 编辑
摘要: [](https://packaging.python.org/en/latest/tutorials/packaging-projects/) 阅读全文
posted @ 2022-05-24 14:28 渐远的围城 阅读(3) 评论(0) 推荐(0) 编辑
摘要: source coding #!/usr/bin/env python # coding=utf-8 import pymysql def connect_db(): print('连接到mysql服务器...') db = pymysql.connect(host="localhost", use 阅读全文
posted @ 2022-05-24 14:11 渐远的围城 阅读(29) 评论(0) 推荐(0) 编辑