摘要:
Nginx的配置文件nginx.conf配置详解如下: user nginx nginx ; Nginx用户及组:用户 组。window下不指定 worker_processes 8; 工作进程:数目。根据硬件调整,通常等于CPU数量或者2倍于CPU。 error_log logs/error.log; error_log logs/error.log notice; error_l... 阅读全文
摘要:
#etnx运行的用户和用户组 user nginx nginx; #nginx进程数,建议设置为等于CPU总核心数。 worker_processes 1; #全局错误日志定义类型,[ debug | info | notice | warn | error | crit ] error_log /var/log/nginx/error.log info; #进程文件 pid /var/... 阅读全文
摘要:
1、下载php源码包 http://www.php.net/downloads.php 2 、安装php tar -xvf php-5.5.13.tar.bz2 cd php-5.5.13 ./configure --prefix=/usr/local/php --with-config-file-path=/etc --enable-inline-optimization --disable-... 阅读全文
摘要:
1)首先确定你的终端编码,如果你不知道如何确定,分别执行这两段代码,看看哪个能输出中文。PHP code?1echopack("H12","E4B8ADE69687");PHP code?1echopack("H8","D6D0CEC4");2)然后确定你的文件编码,如果你不知道如何确定,那么把下面... 阅读全文
摘要:
日志未经声明,均为AlloVince原创。版权采用『 知识共享署名-非商业性使用 2.5 许可协议』进行许可。消息队列处理后台任务带来的问题项目中经常会有后台运行任务的需求,比如发送邮件时,因为要连接邮件服务器,往往需要5-10秒甚至更长时间,如果能先给用户一个成功的提示信息,然后在后台慢慢处理发送... 阅读全文
摘要:
server { listen 8888; server_name jobPhp; root F:\ck\Porject\quanRelease\quanJob; try_files $uri $uri/ @rewrite; locatio... 阅读全文
摘要:
function AotuLoadFile($dirArray){ $rootPath=realpath("."); $headSign="file://"; foreach ($dirArray as $dir) { $utilityPath="$headSign$... 阅读全文
摘要:
phpunit: #!D:\xampp\php\.\php.exe. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are p... 阅读全文