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