更新软件源[1] wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm wget http://rpms.remirepo.net/enterprise/remi-release-6.rpm rpm - ...
分类:
Web程序 时间:
2017-06-05 12:42:41
阅读次数:
267
Ubuntu 16.04 LTS 安装 miniconda 下载 miniocnda 的 bash 文件下载链接 https://conda.io/miniconda.html ,我选择的是 64-bit Python 3.6 版本 (Miniconda3-latest-Linux-x86_64.s ...
分类:
系统相关 时间:
2017-06-04 13:46:55
阅读次数:
948
yum安装php7 删除之前的版本 # yum remove php* rpm 安装 Php7 相应的 yum源 CentOS/RHEL 7.x: CentOS/RHEL 6.x:# rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm yu ...
分类:
Web程序 时间:
2017-06-03 13:53:12
阅读次数:
189
Impala在线文档介绍了 Impala ODBC接口安装和配置 http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/Impala/Installing-and-Using-Impala/ciiu_im ...
分类:
数据库 时间:
2017-06-02 11:37:38
阅读次数:
444
准备:os是centos6.7,提前下载并上传 percona-xtrabackup 安装包,下载网址为: https://www.percona.com/downloads/XtraBackup/LATEST/1.安装依赖包[root@localhost xtrabackup]# yum -y i ...
分类:
数据库 时间:
2017-06-02 01:06:27
阅读次数:
603
使用原生的python开发的web服务器,入门级! ...
分类:
编程语言 时间:
2017-06-01 15:16:10
阅读次数:
186
最近项目需要部署Scrapy爬虫,采用最简单的Scrapyd服务进行部署,基于.net core 进行了客户端的封装。 1)Scrapyd API文档:http://scrapyd.readthedocs.io/en/latest/api.html 2)使用HttpClient进行交互 比较麻烦的是 ...
分类:
Web程序 时间:
2017-06-01 14:45:55
阅读次数:
317
python操作exce的方式: 使用win32com 使用xlrd(读excel)、xlwt(写excel) 1.使用win32com方式 代码: 2.使用xlrd,xlwt操作excel 可参考: http://xlwt.readthedocs.io/en/latest/ http://www. ...
分类:
编程语言 时间:
2017-05-30 23:11:05
阅读次数:
604
有两种方式: 使用win32com 使用docx 1.使用win32com扩展包 只对windows平台有效 代码: 2.使用docx扩展包 优点:不依赖操作系统,跨平台 安装: 参考文档: https://python-docx.readthedocs.io/en/latest/index.htm ...
分类:
编程语言 时间:
2017-05-30 16:14:39
阅读次数:
780
PYTHON REQUESTS的安装与简单运用 2013.07.09 PYTHON REQUESTS的安装与简单运用 强烈推荐!requests官方文档已有了中文版,请见http://cn.python-requests.org/zh_CN/latest/ 。 requests是python的一个H ...
分类:
编程语言 时间:
2017-05-30 15:53:19
阅读次数:
271