2017年5月15日

爬虫常用库的安装

摘要: 请求库 解析库 存储库 工具库 请求库 urlib re python内置库 Requests pip3 install requests #pip2,pip-conda都是可以选择的 selenium pip3 install selenium chromedriver 下载页面:https:// 阅读全文

posted @ 2017-05-15 11:30 trp 阅读(334) 评论(2) 推荐(0)

Python多版本共存配置

摘要: win7 64位 python3.6 python2.7 Anaconda3.4 核心问题是环境变量,将路径配置到系统环境变量下。 主要配置python和pip python2.7 >> python2 pip2 python3.6 >> python3 pip3 Anaconda >> pytho 阅读全文

posted @ 2017-05-15 09:56 trp 阅读(256) 评论(0) 推荐(0)

Redis环境安装

摘要: Redis 教程 http://www.runoob.com/redis/redis-install.html https://github.com/MSOpenTech/redis/releases Redis-x64-3.2.100,一路点击next,完成安装。 Redis的可视化管理软件red 阅读全文

posted @ 2017-05-15 09:05 trp 阅读(127) 评论(0) 推荐(0)

MongoDB环境安装

摘要: win7 64位 安装 mongodb-win32-x86_64-enterprise-windows-64-3.4.4-signed.msi MongoDB用于非关系型数据存储 一、登录https://www.mongodb.com/,注册,下载 二、安装 一路next,complete模式安装。 阅读全文

posted @ 2017-05-15 08:28 trp 阅读(541) 评论(0) 推荐(0)

导航