摘要: 背景:把数据从指定位置下载保存到本地 文件下载 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 唐大侠的小迷弟 阅读(340) 评论(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 唐大侠的小迷弟 阅读(151) 评论(0) 推荐(0)