$file = 'log.txt';$content = "内容";file_put_contents($file, $content,FILE_APPEND);
分类:
Web程序 时间:
2015-06-02 17:01:56
阅读次数:
135
因为之前发生502了,日志提示[27-May-201513:54:34]WARNING:[poolwww]seemsbusy(youmayneedtoincreasepm.start_servers,orpm.min/max_spare_servers),spawning32children,thereare16idle,and602totalchildren然后我就自己随意增加了pm.start_servers参数,一段时间后,php日志/..
分类:
Web程序 时间:
2015-05-27 19:22:52
阅读次数:
273
function logger($msg){ $log = sprintf("[%s] -*- %s \n", date('r'), var_export($msg, false)); $logfile = '../files/temp/log.txt'; $dir = dirname($lo...
分类:
Web程序 时间:
2015-05-14 13:49:43
阅读次数:
144
91.PHP日志记录方法. error_log("error info");92.weiphp图灵机器人bug,需要修改3个地方。问题描述:启用聊天插件后,发现在微信客户端上不管输入什么内容,回复的都是预设好的内容,而无法使用图灵机器人的功能。 问题分析:经过查看源码,发现 Addons\Chat\Model\WeixinAddonModel.class.php 文件有一处 Bug,在 func...
分类:
其他好文 时间:
2015-04-18 20:37:04
阅读次数:
171
root_path = $root_path.DIRECTORY_SEPARATOR;self::$log_file_path = $this->root_path .'logfile'.DIRECTORY_SEPARATOR .date('Y_m_d',time()).'.log';}// 获取访...
分类:
Web程序 时间:
2015-03-31 12:29:08
阅读次数:
162
没事查看了一下php日志,发现提示进程数不够,日志信息如下:[04-Nov-201414:19:08]WARNING:[poolwww]seemsbusy(youmayneedtoincreasepm.start_servers,orpm.min/max_spare_servers),spawning8children,thereare0idle,and15totalchildren[04-Nov-201414:29:27]WARNING:[poolwww..
分类:
Web程序 时间:
2014-11-05 17:30:34
阅读次数:
355
php日志(1)使用echo ,简单输出(2)使用print_r(),可以有规则的打印复杂结构(3)var_dump递归输出某种结构体(4)print(),简单打印可以将你要输出的错误内容放到上述语句或函数内进行打印输出;也可以写入某个文件,作为你的Log日志:file_put_contents('...
分类:
Web程序 时间:
2014-10-28 00:36:17
阅读次数:
187
WordPress模板基本文件style.css 样式表文件index.php 主页文件single.php 日志单页文件page.php 页面文件archvie.php 分类和日期存档页文件searchform.php 搜索表单文件search.php 搜索yemian文件comments.php...
分类:
其他好文 时间:
2014-10-10 21:56:54
阅读次数:
242
今天收到报警邮件,提示网站502 bad gateway,输入网站url后果然无法打开:登录服务器查看nginx进程正常:查看fastcGI进程已经停止运行了:问题找到后就该查找是什么原因产生的问题,先把fastcGI进程启动后网站能够访问了再细找原因。查看php日志 tail –n 1000 /u...
分类:
Web程序 时间:
2014-07-30 17:12:33
阅读次数:
329
Wordpress模板基本文件style.css 样式表文件index.php 主页文件single.php 日志单页文件page.php 页面文件archvie.php 分类和日期存档页文件searchform.php 搜索表单文件search.php 搜索页面文件comments.php 留言区...
分类:
其他好文 时间:
2014-07-19 22:05:07
阅读次数:
159