2016年3月18日

redis 服务器端安装(三)

摘要: redis 服务器端安装(三) Redis is an open source, BSD licensed, advanced key-value store. It is often referred to as a data structure server since keys can con 阅读全文

posted @ 2016-03-18 10:07 LeLe.xu 阅读(2076) 评论(0) 推荐(0) 编辑

Php 单元测试 phpunit && codecept

摘要: Php 单元测试 phpunit && codecept phpunit: Windows版本 整体上说,在 Windows 下安装 PHAR 和手工在 Windows 下安装 Composer是一样的过程: 下载链接:http://pan.baidu.com/s/1gdPPJIr *** 务必先验证php安装成功,打开cmd 执行php --version 为... 阅读全文

posted @ 2016-03-18 10:06 LeLe.xu 阅读(437) 评论(0) 推荐(0) 编辑

PHP-Redis扩展安装(四)

摘要: PHP-Redis扩展安装(四) 安装环境链接:http://pan.baidu.com/s/1i4IbJox Memecached 服务器安装(一) memcached php扩展(二) redis 服务器端安装(三) PHP-Redis扩展安装(四) php-redis扩展编译 #/usr/lo 阅读全文

posted @ 2016-03-18 10:05 LeLe.xu 阅读(6023) 评论(0) 推荐(0) 编辑

Php单元测试 phpunit & codecept

摘要: phpunit: Windows版本 整体上说,在 Windows 下安装 PHAR 和手工在 Windows 下安装 Composer是一样的过程: 下载链接:http://pan.baidu.com/s/1gdPPJIr *** 务必先验证php安装成功,打开cmd 执行php --version 为 PHP 的二进制可执行文件建立一个目录,例如C:\bi... 阅读全文

posted @ 2016-03-18 09:27 LeLe.xu 阅读(1191) 评论(1) 推荐(0) 编辑

2016年3月11日

LNMP安装

摘要: LNMP à Linux + Nginx+Mysql+Php 环境安装包:http://pan.baidu.com/s/1c1H8d8G 初始环境: 为了省事把所需要的库文件全都安装上,可以使用rpm包安装,也可以用yum命令安装, yum -y install gcc gcc-c++ autoco 阅读全文

posted @ 2016-03-11 16:38 LeLe.xu 阅读(304) 评论(0) 推荐(0) 编辑

Iconv作用以及安装问题解决

摘要: 当我们在使用Window操作系统的时候,可能使用最多的文本格式就是txt了,但是当我们将Window平台下的txt文本文档拷贝到Linux平台下查看时,发现原来的中文全部变成了乱码。没错, 引起这个结果的原因就是两个平台下,编辑器对默认的编码格式是不一样的:在Window平台下,Notepad的默认编码是ASCII码或者GBK,而在Linux平台下默认的是UTF-8(中文环境的情况),编码的不同导... 阅读全文

posted @ 2016-03-11 16:35 LeLe.xu 阅读(1977) 评论(0) 推荐(0) 编辑

configure error libmcrypt was not found解决方法

摘要: 安装到mcrypt的时候出现了问题./configure提示出错,首先提示*** Could not run libmcrypt test program, checking why…*** The test program failed to compile or link. See the file config.log for the*** exact error that occured.... 阅读全文

posted @ 2016-03-11 11:03 LeLe.xu 阅读(1115) 评论(0) 推荐(0) 编辑

configure error C compiler cannot create executables错误解决

摘要: 我们在编译软件的时候,是不是经常遇到下面的错误信息呢? checking build system type... i686-pc-linux-gnuchecking host system type... i686-pc-linux-gnuchecking for gcc... gccchecking for C compiler default output file name...con... 阅读全文

posted @ 2016-03-11 11:00 LeLe.xu 阅读(11327) 评论(1) 推荐(0) 编辑

2016年3月6日

Php安装时出现的问题处理

摘要: 问题从这里开始,我们一步一步说明: cd /usr/local/src/ tar zxvfphp-5.5.6.tar.gz cd php-5.5.6 ./configure \ //执行当前目录下软件自带的配置命令 > --prefix=/usr/local/php \ //设置PHP5 的安装路径 > --with-config-file-path=/usr/local/ph... 阅读全文

posted @ 2016-03-06 21:56 LeLe.xu 阅读(1246) 评论(0) 推荐(0) 编辑

安装php时,configure: error: xml2-config not found. Please check your libxml2 installation

摘要: 参考文章:http://blog.csdn.net/anljf/article/details/6981247 安装php时的报错configure: error: xml2-config not found. Please check your libxml2 installation. 检查是否安装了libxm包 [root@XKWB3403 php-5.3.8]# rpm -qa... 阅读全文

posted @ 2016-03-06 15:22 LeLe.xu 阅读(336) 评论(0) 推荐(0) 编辑

导航