07 2016 档案

Linux上web服务器搭建
摘要:vsftpd安装: CentOS 5.6 x86_64ip:192.168.10.100 二、编译依赖组件 yum -y install gcc gcc-c++ db4-utils pam-devel yum -y install gcc gcc-c++ db-utils pam-devel 三、编 阅读全文

posted @ 2016-07-29 17:38 diguaer 阅读(16532) 评论(0) 推荐(0)

Linux 上pcntl安装步骤
摘要:一。 下载对应的PHP源码包 wget http://cn2.php.net/get/php-5.5.20.tar.gz/from/this/mirror二。 解压下载的源码文件 tar -zxvf php-5.5.20.tar.gz三。 进入 php-5.5.20/ext/pcntl/目录 cd 阅读全文

posted @ 2016-07-29 17:18 diguaer 阅读(2146) 评论(0) 推荐(0)

PHP错误级别设置
摘要:notice错误提示设置,打开php.ini 搜索 error_reporting 在其后面参数修改为: 阅读全文

posted @ 2016-07-29 17:16 diguaer 阅读(110) 评论(0) 推荐(0)

apache 多并发测试
摘要:进入到apache的bin目录打开 temp.bat 如果没有,新建temp.bat,打开输入 命令:ab -c 一次并发的数量 -n 总共请求的数量 请求的地址 阅读全文

posted @ 2016-07-29 17:12 diguaer 阅读(401) 评论(0) 推荐(0)

php苹果内购订单验证
摘要:/** * 21000 App Store不能读取你提供的JSON对象 * 21002 receipt-data域的数据有问题 * 21003 receipt无法通过验证 * 21004 提供的shared secret不匹配你账号中的shared secret * 21005 receipt服务器当前不可用 * 21006 receipt合法,但是订阅已过期。服务器接收... 阅读全文

posted @ 2016-07-29 17:05 diguaer 阅读(3334) 评论(1) 推荐(0)

beanstalkd 说明文档
摘要:NAME beanstalkd - simple, fast work queue SYNOPSIS beanstalkd [options] DESCRIPTION Beanstalkd is a simple work-queue service. Its interface is generi 阅读全文

posted @ 2016-07-15 10:43 diguaer 阅读(1084) 评论(0) 推荐(0)

导航