摘要:并发上传 基于py自带模块 concurrent.futures import ThreadPoolExecutor #!/usr/bin/env python3 # -*- coding:utf-8 -*- # @Time: 2020/11/22 10:13 # @Author:zhangming
阅读全文
摘要:一、threadpool 基本用法 pip install threadpool pool = ThreadPool(poolsize) requests = makeRequests(some_callable, list_of_args, callback) [pool.putRequest(r
阅读全文
摘要:请看原文:https://blog.csdn.net/zhtysw/article/details/79856835 math模块中定义了一些数学函数。由于这个模块属于编译系统自带,因此它可以被无条件调用。该模块还提供了与用标准C定义的数学函数的接口。 要注意的是,这些函数无法应用于复数,但是在cm
阅读全文
摘要:理论概念:https://zhuanlan.zhihu.com/p/95563033 BlockingScheduler与BackgroundScheduler区别 :https://www.jianshu.com/p/b829a920bd33 apscheduler 设置循环任务:每隔5S 提交一
阅读全文
摘要:搭建域控:参考 https://www.cnblogs.com/taosiyu/p/12009120.html 域控计算机全名: WIN-3PLKM2PLE6E.zhihu.test.com 域:zhihu.test.com 域控管理员:kingsoft 普通用户:zhangmingda 普通组:d
阅读全文