;E_ALL所有错误和警告(除E_STRICT外);E_ERROR致命的错误。脚本的执行被暂停。;E_RECOVERABLE_ERROR大多数的致命错误。;E_WARNING非致命的运行时错误,只是警告,脚本的执行不会停止。;E_PARSE编译时解析错误,解析错误应该只由分析器生成。;E_NOTICE脚本运行时产生的提醒(往..
分类:
Web程序 时间:
2016-02-05 19:36:46
阅读次数:
204
1.pojo类:Notice package com.green.notice.storage; import java.util.ArrayList; import java.util.List; public class Notice { private int id; private Stri
分类:
其他好文 时间:
2016-02-05 01:42:35
阅读次数:
190
<?php error_reporting(E_ALL || ~E_NOTICE); Header("content-type:text/html;charset=utf8"); // // $list 是反回的数组 // $list = array(5,5,5,10,10,10); //红包数组
分类:
其他好文 时间:
2016-02-02 17:37:32
阅读次数:
123
#定义Nginx运行的用户和用户组user www www; #nginx进程数,建议设置为等于CPU总核心数。worker_processes 8; #全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]error_log ar/lo
分类:
其他好文 时间:
2016-02-01 01:55:59
阅读次数:
180
nginx大家都听说过吧,我就不详细介绍了。我这里就列一下,nginx中nginx.conf配置文件每个配置项的详细解释。[plain]viewplaincopy#运行用户#usernobody;#启动进程,通常设置成和cpu的数量相等或者2倍于cpu的个数(具体结合cpu和内存)。默认为1worker_processes1;#全局的错误日..
分类:
其他好文 时间:
2016-01-28 07:14:46
阅读次数:
272
F.A.QsHomeDiscussProblemSetStatusRanklistContestModifyUsergryz2016Logout捐赠本站Notice:由于本OJ建立在Linux平台下,而许多题的数据在Windows下制作,请注意输入、输出语句及数据类型及范围,避免无谓的RE出现。14...
分类:
编程语言 时间:
2016-01-22 21:04:07
阅读次数:
352
#user nobody;worker_processes 1;error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/nginx....
分类:
Web程序 时间:
2016-01-22 16:58:23
阅读次数:
250
1.nginx.conf#user nobody;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid ...
分类:
其他好文 时间:
2016-01-22 10:44:46
阅读次数:
177
F.A.QsHomeDiscussProblemSetStatusRanklistContestModifyUserhyxzcLogout捐赠本站Notice:由于本OJ建立在Linux平台下,而许多题的数据在Windows下制作,请注意输入、输出语句及数据类型及范围,避免无谓的RE出现。1030:...
分类:
编程语言 时间:
2016-01-22 10:27:45
阅读次数:
398
F.A.QsHomeDiscussProblemSetStatusRanklistContestModifyUsergryz2016Logout捐赠本站Notice:由于本OJ建立在Linux平台下,而许多题的数据在Windows下制作,请注意输入、输出语句及数据类型及范围,避免无谓的RE出现。14...
分类:
编程语言 时间:
2016-01-19 07:59:25
阅读次数:
241