摘要: using System; using System.Drawing; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Windows.Forms; namespace Vic 阅读全文
posted @ 2023-01-25 20:14 vicky2021 阅读(211) 评论(0) 推荐(0) 编辑
摘要: import logging LOG_FORMAT = "[%(asctime)s]\t%(levelname)s\t%(message)s" DATE_FORMAT = "%Y-%m-%d %H:%M:%S %P" ''' 只有在第一次调用logging.basicConfig()时会起作用,后续 阅读全文
posted @ 2023-01-25 17:20 vicky2021 阅读(145) 评论(0) 推荐(0) 编辑