07 2019 档案

摘要:GET and POST requests using Python Python Requests库:HTTP for Humans 主要接口 阅读全文
posted @ 2019-07-16 18:00 andy_0212 阅读(146) 评论(0) 推荐(0)
摘要:问题: 安装包出现Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError 或者 “not a trus 阅读全文
posted @ 2019-07-12 15:05 andy_0212 阅读(1210) 评论(0) 推荐(0)
摘要:(Or simply conda update -n base -c defaults conda-build) If this doesn't fix, try rolling back to before your update to 4.7.5, as @LeninGF suggests, t 阅读全文
posted @ 2019-07-12 14:32 andy_0212 阅读(300) 评论(0) 推荐(0)
摘要:Python MySQLdb 循环插入execute与批量插入executemany性能分析 用Python连接MySQL数据库时,会用到MySQLdb库,这里下载↓↓↓ https://pypi.python.org/pypi/MySQL-python/ 这个库提供了对数据库的普遍操作,增删改查之 阅读全文
posted @ 2019-07-09 17:24 andy_0212 阅读(2287) 评论(0) 推荐(0)
摘要:Python 3 Quick Tip: The easy way to deal with file paths on Windows, Mac and Linux One of programming’s little annoyances is that Microsoft Windows us 阅读全文
posted @ 2019-07-09 17:23 andy_0212 阅读(248) 评论(0) 推荐(0)
摘要:Procedure to mount remote windows partition (NAS share) 1) Make sure you have following information:==> Windows username and password to access share 阅读全文
posted @ 2019-07-09 15:46 andy_0212 阅读(137) 评论(0) 推荐(0)
摘要:解决方法 在lauch.json中,修改 "env": {}为 "env": {"PYTHONPATH":"${workspaceRoot}"} 完整的代码如下: 阅读全文
posted @ 2019-07-01 14:57 andy_0212 阅读(2720) 评论(1) 推荐(0)