码迷,mamicode.com
首页 >  
搜索关键字:notice    ( 1174个结果
PHP关闭Notice错误提示
本文章介绍在php中关闭notice错误的一些做法,但是不得不说的是在关掉错误提示时,那么程序代码中大量的notice级别错误是否会造成PHP性能下降。PHP Notice: Undefined variable PHP Notice: Undefined index看看吧,你有没定义的变量直接使用...
分类:Web程序   时间:2015-02-07 18:41:43    阅读次数:205
NGINX基本模块与配置
一、NGINX内置的基本模块 1、NGINX内核模块 2、EVENTS模块 3、HTTP核心模块 二、NGINX基本配置文件 #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log inf...
分类:其他好文   时间:2015-02-03 01:53:48    阅读次数:177
ECSHOP常见问题汇总
最近小编在使用ECSHOP开源模板中遇到了各种问题,最后无奈决定把它记录下来分享一下吧!1.Notice:Undefinedvariable:iin/www/users/cfshangjia.com/includes/cls_sms.phponline284Notice:Undefinedvariable:iin/www/users/cfshangjia.com/includes/cls_sms.phponline解决办法,..
分类:其他好文   时间:2015-02-02 12:46:07    阅读次数:134
sdutoj 2373 Black and white painting( 规律统计计算 3Y )
Black and white painting题目描述You are visiting the Centre Pompidou which contains a lot of modern paintings. In particular you notice one painting which...
分类:其他好文   时间:2015-02-02 09:24:20    阅读次数:114
常用日志维护脚本
日志格式2015/01/03 22:13:53 [error] 30310#0: open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory)2015/01/03 22:15:54 [notice] 31...
分类:其他好文   时间:2015-02-01 00:33:01    阅读次数:653
nginx php fastcgi Connection reset by peer的原因及解决办法
Connection reset by peer这个错误是在nginx的错误日志中发现的,为了更全面的掌握nginx运行的异常,强烈建议在nginx的全局配置中增加error_log logs/error.log notice;这样,就可以记录nginx的详细异常信息。nginx的错误日志中会出现C...
分类:Web程序   时间:2015-01-30 20:59:44    阅读次数:192
Notice : Soft open files now is 1024, We recommend greater than 10000
在研究 workerman 时, 报了这个错误, 感觉只是个notice级别的, 就一直给忽略掉了, 今天有时间, 就查了一下.其实本质就是 ulimit 这个命令打开一个命令行, 输入 ulimit -a可以查看到, 当前系统所有的限制[root@butterfly ~]# ulimit -aco...
分类:其他好文   时间:2015-01-30 17:03:26    阅读次数:227
nginx的配置说明
#定义Nginx运行的用户和用户组user www www;#nginx进程数,建议设置为等于CPU总核心数。worker_processes8;#全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]error_log /var/log...
分类:其他好文   时间:2015-01-29 18:58:14    阅读次数:164
php数组的处理方式
得到的原来数据是一个多维的数据,但不是数组,发现无法处理直接用php 的函数就能处理成json格式$notice=$this->Employee_notice->get(array('id'=>$postdata['id'])); $flag=$notice[0...
分类:编程语言   时间:2015-01-28 19:33:44    阅读次数:181
(总结)Nginx配置文件nginx.conf中文详解
#定义Nginx运行的用户和用户组user www www;#nginx进程数,建议设置为等于CPU总核心数。worker_processes8;#全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]error_log /var/log...
分类:其他好文   时间:2015-01-27 18:09:57    阅读次数:133
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!