首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏JadePeng的技术博客

    Reporting Service报表开发

           项目中需要用到报表,经过技术验证和成本方面的考虑,最后决定使用Reporting Service,因此在这里把开发中的一些故事记下来,以备后用。       

    1.5K80发布于 2018-01-18
  • 来自专栏程序生涯

    PHP中error_reporting()详解

    说白了就是PHP页面报错的级别设置,14个等级供你自定义报错的方式,有数字和字符串两种参数的写法,中文说明对应如下:

    70710发布于 2020-08-14
  • 来自专栏电光石火

    PHP error_reporting() 错误控制函数功能详解

    定义和用法: error_reporting() 设置 PHP 的报错级别并返回当前级别。 函数语法: error_reporting(report_level) 如果参数 level 未指定,当前报错级别将被返回。 php //禁用错误报告 error_reporting(0); //报告运行时错误 error_reporting(E_ERROR | E_WARNING | E_PARSE); //报告所有错误 error_reporting(E_ALL); ?

    68810发布于 2019-12-04
  • 来自专栏陶士涵的菜地

    error_reporting(0)可以屏蔽Fatal error错误

    按照以前的印象,error_reporting(0)屏蔽不了php的Fatal error级别的错误。 php error_reporting(0); new aaa(); ?> <?php error_reporting(0); new PDO(); ?

    1.1K20发布于 2019-11-12
  • 来自专栏电光石火

    PHP error_reporting() 错误控制函数功能详解

    定义和用法: error_reporting() 设置 PHP 的报错级别并返回当前级别。 函数语法: error_reporting(report_level) 如果参数 level 未指定,当前报错级别将被返回。 php //禁用错误报告 error_reporting(0); //报告运行时错误 error_reporting(E_ERROR | E_WARNING | E_PARSE); //报告所有错误 error_reporting(E_ALL); ?

    1K70发布于 2018-01-18
  • 来自专栏code秘密花园

    使用浏览器的 Reporting API 上报站点错误

    Reporting API 定义了一个新的 HTTP Header,Report-To,它让 Web 开发人员以自定义的方式来将浏览器的警告和错误发送到指定服务器。 例如 CSP违规, Feature Policy 违规,使用了废弃API,浏览器崩溃和网络错误等是可以使用 Reporting API 收集的一些信息。 如果没有 Reporting API ,就无法知道你宝贵的用户是否发生了这种情况。 Reporting API 可帮助捕获整个站点中潜在的错误。 它使用新的 NEL HTTP 响应头来设置,告诉浏览器收集网络错误,然后与 Reporting API 集成,将错误报告给服务器。 总结 Reporting API 无疑是做端监控同学的福音,它省去了我们很多需要在前端监控中需要自己做的工作,未来浏览器还会将更多的上报类型应用到 Reporting API ,未来将会作为诊断网站问题的重点工具

    3K30发布于 2020-11-26
  • 来自专栏自由而无用的灵魂的碎碎念

    用IE打开Reporting Service时提示权限不足的解决方法

    虚拟目录权限来解决这个问题,但是 2008 版本已经不依赖 IIS(http://blogs.technet.com/andrew/archive/2007/12/04/sql-server-2008-reporting-services-no-longer-depends-on-iis.aspx

    1.7K40发布于 2018-07-24
  • 来自专栏洛米唯熊

    SQL Server Reporting Services(CVE-2020-0618)中的RCE

    0x00:前提概要 SQL Server Reporting Services(SSRS)提供了一组本地工具和服务,用于创建,部署和管理移动报告和分页报告. 尽管只有授权用户才能访问该应用程序,但是最低权限(浏览器角色)足以利用此问题. 0x01:技术分析 在ReportingServicesWebServer.dll中发现了此问题.Microsoft.Reporting.WebForms.BrowserNavigationCorrector Referer:https://www.mdsec.co.uk/2020/02/cve-2020-0618-rce-in-sql-server-reporting-services-ssrs/

    2.4K21发布于 2020-02-25
  • 来自专栏CSDN技术博客

    zlib编译报错:Compiler error reporting is too harsh for .configure (perhaps remove -Werror).

    /configure --prefix=$PWD/_install 时出现报错: Compiler error reporting is too harsh for . compiler options…” >> configure.log if try CC -c CFLAGS test.c; then : else echo “Compiler error reporting

    5K30发布于 2021-08-10
  • 来自专栏全栈程序员必看

    display_errors与error_reporting,有意思之处「建议收藏」

    相同之处 两者都可以控制是否显示错误信息 不同之处 ini_set('display_errors',[0|1]);只能控制是否打开错误显示,不能控制显示的错误级别 error_reporting() 可以控制显示的错误级别 注意 ini_set()的权限大于error_reporting ini_set('display_errors',0); error_reporting(E_ALL); require php ini_set('display_errors','off'); error_reporting(0|-1); //-1 打开所有php错误 0关闭所有PHP报错信息 require '1.php php ini_set('display_errors','on'); error_reporting(0); //-1 打开所有php错误 0关闭所有PHP报错信息 require '1.php';/ php ini_set('display_errors','on'); error_reporting(-1); //-1 打开所有php错误 0关闭所有PHP报错信息 require '1.php';

    48910编辑于 2022-07-11
  • 【0x005B】HCI_Write_Default_Erroneous_Data_Reporting命令详解

    HCI_Write_Default_Erroneous_Data_Reporting命令格式 HCI_Write_Default_Erroneous_Data_Reporting命令遵循蓝牙核心规范中定义的 OCF(操作码命令字段):对于HCI_Write_Default_Erroneous_Data_Reporting命令,OCF为0x005B。 Erroneous_Data_Reporting Erroneous_Data_Reporting参数用于指定当数据包出现错误时,蓝牙控制器是否应该在HC数据包的状态标志中设置Packet_Status_Flag 验证 Erroneous_Data_Reporting 参数的合法性(0x00 或 0x01)。 4.3. ("Successfully disabled erroneous data reporting.

    9610编辑于 2026-01-21
  • 【0x005A】HCI_Read_Default_Erroneous_Data_Reporting命令详解

    一、命令概述 当主机需要了解蓝牙控制器的Erroneous_Data_Reporting参数设置时,会发送HCI_Read_Default_Erroneous_Data_Reporting命令给蓝牙控制器 对于HCI_Read_Default_Erroneous_Data_Reporting命令的响应,这个长度通常包括状态码和Erroneous_Data_Reporting参数值。 Erroneous_Data_Reporting:这是HCI_Read_Default_Erroneous_Data_Reporting命令的返回参数,表示蓝牙控制器的Erroneous_Data_Reporting Erroneous_Data_Reporting Erroneous_Data_Reporting 参数是一个1字节(octet)大小的字段,用于指示蓝牙控制器是否向主机报告接收到的错误数据。 综上所述,HCI_Read_Default_Erroneous_Data_Reporting命令是蓝牙通信中用于读取Erroneous_Data_Reporting参数的重要命令。

    9010编辑于 2026-01-21
  • 来自专栏全栈程序员必看

    sql server 2012 报表开发(2) reporting service 中制作分组折叠式报表

    前面我们学习了sql server 2012 如何使用Reporting Service 2012制作报表 ,对Reporting Service制作报表,有了初步的了解,这里我主要记录一下,如何做一个分组折叠式的报表

    2.4K20编辑于 2022-11-01
  • 来自专栏CSDNToQQCode

    PHP面试题:在PHP中error_reporting这个函数有什么作用?

    设置 PHP 的报错级别并返回当前级别。 //请用正则表达式(Regular Expression)写一个函数验证电子邮件的格式是否正确。 if(isset($_POST['action']) && $_POST['action']==’submitted’){ $email=$_POST['email']; if(!preg_match(“/^[0-9a-zA-Z-]+@[0-9a-zA-Z-]+(\.[0-9a-zA-Z-]+){1,3}$/”,$email)){ echo “电子邮件检测失败”

    1.1K30编辑于 2022-11-29
  • 来自专栏全栈程序员必看

    php 设置error_reporting(0)和ini_set(‘display_errors’, 0)之后,还是显示错误「建议收藏」

    php 5.4 apache 2.2 关闭错误报告和错误显示 依然会显示错误 按照我的理解,error_reporting(0)之后就应该不会显示错误了,这是怎么回事? php error_reporting(0); PS:不是PHP没有执行是你写的代码没有执行。

    1K20编辑于 2022-07-11
  • 来自专栏后端码事

    从 findbugs-maven-plugin 到 spotbugs-maven-plugin 帮你找到代码中的bug

    <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId *</onlyAnalyze> </configuration> </plugin> </plugins> </reporting> ...

    2.1K30发布于 2020-09-11
  • 来自专栏Windows技术交流

    进程crash没产生dump,配置LocalDumps

    /ihsdiag/win32_tools_doc.html reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting 如果你是别的程序,替换程序名称,注意带上后缀名,比如notepad.exe reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting LOCALAPPDATA%\CrashDumps" /f 或 reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting #设置crashdump最大数量的,超出后,新的覆盖旧的 reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting minidump,1代表minidump,2代表fulldump reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting

    2.1K30编辑于 2021-12-28
  • 来自专栏Postgresql源码分析

    FIO使用场景总结

    direct=1 -iodepth=32 -rw=randwrite -ioengine=libaio -bs=4k -numjobs=4 -time_based=1 -runtime=1000 -group_reporting direct=1 -iodepth=32 -rw=randread -ioengine=libaio -bs=4k -numjobs=4 -time_based=1 -runtime=1000 -group_reporting direct=1 -iodepth=128 -rw=write -ioengine=libaio -bs=128k -numjobs=1 -time_based=1 -runtime=1000 -group_reporting direct=1 -iodepth=128 -rw=read -ioengine=libaio -bs=128k -numjobs=1 -time_based=1 -runtime=1000 -group_reporting direct=1 -iodepth=1 -rw=write -ioengine=libaio -bs=4k -numjobs=1 -time_based=1 -runtime=1000 -group_reporting

    86710编辑于 2022-05-12
  • 来自专栏优雅R

    使用 R 语言从 PDF 文档中提取表格

    is.na(Reporting_Country_Territory_Area)) %>% dplyr::filter(! is.na(Reporting_Country_Territory_Area)) %>% dplyr::filter(! = case_when( Reporting_Country_Territory_Area == "(Commonwealth of the)" ~ "Northern Mariana Islands (Commonwealth of the)", T ~ Reporting_Country_Territory_Area )) %>% slice(-1) %>% mutate( is.na(Reporting_Country_Territory_Area)) %>% dplyr::filter(!

    4.6K10发布于 2020-07-02
  • 来自专栏sql与spec性能

    磁盘性能测试

    direct=1 --thread=1 --numjobs=1 --iodepth=128 --rw=randread --bs=4k --runtime=5m --time_based=1 --group_reporting =1 --thread=1 --numjobs=1 --iodepth=128 --rw=randwrite --bs=4k --runtime=5m --time_based=1 --group_reporting direct=1 --thread=1 --numjobs=1 --iodepth=128 --rw=read --bs=4k --runtime=5m --time_based=1 --group_reporting direct=1 --thread=1 --numjobs=1 --iodepth=128 --rw=write --bs=4k --runtime=5m --time_based=1 --group_reporting direct=1 --thread=1 --numjobs=1 --iodepth=128 --rw=read --bs=1M --runtime=5m --time_based=1 --group_reporting

    76220编辑于 2023-12-04
领券