回答了问题2018-01-29
-i 可以指定私钥
回答了问题2018-01-29
之前我遇到过类似的问题 某些时候,在terminal下粘贴的时候会有一些类似[A [e 这样的字符被带进去,原因我也不知道 不过你可以试试完全退出terminal重新打开再试试
提出了问题2017-06-27
赞了回答2017-04-15
{代码...}
赞了回答2017-04-14
Thread.join([timeout]) Wait until the thread terminates. This blocks the calling thread until the thread whose join() method is called terminates – either normally or through an unhandled exception – or until the optional timeout occurs. When the ...
回答了问题2017-04-14
原因是没有修改文件的权限 用sudo pip install django
提出了问题2017-04-14
回答了问题2017-04-13
pip install requests -i https://pypi.douban.com/simple/ 用这个,肯定好使
提出了问题2017-04-12
提出了问题2017-03-31
提出了问题2017-03-27
提出了问题2017-03-27
赞了回答2017-03-27
通过itertools.combinations_with_replacement我们写短一点的代码: {代码...}
提出了问题2017-03-26
提出了问题2017-03-23
回答了问题2017-03-10
搞清楚了,原来这个是使用的websocket协议,不是普通的socket 换用websocket这个库就好了,代码如下: {代码...}
赞了回答2017-03-10
看了一下网站返回的是gzip压缩过的数据,所以要进行解码 {代码...}
赞了回答2017-03-10
{代码...}
赞了回答2017-03-09
动态页面,异步加载的。Python有些模块可以处理这些异步的内容。你要的数据在这里
回答了问题2017-03-09
建议用requeset,代码如下: {代码...}