摘要: 代码运行后SSLError: HTTPSConnectionPool(host='b-ssl.duitang.com', port=443): Requests 可以为 HTTPS 请求验证 SSL 证书,就像 web 浏览器一样。SSL 验证默认是开启的,如果证书验证失败,Requests 会抛出 阅读全文
posted @ 2019-03-27 17:08 anobscureretreat 阅读(782) 评论(0) 推荐(0)
摘要: 每天8点30分运行命令/tmp/run.sh 30 8 * * * /tmp/run.sh 每两小时运行命令/tmp/run.sh 0 */2 * * * /tmp/run.sh 阅读全文
posted @ 2019-03-27 11:21 anobscureretreat 阅读(530) 评论(0) 推荐(0)