一、安装#yum install gd-devel##./configure --prefix=/usr/local/nginx \# --with-debug \# --with-http_stub_status_module ...
分类:
其他好文 时间:
2014-08-18 14:17:42
阅读次数:
154
1、安装准备: 1)httpd-2.0.52.tar.gz 2)mysql-4.1.12.tar.gz 3)libxml2-2.6.27.tar 4)freetype-2.1.10.tar 5)gd-2.0.33.tar 6)jpegsrc.v6b.tar 7)libpng-1.2.16.tar 8...
分类:
系统相关 时间:
2014-08-17 10:19:32
阅读次数:
302
PHP 用到的工具包:yum install gd-devel libjpeg-devel libpng-devel freetype-devel libxml2-devel curl-devel openssl-devel libicu-devel libmcrypt-devel PHP conf...
分类:
Web程序 时间:
2014-08-14 16:10:48
阅读次数:
310
一般gdb运行的时候,我们仅仅能输入一个命令.如:(gdb) c(gdb) bt假设想运行多个命令怎么办? 能否像bash那样, 使用; 如 ls; ls结论是不行.但能够通过gdb 内建函数的的方式来实现:(gdb) def cbt>c>bt 10>end(gdb)也能够追加到 $HOME/.gd...
分类:
数据库 时间:
2014-08-13 21:51:07
阅读次数:
203
之前安装的都是英文的,现在替换成中文的参考地址 :http://haolulu.blog.51cto.com/3164472/6308941.安装webalizer所需的软件包(需要用到相关的jpeg,png,zlib库) yum -y install gd-devel.i* yum insta.....
分类:
Web程序 时间:
2014-08-07 15:37:30
阅读次数:
288
今天在研究ecshop的时候遇到几个问题,现记录在下:
问题一:
1.Strict Standards: Non-static method cls_image::gd_version() should not be called statically in D:\X\www\ecshop\install\includes\lib_installer.php on line 31
解决方法:...
分类:
其他好文 时间:
2014-08-06 19:26:12
阅读次数:
306
环境要求:python (2.7版本可以,3.x没测过),mingw官方版(你可能已经有了),gdb2013-02-04(到这里https://code.google.com/p/qp-gcc/downloads/list下载,如果有更新版本,应该也可以,目前2013-02-04是最新版)推荐的GD...
分类:
数据库 时间:
2014-08-03 10:09:15
阅读次数:
492
一、 安装express1、打开cmd 全局安装express输入:npm install -gd express2、 安装命令行工具,不然你输入express 会出现 不是内部命令。输入:npm install -g express-generator3、新建一个工程cd 到你需要的路径输入:ex...
分类:
其他好文 时间:
2014-08-02 18:00:03
阅读次数:
173
一、软件模块依赖性:[root@localhost]#yum-yinstallgcc+gcc-c++gcc*make*libpcre.so*openssl*pcre*zlib*libtool*libxml2*libxslt*gd*lua*二、安装GeoIP安装MaxMind的GeoIP库MaxMind提供了免费的IP地域数据库(GeoIP.dat),不过这个数据库文件是二进制的,需要用GeoIP库来读取..
分类:
其他好文 时间:
2014-08-01 20:17:53
阅读次数:
1656