11 2020 档案

金山云 KS3 Python SDK 多线程并发上传文件;下载断点续传 参考脚本
摘要:并发上传 基于py自带模块 concurrent.futures import ThreadPoolExecutor #!/usr/bin/env python3 # -*- coding:utf-8 -*- # @Time: 2020/11/22 10:13 # @Author:zhangming 阅读全文

posted @ 2020-11-25 22:33 zhangmingda 阅读(921) 评论(0) 推荐(0) 编辑

Python 线程池模块threadpool 、 concurrent.futures 的 ThreadPoolExecutor
摘要:一、threadpool 基本用法 pip install threadpool pool = ThreadPool(poolsize) requests = makeRequests(some_callable, list_of_args, callback) [pool.putRequest(r 阅读全文

posted @ 2020-11-21 17:03 zhangmingda 阅读(1667) 评论(0) 推荐(0) 编辑

math模块
摘要:请看原文:https://blog.csdn.net/zhtysw/article/details/79856835 math模块中定义了一些数学函数。由于这个模块属于编译系统自带,因此它可以被无条件调用。该模块还提供了与用标准C定义的数学函数的接口。 要注意的是,这些函数无法应用于复数,但是在cm 阅读全文

posted @ 2020-11-21 15:58 zhangmingda 阅读(332) 评论(0) 推荐(0) 编辑

apscheduler 设置python脚本定时任务
摘要:理论概念:https://zhuanlan.zhihu.com/p/95563033 BlockingScheduler与BackgroundScheduler区别 :https://www.jianshu.com/p/b829a920bd33 apscheduler 设置循环任务:每隔5S 提交一 阅读全文

posted @ 2020-11-18 17:21 zhangmingda 阅读(341) 评论(0) 推荐(0) 编辑

linux服务器加入AD域(sssd)~ 通过域用户ssh登录加域的linux服务器
摘要:搭建域控:参考 https://www.cnblogs.com/taosiyu/p/12009120.html 域控计算机全名: WIN-3PLKM2PLE6E.zhihu.test.com 域:zhihu.test.com 域控管理员:kingsoft 普通用户:zhangmingda 普通组:d 阅读全文

posted @ 2020-11-17 14:31 zhangmingda 阅读(6288) 评论(0) 推荐(0) 编辑

导航