Note You may notice that the familyNames property is declared using the copy keyword instead of strong. What’s up with that? Why should we be copying ...
分类:
移动开发 时间:
2015-11-19 10:48:14
阅读次数:
187
[18-Nov-201511:24:37]NOTICE:PHPmessage:PHPWarning:PHPStartup:Unabletoloaddynamiclibrary‘/usr/local/php/lib/php/extensions/no-debug-non-zts-20131226/gd.so‘-/usr/local/php/lib/php/extensions/no-debug-non-zts-20131226/gd.so:cannotopensharedobjectfile:Nosuchfil..
分类:
Web程序 时间:
2015-11-18 16:48:47
阅读次数:
191
pid=run/php-fpm.pid#pid设置,默认在安装目录中的var/run/php-fpm.pid,建议开启error_log=log/php-fpm.log#错误日志,默认在安装目录中的var/log/php-fpm.loglog_level=notice#错误级别.可用级别为:alert(必须立即处理),error(错误情况),warning(警告情况),notice(一..
分类:
Web程序 时间:
2015-11-12 16:08:36
阅读次数:
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; events { ? ? worker_c...
deprecated 不赞成使用,可能有漏洞可能效率低,以后的版本不支持等notice 通知级别的错误warning 警告 这个需要看代码是不是哪里出了问题 以上三个程序仍然继续向下执行fatal error 致命错误 程序停止执行parse error 解析错误了 直接挂了 程序停止执...
分类:
Web程序 时间:
2015-11-05 20:34:32
阅读次数:
233
#user nobody;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/ngin...
分类:
Web程序 时间:
2015-10-28 12:41:37
阅读次数:
217
Notice: Use of undefined constant title - assumed 'title' inF:\wamp\www\load_myweb.phpon line22Notice: Use of undefined constant content - assumed 'co...
分类:
Web程序 时间:
2015-10-28 01:10:07
阅读次数:
265
File 1: /home/slava/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpmime/4.3.1/f7899276dddd01d8a42ecfe27e7031fcf9824422/httpmime-4.3....
分类:
移动开发 时间:
2015-10-24 11:30:29
阅读次数:
244
<?phperror_reporting(E_ALL&~E_NOTICE);define(‘ELK_QUERY_RR_QUERY‘,‘{"query":{"filtered":{"query":{"query_string":{"analyze_wildcard":true,"query":"type:phptestkvANDreport_type:\"passport.codecreate\""}},"filter":{"bool":{"must":[{"range":{"@timestamp..
分类:
Web程序 时间:
2015-10-22 06:55:19
阅读次数:
173
<?phperror_reporting(E_ALL&~E_NOTICE);define(‘ELK_QUERY_RR_QUERY‘,‘{"query":{"filtered":{"query":{"query_string":{"analyze_wildcard":true,"query":"type:phptestkvANDreport_type:\"paycenter.dopayment\""}},"filter":{"bool":{"must":[{"range":{"@timestamp..
分类:
Web程序 时间:
2015-10-22 06:54:14
阅读次数:
165