03 2021 档案

摘要:背景:把数据从指定位置下载保存到本地 文件下载 res = requests.get('https://www.xxxx.com',stream=True) with open(file_name.wav,'wb') as f_w: for a in res.iter_content(chunk_s 阅读全文
posted @ 2021-03-31 15:17 唐大侠的小迷弟 阅读(339) 评论(0) 推荐(0) 编辑
摘要:卸载本机自带docker yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-logrotate \ d 阅读全文
posted @ 2021-03-31 13:35 唐大侠的小迷弟 阅读(48) 评论(0) 推荐(0) 编辑
摘要:下载python源码至服务器 https://registry.npmmirror.com/binary.html?path=python/ (根据自己的需要去下载对应的版本) wget http://npm.taobao.org/mirrors/python/3.7.5/Python-3.7.5. 阅读全文
posted @ 2021-03-31 10:12 唐大侠的小迷弟 阅读(144) 评论(0) 推荐(0) 编辑
摘要:https://www.elastic.co/cn/downloads/past-releases/elasticsearch-6-1-2 阅读全文
posted @ 2021-03-16 15:44 唐大侠的小迷弟 阅读(39) 评论(0) 推荐(0) 编辑
摘要:把fiddler根证书保存到桌面 使用openssl获取根证书hash值 openssl x509 -inform der -subject_hash_old -in FiddlerRoot.cer -noout # 返回 8bbe0e8d 重命名证书 openssl x509 -inform de 阅读全文
posted @ 2021-03-16 13:54 唐大侠的小迷弟 阅读(90) 评论(0) 推荐(0) 编辑
摘要:locust任务等待有三种方式,分别是constant、between、constant_pacing. 他们的区别是: constant(2) # 任务执行完毕等待2秒开始下一任务between(1,7) # 任务执行完毕等待1-7秒(中间随机取值)开始下一任务constant_pacing(2) 阅读全文
posted @ 2021-03-16 08:35 唐大侠的小迷弟 阅读(339) 评论(0) 推荐(0) 编辑
摘要:下载地址:http://slproweb.com/products/Win32OpenSSL.html linux源码 https://www.openssl.org/source/ 阅读全文
posted @ 2021-03-11 18:39 唐大侠的小迷弟 阅读(191) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示