码迷,mamicode.com
首页 >  
搜索关键字:notice    ( 1174个结果
错误和日志记录
错误和日志记录值常量说明备注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
php错误提示
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
gecode中的idx recorder分析
1、定义,只有一个变量info,gecode中的常用技法,将多种信息存在一个变量中, info最后一位作为mask标识,其它位作为id标识。 2、实现 这个类从advisor继承,又进行这样的操作,是为了和recorder一起使用,当然也可以使用在其它地方,根据标记进行相应操作。 这里的使用方式值得 ...
分类:其他好文   时间:2017-09-03 11:17:43    阅读次数:146
gecode中的meritbase
这个类只是个基类,并没有实现什么,主要作用是给子类提供统一的接口 ...
分类:其他好文   时间:2017-09-02 14:31:43    阅读次数:126
leetcode--114. Flatten Binary Tree to Linked List
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
Notice: Only variables should be passed by reference in ...
分类:其他好文   时间:2017-08-31 23:09:31    阅读次数:215
nginx_ssl证书双向认证以及负载均衡配置
#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
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 logs/nginx.pid; ev... ...
分类:其他好文   时间:2017-08-31 15:56:19    阅读次数:200
wesome-android
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
1174条   上一页 1 ... 43 44 45 46 47 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!