E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
php-gd
安装
php-gd
时出现The program package-cleanup is found in the
在安装
php-gd
时出现Theprogrampackage-cleanupisfoundintheyum-utilspackage。。。
爱在7元钱
·
2012-04-08 22:52
安装
职场
package
休闲
is
Centos/RHEL 使用yum安装LAMP
httpd-devel2:安装mysqlyum install mysql mysql-server mysql-devel3:安装phpyum install php php-mysql php-common
php-gd
nice49166010
·
2012-02-23 15:50
apache
centos
安装
职场
休闲
在Centos中yum安装和卸载软件的使用方法
安装一个软件时 yum -y install httpd 安装多个相类似的软件时 yum -y install httpd* 安装多个非类似软件时 yum -y install httpd php
php-gd
binyan17
·
2012-02-17 21:00
linux
命令
yum
php 加载gd模块
网上查询需
php-gd
包,yum装完还是没有加载成功,后来发现版本不统一问题,我的php5.3.3yuminstallphp53-gd安装重启apacheOK。
iceeggplant
·
2012-01-04 16:06
php-gd
linux服务器架设
php 加载gd模块
网上查询需
php-gd
包,yum装完还是没有加载成功,后来发现版本不统一问题,我的php5.3.3 yuminstallphp53-gd安装重启apache OK。
iceeggplant
·
2012-01-04 16:06
php-gd
图像函数
PHP的GD库GD函数详解-获得信息(2011-11-1811:53:34)转载▼标签:phpgd库gd函数详解获得信息it分类:
php-GD
库本博客所有文章为本人原创,转载请注明出处:http://senir.cublog.cn
PainsOnline
·
2012-01-04 16:00
PHP
image
String
byte
Motorola
tiff
图像函数
PHP的GD库GD函数详解-获得信息(2011-11-1811:53:34)转载▼标签:phpgd库gd函数详解获得信息it分类:
php-GD
库本博客所有文章为本人原创,转载请注明出处:http://senir.cublog.cn
webcode
·
2012-01-04 16:00
函数
在Centos中yum安装和卸载软件的使用方法
安装一个软件时 yum -y install httpd 安装多个相类似的软件时 yum -y install httpd* 安装多个非类似软件时 yum -y install httpd php
php-gd
ikon
·
2011-12-23 17:00
centos
linux安装zabbix服务器端文档
安装前先配置好PHP,要求支持
php-gd
、php-
lover007
·
2011-12-13 18:38
linux
安装
服务器
配置
文档
zabbix
linux安装zabbix服务器端文档
安装前先配置好PHP,要求支持
php-gd
、php-
AIOPS_DBA
·
2011-12-13 18:38
安装
linux
配置
Linux
开源监控系统整合Nagios+Cacti+Nconf
-y php-* yum install -y net-snmp* yum install -y httpd gcc glibc glibc-common gd gd-devel php
php-gd
路的博客
·
2011-12-01 02:54
职场
cacti
nagios
nagios
休闲
监控系统
Nagios 配置笔记
需要安装:gcc、glibc、gd、gd-devel、openssl-devel、httpd-devel、per-GD、net-snmp-devel、php-pdo、
php-gd
、perl-Crypt-DES
dwlinux
·
2011-11-23 15:45
职场
nagios
休闲
配置笔记
PHP-GD
库-分类整理
【转自】http://www.cnblogs.com/silvester/articles/1694677.htmlPHP-GD库-分类整理发现GD库很乱,容易让人没头绪,今天抽时间分了一下类,方便大家查询。图像信息:gd_info 取得当前安装的GD库的信息imagetypes 返回当前PHP版本所支持的图像类型image_type_to_extensio
xiaomogu
·
2011-10-26 10:00
PHP
GD
安装新版ganglia web UI 笔记。
安装
php-gd
yum install php-gd.i386 4.下载ganlia-web-2, h
杨俊华
·
2011-10-18 15:00
UI
PHP
Web
json
ganglia
安装
php-gd
时缺少依赖
安装GD库时提示缺少依赖:MissingDependency:libt1.so.5isneededbypackagephp-gd-5.2.14-1.el5.i386解决方法:libt1.so.5在 t1lib-5.xxx的包中ftp://fr2.rpmfind.net/linux/epel/5/x86_64/t1lib-5.1.1-7.el5.i386.rpm
evyu
·
2011-09-20 17:18
职场
休闲
安装php-gd
libt1.so.5
nginx运行php
yum install php-mysql
php-gd
php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc mysql mysql-server
haoningabc
·
2011-09-15 15:00
nginx
nginx运行php
yum install php-mysql
php-gd
php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc mysql mysql-server
haoningabc
·
2011-09-15 15:00
nginx
python 和
php-gd
图片处理性能对比
python + PIL #coding=utf-8 import PIL from PIL import Image import time start = time.time() im = Image.open("sample.jpg") im1 = im.resize((100,100), Image.ANTIALIAS) im1.save
tailorcai
·
2011-09-06 13:00
python
python 和
php-gd
图片处理性能对比
阅读更多python+PIL#coding=utf-8importPILfromPILimportImageimporttimestart=time.time()im=Image.open("sample.jpg")im1=im.resize((100,100),Image.ANTIALIAS)im1.save('/tmp/sample_py.jpg')printtime.time()-start
tailorcai
·
2011-09-06 13:00
Fatal error: Call to undefined function imagettftext()解决办法
解决:确保
php-gd
和freestyle.而且确保是先安装了freestyle,然后是
php-gd
;如果是先安装了
php-gd
,那么在安装完freestyle后,需要makeclean然后重新configurephpwithfreestyleoption
kawayime
·
2011-07-26 19:56
php
Fatal error: Call to undefined function imagettftext()解决办法
解决:确保
php-gd
和freestyle.而且确保是先安装了freestyle,然后是
php-gd
;如果是先安装了
php-gd
,那么在安装完freestyle后,需要makeclean然后重新configurephpwithfreestyleoption
chembo
·
2011-07-26 19:00
freestyle
phpcms
configure
Fatal error: Call to undefined function imagettftext()解决办法
解决:确保
php-gd
和freestyle.而且确保是先安装了freestyle,然后是
php-gd
;如果是先安装了
php-gd
,那么在安装完freestyle后,需要makeclean然后重新configurephpwithfreestyleoption
chembo
·
2011-07-26 19:00
freestyle
phpcms
configure
Fatal error: Call to undefined function imagettftext()解决办法
解决:确保
php-gd
和freestyle.而且确保是先安装了freestyle,然后是
php-gd
;如果是先安装了
php-gd
,那么在安装完freestyle后,需要make clean 然后重新configure
chembo
·
2011-07-26 19:00
phpcms
configure
freestyle
yum安装和卸载软件的使用方法
安装一个软件时 yum -y install httpd 安装多个相类似的软件时 yum -y install httpd* 安装多个非类似软件时 yum -y install httpd php
php-gd
chembo
·
2011-07-26 18:00
Install
yum
[Linux]在Centos中yum安装和卸载软件的使用方法
yum -y install httpd 安装多个相类似的软件时 yum -y install httpd* 安装多个非类似软件时 yum -y install httpd php
php-gd
baiseda
·
2011-07-21 19:00
centos
yum 一次性安装 apache php mysql
install httpd php mysql mysql-server php-mysql httpd-manual mod_ssl mod_perl mod_auth_mysql php-mcrypt
php-gd
hongmin118
·
2011-05-19 11:00
apache
mysql
PHP
centos
perl
Zabbix 1.8 的安装过程
安装前先配置好PHP,要求支持
php-gd
、php-
shuai1234
·
2011-02-18 16:00
sql
PHP
mysql
Web
server
配置管理
Fedora中安装lighttpd+PHP with CGI
yum install lighttpd yum install lighttpd-fastcgi yum install php php-cli
php-gd
php-mysql php-mcrypt
haohetao
·
2010-06-09 16:00
mysql
PHP
cgi
lighttpd
Access
httpd常用模块安装
mbstring模块 yum install php-mbstring gd模块 yum install
php-gd
(没安装,网页服务器的验证码显示不了) dom模块 yum
kwj
·
2009-11-14 11:00
xml
PHP
SOAP
zabbix1.6手册学习笔记
其php要求
php-gd
和php-bcmath模块 windows 上的agent的配置文件有个特别的参数: PerfCounter PerfCounter  
niyunjiu
·
2009-02-05 12:00
PHP
windows
上一页
1
2
3
4
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他