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 sys reload(sys)转载 2017-05-25 19:57:27 · 438 阅读 · 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 from python.org, but you'll need to upgrade pip. Addit原创 2017-05-28 10:55:58 · 572 阅读 · 0 评论 -
windows 安装scrapy
先安装python2.7 python2.7 安装pip 教程:pip 切换到cmd 管理员 C:\Users\wd\Downloads>python get-pip.py Collecting pip Using cached pip-9.0.1-py2.py3-none-any.whl Collecting setuptools Using cached setuptoo原创 2017-05-28 11:06:02 · 1191 阅读 · 0 评论 -
python 常用库
作者:Lingfeng Ai 链接:https://www.zhihu.com/question/24590883/answer/92420471 来源:知乎 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 原文链接:Python 资源大全 1200+收藏,600+赞,别只顾着自己私藏呀朋友们 ---------------- 这又是一个 Awesome转载 2017-06-01 08:40:00 · 2109 阅读 · 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 · 946 阅读 · 0 评论
分享