摘要:
ncpa.cpl 阅读全文
posted @ 2022-04-14 16:07
dafengchui
阅读(55)
评论(0)
推荐(0)
摘要:
1、把python脚本放置在流程的文件内extend\python 2、添加 3、如果是不需要传入参数的python代码,自己把类提取出来 # -*- coding: utf-8 -*- import os import shutil def listdir(path, list_name): # 阅读全文
posted @ 2022-04-14 15:06
dafengchui
阅读(1721)
评论(0)
推荐(0)
摘要:
https://docs.laiye.com/guide/d2/ch009.html?version=0.8831020878128951#%E7%94%A8python%E7%BC%96%E5%86%99%E6%8F%92%E4%BB%B6 阅读全文
posted @ 2022-04-14 10:38
dafengchui
阅读(305)
评论(0)
推荐(0)
摘要:
# -*- coding: utf-8 -*- import os import shutil def listdir(path, list_name): # 传入存储的list for file in os.listdir(path): file_path = os.path.join(path, 阅读全文
posted @ 2022-04-14 08:56
dafengchui
阅读(261)
评论(0)
推荐(0)

浙公网安备 33010602011771号