码迷,mamicode.com
首页 >  
搜索关键字:devel    ( 3495个结果
[scrapy] PIL老是出错,换成pillow解决问题
使用scrapy下载图片的时候,用PIL老是下载不成功出现如下错误:IOError: encoder jpeg not available 据说是安装PIL之前缺少一些相关的包freetype freetype-devel libpng libpng-devel libjpeg libjpeg-de...
分类:其他好文   时间:2014-10-01 19:47:11    阅读次数:164
Ubuntu编绎 Objective C程序
1.安装如下组件sudo apt-get install如下组件:build-essential gobjc gobjc++ gnustep-devel 2.在工作目录建立下如Shell脚本,并更改文件权限为可执行.objcc.sh#!/usr/bin/env bashgcc $1.m `gnus....
分类:其他好文   时间:2014-09-30 17:55:59    阅读次数:144
阿里云上配置CentOS安装Git(小沐git安装命令全集整理版)
CentOS 安装git 详细git攻略整理 CentOS的yum源中没有git,只能自己编译安装,现在记录下编译安装的内容,留给自己备忘。 确保已安装了依赖的包 yum install curl yum install curl-devel yum install zlib-devel yum install openssl-devel yum install perl yum...
分类:其他好文   时间:2014-09-30 11:47:02    阅读次数:354
python安装readline模块 实现自动补全
yum安装readline、readline-devel#yuminstall-yreadline-devel下载安装setuptools#wgethttp://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz#md5=7df2a529a074f613b509fb44feefe74e--no-check-certificate#tar-zxvfsetuptools-0.6c11.tar.gz#cdsetup..
分类:编程语言   时间:2014-09-29 18:00:31    阅读次数:2166
安装nagios详解及注意事项
本文主要是针对源码的安装,请各位注意。第一步:安装前的准备工作,先安装所需要的依赖包(yum-yinstallgccglibcglibc-commongdgd-devel)第二步:安装Apache源码,(./configure--prefix=/usr/local/apache2;make;makeinstall),如果提示缺少Apr,那就安装Apr,然后在安装Apa..
分类:移动开发   时间:2014-09-29 17:46:01    阅读次数:254
ansible 管理windows2008
0x00.为了自动化管理windows服务器,测试ansbile管理windows测试工具、环境:ubuntu14.04LTS,windows2008sp2,python2.7,ipython,ansible1.70x01.在windows服务器上面初始配置winrma.升级powershellhttps://github.com/cchurch/ansible/blob/devel/examples/scripts/upgrade_to_..
分类:Windows程序   时间:2014-09-29 17:11:11    阅读次数:2950
CentOS项目实例之八--NTP时钟服务器配置
1.ZZSRV1上的NTP配置1.1.安装NTP#yumlist|grepntpntpdate.x86_644.2.6p5-18.el7.centos@anacondafontpackages-devel.noarch1.44-8.el7basefontpackages-filesystem.noarch1.44-8.el7basefontpackages-tools.noarch1.44-8.el7basentp.x86_644.2.6p5-18.el7.centosbasentp-doc.no..
分类:其他好文   时间:2014-09-28 18:52:45    阅读次数:771
linux下单独安装oracle12.1客户端
1、安装oracle-instantclient:(默认安装即可)oracle-instantclient12.1-sqlplus-12.1.0.1.0-1.x86_64.rpmoracle-instantclient12.1-devel-12.1.0.1.0-1.x86_64.rpmoracle-...
分类:数据库   时间:2014-09-28 16:45:23    阅读次数:455
在rhel6上安装11.2.0.3 or 11.2.0.4 db sofrware时报缺少"elfutils-libelf-devel-0.97" And "pdksh-5.2.14"
在rhel6上安装11.2.0.3 or 11.2.0.4 db sofrware时报缺少"elfutils-libelf-devel-0.97" And "pdksh-5.2.14"...
分类:数据库   时间:2014-09-27 23:04:30    阅读次数:708
shell 自动登录 上传 下载
通过在shell脚本中用expect实现远程scp文件:使用expect前,需要先安装两个rpm包:# rpm -ihv CentOS/expect-5.43.0-5.1.i386.rpm # rpm -ihv CentOS/expect-devel-5.43.0-5.1.i386.rpm 或者yu...
分类:其他好文   时间:2014-09-26 18:41:48    阅读次数:315
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!