上一页 1 ··· 3 4 5 6 7
摘要: 系统环境: centos6.6、python2.7 经测试,python2.6安装的pyspider会导致webui无法正常访问 参考博文: http://cuiqingcai.com/2443.html 1.python 预安装 python -V 查看是否系统自带python 如果不是2.7,需 阅读全文
posted @ 2017-10-26 16:21 大明湖畔的守望者 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 接上篇,刚装好的pyspider,我们打算大显身手,抓一批数据到mysql中。 然而,出师未捷,提示我们:ImportError: No module named MySQLdb 这是因为还没有安装MySQL-python驱动,它是python 操作mysql必不可少的模块。 好了,开始下载 1.下 阅读全文
posted @ 2017-10-26 16:18 大明湖畔的守望者 阅读(583) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7