08 2021 档案
摘要:1 #!/usr/bin/python 2 # -*- coding: utf-8 -*- 3 # @Time : 2021/8/22 22:28 4 # @Author : yangdj 553849374@qq.com 5 # @File : img_draw_rectangle.py 6 #
阅读全文
摘要:官网下载pycharm2021.1.1 for windows安装包: https://download.jetbrains.com/python/pycharm-professional-2021.1.1.exe 网盘下载jetbrains无限重置时间插件:ide-eval-resetter-2.
阅读全文
摘要:1.查看nginx路径 ps aux|grep nginx root 352 0.0 0.0 2468624 924 ?? S 10:43上午 0:00.08 nginx: worker process root 232 0.0 0.0 2459408 532 ?? S 10:43上午 0:00.0
阅读全文
摘要:配置代码: 点击查看代码 def init_log(): # 创建logger对象。传入logger名字 logger = logging.getLogger() log_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '
阅读全文