python
Ittttttttta
FullStack
个人邮箱:1951691@qq.com
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UnicodeEncodeError: 'ascii' codec can't encode characters in position
原文地址今天把一个列表转换成字符串输出的时候出现了UnicodeEncodeError: 'ascii' codec can't encode characters in position 32-34: ordinal not in range(128)问题,使用的是ulipad编译器。解决方法1:在开头加上import sysreload(sys)转载 2017-05-25 19:57:27 · 457 阅读 · 0 评论 -
windos 安装pip
Installation¶Do I need to install pip?¶pip is already installed if you're using Python 2 >=2.7.9 or Python 3 >=3.4 binaries downloaded frompython.org, but you'll need toupgrade pip.Addit原创 2017-05-28 10:55:58 · 578 阅读 · 0 评论 -
windows 安装scrapy
先安装python2.7python2.7安装pip教程:pip切换到cmd 管理员C:\Users\wd\Downloads>python get-pip.pyCollecting pip Using cached pip-9.0.1-py2.py3-none-any.whlCollecting setuptools Using cached setuptoo原创 2017-05-28 11:06:02 · 1212 阅读 · 0 评论 -
python 常用库
作者:Lingfeng Ai链接:https://www.zhihu.com/question/24590883/answer/92420471来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。原文链接:Python 资源大全1200+收藏,600+赞,别只顾着自己私藏呀朋友们----------------这又是一个 Awesome转载 2017-06-01 08:40:00 · 2129 阅读 · 0 评论 -
Python Scrapy No module named _sqlite3
重新编译python2.7./configure --enable-loadable-sqlite-extensions --with-ssl && make && sudo make install原创 2017-06-13 15:29:50 · 955 阅读 · 0 评论
分享