1、在php.ini文件中改动error_reporting改为: error_reporting=E_ALL & ~E_NOTICE 2、如果你不能操作php.ini文件,你可以使用如下方法 在你想禁止notice错误提示的页面中加入如下代码: /* Report all errors e...
分类:
Web程序 时间:
2014-12-25 18:53:13
阅读次数:
185
编辑配置文件vi /etc/nginx/nginx.confuser www www;worker_processes 2;error_log logs/error.log notice;events { worker_connections 1024;}http { includemime.typ...
分类:
其他好文 时间:
2014-12-25 15:59:53
阅读次数:
134
package com.fox.facet;/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file d....
分类:
Web程序 时间:
2014-12-22 12:38:54
阅读次数:
479
Linux上Sendmail经常由于一些配置问题,导致邮件发送失败,下面整理、收集了一些邮件发送失败、异常的案例。 案例1:在新服务器上测试sendmail发送邮件时,发现邮件发送不成功,检查/var/log/maillog日志文件发现如下错误(Notice:hostname、邮箱地址等信息使用xx...
分类:
系统相关 时间:
2014-12-18 15:09:40
阅读次数:
332
问题:Apache无法启动,查看日志记录如下,检查磁盘空间以及inode都正常[TueMay2018:10:482014][notice]suEXECmechanismenabled(wrapper:/usr/sbin/suexec)[TueMay2018:10:482014][warn]modulewsgi_moduleisalreadyloaded,skipping[TueMay2018:10:482014][warn]modulewsgi_module..
分类:
数据库 时间:
2014-12-17 18:56:23
阅读次数:
218
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this....
分类:
其他好文 时间:
2014-12-17 10:37:32
阅读次数:
753
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this....
分类:
其他好文 时间:
2014-12-16 13:10:13
阅读次数:
503
#定义Nginx运行的用户和用户组user www www;#nginx进程数,建议设置为等于CPU总核心数。worker_processes 8;#全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]error_log /var/lo...
分类:
Web程序 时间:
2014-12-15 11:48:45
阅读次数:
242
#定义Nginx运行的用户和用户组user www www;#nginx进程数,建议设置为等于CPU总核心数。worker_processes 8;#全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]error_log ar/logi...
分类:
其他好文 时间:
2014-12-13 10:48:57
阅读次数:
220
Maven目录分析 通常在安装Maven时,都会设置M2_HOME这个环境变量,M2_HOME指代了Maven的安装目录,下面是目录结构: bin boot lib LICENSE.txt NOTICE.txt README.txt ? bin目录是? 1、该目录包含了mvn运行的脚...
分类:
其他好文 时间:
2014-12-11 14:10:30
阅读次数:
229