12 2021 档案

摘要:import logging log_file = 'logs/task.log' logging.basicConfig(level=logging.INFO, format='%(message)s',datefmt='%Y-%m-%d %H:%M:%S', filename=log_file, 阅读全文

posted @ 2021-12-09 11:32 kobe 阅读(47) 评论(0) 推荐(0)

摘要:#安装pywin32pip install pywin32#安装服务> python WinPyServiceExample.py installInstalling service WinPyServiceExampleService installed#更新服务> python WinPySer 阅读全文

posted @ 2021-12-08 11:31 kobe 阅读(384) 评论(0) 推荐(0)

摘要:kill-svn-folders.reg(扩展名由txt改为reg),内容如下: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN] @="Delete S 阅读全文

posted @ 2021-12-08 09:28 kobe 阅读(269) 评论(0) 推荐(0)

导航