摘要: from concurrent.futures import ThreadPoolExecutor,ProcessPoolExecutor #线程池,进程池 import threading,time def test(arg): print(arg,threading.current_thread 阅读全文
posted @ 2020-12-23 10:38 总得前行 阅读(419) 评论(0) 推荐(0) 编辑
摘要: ####kali中安装docker 每次kali中遇到使用docker时候都发现apt中没有源,不能直接安装,百度来百度去还报错 官网文档https://docs.docker.com/engine/install/debian/安装会报错,索性直接用以前的安装方式了,这儿记录下我前几年保存的做法 阅读全文
posted @ 2020-12-23 09:11 总得前行 阅读(1812) 评论(0) 推荐(0) 编辑