04 2021 档案
摘要:@echo off title demo cmd "/c activate conda的环境名 && D: && cd D:\DLC\ && python pred.py " pause
阅读全文
摘要:for /f "delims=-" %i in ('dir *.svg /b') do move %i x%i 给文件夹里的svg文件,统一加上x 的前缀.
阅读全文
摘要:import xml.etree.ElementTree as ET def change_xml(xml_path): filelist = os.listdir(xml_path) print(filelist) # 打开xml文档 for xmlfile in filelist: doc =
阅读全文

浙公网安备 33010602011771号