随笔分类 - 异常
摘要:序言 今天我在写代码的时候,看到了。一个注解@Transactional(rollbackFor = Exception.class),今天就和大家分享一下,这个注解的用法; 异常 如下图所示,我们都知道Exception分为运行时异常RuntimeException和非运行时异常 error是一定
阅读全文
The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes
摘要:转载: https://blog.csdn.net/qq_31772441/article/details/80586398 多次遇到这个问题,记录下解决方案,以备后查,也给后来者一点提示。 网上很多的文章都是写着这个是错误是JSP过大导致的,我也曾一度这样认为。网上的解决方案:方法1、修改incl
阅读全文
摘要:转载:https://www.cnblogs.com/YangJavaer/p/5897754.html 场景描述# 今天在写一个JAVA程序的时候出现了异常:java.lang.ArithmeticException: Non-terminating decimal expansion; no e
阅读全文
摘要:转载: https://blog.csdn.net/itguangit/article/details/78435190 springboot 整合redis部署出现 redis.clients.jedis.HostAndPort - cant resolve localhost address错误
阅读全文