摘要: pythonweb服务器显示固定的页面 阅读全文
posted @ 2018-09-30 10:49 lisus2000 阅读(250) 评论(0) 推荐(0) 编辑
摘要: Python匹配分组 阅读全文
posted @ 2018-09-30 09:42 lisus2000 阅读(716) 评论(0) 推荐(0) 编辑
摘要: python多进程复制文件 阅读全文
posted @ 2018-09-30 09:33 lisus2000 阅读(539) 评论(0) 推荐(0) 编辑
摘要: import multiprocessing import os import time import random def copy_file(queue,file_name,source_folder_name,dest_folder_name): f_read=open(source_fold 阅读全文
posted @ 2018-09-30 09:32 lisus2000 阅读(124) 评论(0) 推荐(0) 编辑