稍等片刻,正在加载中...

摘要: 字符串时间转datetime时间 from datetime import datetime b='2021-04-26 11:23:56' c = datetime.strptime(b, "%Y-%m-%d %H:%M:%S") print(c) # datetime.datetime(2021 阅读全文
posted @ 2021-04-26 12:12 一切皆往事 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 问题一 我在使用Python操作mysql时出现:pymysql.err.OperationalError: (2006, "MySQL server has gone away (ConnectionAbortedError(10053, '你的主机中的软件中止了一个已建立的连接。', None, 阅读全文
posted @ 2021-04-26 10:40 一切皆往事 阅读(1655) 评论(0) 推荐(1) 编辑