摘要: 安装模块 pip install pywinrm 脚本如下 #!/usr/bin/env python3 # coding=utf-8 # author:LJX # describe:一键创建hype-v虚拟机 # createdate:2021.5.26 import winrm class VM 阅读全文
posted @ 2021-09-28 18:13 兰嘉轩 阅读(198) 评论(0) 推荐(0)
摘要: SVN操作脚本 安装模块 pip install pywinrm 脚本如下 #!/usr/bin/env python3 # coding=utf-8 # author:LJX # describe:仓库授权 # createdate:2021.5.27 import winrm import js 阅读全文
posted @ 2021-09-28 18:07 兰嘉轩 阅读(780) 评论(0) 推荐(0)