• 2024-04-08全栈的自我修养 ———— react未知地址默认导航至404页面
    方法1在根目录上添加一个errorElement{path:'/',element:<Navigateto="/public/index"replace/>,errorElement:<div>errorPage</div>},方法2{path:'*',element:<div>errorPage</di
  • 2022-12-22使用errorPage属性指明出错后跳转的错误页面
    在Test.jsp中,page指令的errorPage属性指明了出错后跳转到"/ErrorPage/error.jsp",error.jsp页面代码如下:1<%@pagelanguage="java"import="java.util.*"pageEncoding
  • 2022-12-20Tomcat 的 ErrorPage 实现原理分析
     使用Tomcat,一定见到过404,500的时候,见到过Tomcat提供的错误页面,例如请求的资源找不到的时候,响应状态码为404,这个时候的错误页面是这样的:这些错误页面是 如何生成及定位展
  • 2022-11-17spring 注解
    @Configuration@EnableTransactionManagement(proxyTargetClass=true)@EnableAspectJAutoProxy(proxyTargetClass=true,exposeProxy=true)publicclassDataSourceC
  • 2022-09-20Tomcat异常处理机制
    声明源码基于SpringBoot2.3.12中依赖的Tomcat异常例子tomcat中返回错误页面目前主要是以下两种情况。执行servlet发生异常程序中主动调用response.sendError()方
  • 2022-08-15搭建直播平台,spring boot 实现全局404页面
    搭建直播平台,springboot实现全局404页面一、springBoot2.0版本以下importorg.springframework.boot.autoconfigure.web.ErrorController;importorg.springframework.