错误和日志记录值常量说明备注1E_ERROR 致命的运行时错误。这类错误一般是不可恢复的情况,例如内存分配导致的问题。后果是导致脚本终止不再继续运行。 2E_WARNING 运行时警告 (非致命错误)。仅给出提示信息,但是脚本不会终止运行。 4E_PARSE 编译时语法解析错误。解析错误仅仅由分析器... ...
分类:
其他好文 时间:
2017-09-06 10:09:59
阅读次数:
186
oracle 数据库的 TO_CHAR 和 TO_DATE的一些用法总结做了一个功能是以起始时间和截止时间的区间为条件查询数据语句如下:SELECT createdtime FRoM noticeinfoWHERE noticeinfo.CREATEDTIME, 'yyyy-mm-dd' >= "T ...
分类:
其他好文 时间:
2017-09-05 14:41:33
阅读次数:
169
1.配置php.ini打开php.ini,把display_errors = Off 改成 display_errors = On然后找到 error_reporting 最好设置成error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE然后保存,重启a ...
分类:
Web程序 时间:
2017-09-03 23:44:40
阅读次数:
303
1、定义,只有一个变量info,gecode中的常用技法,将多种信息存在一个变量中, info最后一位作为mask标识,其它位作为id标识。 2、实现 这个类从advisor继承,又进行这样的操作,是为了和recorder一起使用,当然也可以使用在其它地方,根据标记进行相应操作。 这里的使用方式值得 ...
分类:
其他好文 时间:
2017-09-03 11:17:43
阅读次数:
146
这个类只是个基类,并没有实现什么,主要作用是给子类提供统一的接口 ...
分类:
其他好文 时间:
2017-09-02 14:31:43
阅读次数:
126
1、问题描述 Given a binary tree, flatten it to a linked list in-place. For example,Given The flattened tree should look like: Hints: If you notice carefull ...
分类:
其他好文 时间:
2017-09-02 09:37:26
阅读次数:
125
Notice: Only variables should be passed by reference in ...
分类:
其他好文 时间:
2017-08-31 23:09:31
阅读次数:
215
#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.pid; event ...
分类:
其他好文 时间:
2017-08-31 19:10:51
阅读次数:
202
#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.pid; ev... ...
分类:
其他好文 时间:
2017-08-31 15:56:19
阅读次数:
200
awesome-android Introduction android libs from github System requirements Android Notice If the lib is no longer being maintained,please do not add it ...
分类:
移动开发 时间:
2017-08-29 12:46:23
阅读次数:
1038