PHP配置文件中与错误相关选项 1.error_reporting 设置错误报告级别 2.display_errors 是否显示错误 3.log_errors 设置是否将错误信息记录到日志或者error_log中 4.error_log 设置脚本错误将记录到的文件 5.log_errors_max_ ...
分类:
Web程序 时间:
2020-07-10 00:33:38
阅读次数:
93
[BJDCTF2020]EzPHP 解码:http://794983a5-f5dc-4a13-bc0b-ca7140ba23f3.node3.buuoj.cn/1nD3x.php 源代码: <?php highlight_file(__FILE__); error_reporting(0); $fi ...
分类:
Web程序 时间:
2020-07-06 16:34:32
阅读次数:
111
电脑上安装了SQLServer,停止SQL Server Reporting Services (MSSQLSERVER)服务,然后设置为禁用了 ...
分类:
系统相关 时间:
2020-07-03 19:27:14
阅读次数:
55
hate-php 源码: <?php error_reporting(0); if(!isset($_GET['code'])){ highlight_file(__FILE__); }else{ $code = $_GET['code']; if (preg_match('/(f|l|a|g|\. ...
分类:
Web程序 时间:
2020-06-29 15:21:04
阅读次数:
65
<properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncod ...
分类:
编程语言 时间:
2020-06-25 17:42:32
阅读次数:
154
先是shell脚本 <?php @error_reporting(0); session_start(); if (isset($_GET['pass'])) { $key=substr(md5(uniqid(rand())),16); $_SESSION['k']=$key; print $key ...
分类:
其他好文 时间:
2020-06-24 14:22:32
阅读次数:
76
Apache NiFi 核心概念和关键特性 翻译自官方文档 NiFi 的核心概念 核心概念如下: FlowFileFlowFile表示在系统中移动的每个对象,FlowFile由两部分组成: content 内容 既数据本身 attributes 属性 每条数据带上的属性信息.以键值对的形式. Flo ...
分类:
Web程序 时间:
2020-06-23 15:15:00
阅读次数:
68
本来很简单的一个功能怎么导出都是乱码。 添加 error_reporting(E_ALL ^ E_NOTICE) ini_set("display_errors",'"on") PHP提示: Cannot modify header information - headers already sen ...
分类:
Web程序 时间:
2020-06-22 01:52:02
阅读次数:
92
PHP调试,现实编译错误信息的方法
ini_set("display_errors", "On");
error_reporting(E_ALL); ...
分类:
Web程序 时间:
2020-06-19 14:07:15
阅读次数:
48
INFO networking_baremetal.agent.ironic_neutron_agent [-] Reporting state for host agent 7a3402a7-8003-4598-90c1-cae0ac1bf757 with new configuration: { ...
分类:
其他好文 时间:
2020-06-09 13:03:48
阅读次数:
83