摘要: 默认是utc时区,需要调整源码 # netsevc.py class DBFormatter(logging.Formatter): def format(self, record): record.pid = os.getpid() record.dbname = getattr(threadin 阅读全文
posted @ 2022-11-08 15:43 那时一个人 阅读(376) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/471661231 去官网下载cpp编译工具: https://my.visualstudio.com/Downloads/Featured?mkt=zh-cn 下载后直接安装默认值 比起有的教程安装visualstudio编辑器好多了. m 阅读全文
posted @ 2022-11-08 11:42 那时一个人 阅读(3986) 评论(0) 推荐(0)