Scrapy是一个十分强大的爬虫框架,依赖的库比较多,至少需要依赖的库有Twisted 14.0、lxml 3.4和pyOpenSSL 0.14。在不同的平台环境下,它所依赖的库也各不相同,所以在安装之前,最好确保把一些基本库安装好。本节就来介绍Scrapy在不同平台的安装方法。 1. 相关链接 官 ...
分类:
编程语言 时间:
2018-09-11 16:16:09
阅读次数:
254
在Python中,如果想要和MongoDB进行交互,就需要借助于PyMongo库,这里就来了解一下它的安装方法。 1. 相关链接 GitHub:https://github.com/mongodb/mongo-python-driver 官方文档:https://api.mongodb.com/py ...
分类:
编程语言 时间:
2018-09-11 16:14:45
阅读次数:
215
安装方法一1.InstallthePerconarepository[root@service2~]#yuminstallhttp://www.percona.com/downloads/percona-release/redhat/0.1-6/percona-release-0.1-6.noarch.rpm-y2.Testingtherepository[root@service2~]#yuml
分类:
其他好文 时间:
2018-09-11 00:56:14
阅读次数:
163
1、下载源码 2、 解压后进入mutt目录 cd /root/mutt 1.6.0 编译: ./configure prefix=/usr/local/mutt enable pop enable smtp with ssl with sasl 说明 enable pop 启用pop enable ...
分类:
其他好文 时间:
2018-09-10 11:13:02
阅读次数:
171
centos 7 安装rabbitmq Rabbitmq依赖Erlang,所以需要首先安装Erlang 使用repo安装: 安装签名验证包 创建erlang.repo,粘贴如下内容: 安装erlang: 其他方法可以查看官网安装: 使用官方脚本安装RabbitMQ: 其他安装方法可以查看官网: ...
分类:
其他好文 时间:
2018-09-08 11:50:49
阅读次数:
576
vue2.0-layer-mobile移动端弹层 本次组件升级支持slot内容分发功能,实现高定制内容风格的弹层 安装方法 npm install vue2-layer-mobile -S 初始化 import layer from 'vue2-layer-mobile' Vue.use(layer ...
分类:
移动开发 时间:
2018-09-07 21:33:51
阅读次数:
370
系统: windows 7旗舰版 前言: Visual Studio 2017版本与以往的2015、2013、2012版本不同,采用了新的模块化安装方法。微软官方也并未提供ISO镜像,作者根据官方提供的离线下载方案(https://docs.microsoft.com/en-us/visualstu ...
分类:
其他好文 时间:
2018-09-07 16:05:30
阅读次数:
231
可以使用iftop进行Linux机器的网络流量监控 安装方法 centos系统下 1、安装必须的软件包 yum install libpcap libpcap-devel ncurses ncurses-devel 2、下载并安装iftop 1.0pre4版是到2017年2月9日的最新版 cd /t ...
分类:
系统相关 时间:
2018-09-06 18:14:20
阅读次数:
251
参考地址:https://www.cnblogs.com/xuaijun/p/7985245.html 源码的安装一般由3个步骤组成:配置(configure)、编译(make)、安装(make install),具体的安装方法一般作者都会给出文档。 --prefix参数用来指定安装路径不指定pre ...
分类:
编程语言 时间:
2018-09-04 17:05:53
阅读次数:
174
一、安装方法http://blog.51cto.com/12965094/2129450二、启动与关闭方法1、[root@localhostbin]#shstartup.shUsingCATALINA_BASE:/app/tomcatUsingCATALINA_HOME:/app/tomcatUsingCATALINA_TMPDIR:/app/tomcat/tempUsingJRE_HOME:/u
分类:
其他好文 时间:
2018-09-04 14:49:54
阅读次数:
222