摘要:
解决VMware Workstation and Device/Credential Guard are not compatible 问题: 如何解决使用VMware 14 安装Windows 7 虚拟机运行后提示:"VMware Workstation and Device/Credential 阅读全文
摘要:
打印指定路径下所有文件的具体路径 import os input_path = './' path_file = open('path_file', 'w') for root, dirs, files in os.walk(input_path): for file in files : path 阅读全文