摘要: 1. 400 Bad Request nginx Use splunk check request: POST /xxx%0A HTTP/1.1, "%0A" is Enter, URI can't contain any invisible symbol. 2. "resourceNotFound 阅读全文
posted @ 2024-05-08 14:21 A-P-I 阅读(13) 评论(0) 推荐(0)
摘要: To be reviewed List No. Item Add Date Fix Date 1 InheritableThreadLocal 4/26/2024 2 sumrize stream 6/6/2024 3 import org.slf4j.MDC; 7/10/2024 https:// 阅读全文
posted @ 2024-04-26 17:49 A-P-I 阅读(25) 评论(0) 推荐(0)
摘要: 转载: https://www.cnblogs.com/xrq730/p/8619156.html Java日志框架:slf4j作用及其实现原理 简单回顾门面模式 slf4j是门面模式的典型应用,因此在讲slf4j前,我们先简单回顾一下门面模式, 门面模式,其核心为外部与一个子系统的通信必须通过一个 阅读全文
posted @ 2024-04-26 11:02 A-P-I 阅读(35) 评论(0) 推荐(0)
摘要: POM <dependencyManagement> 定义版本号,不真正导入,<dependencies>定义了版本号,以定义的为准,缺省则以<dependencyManagement>中定义的为准。 <parent> 父项目里的<dependencies>会自动导入,子项目不需要声明。 setti 阅读全文
posted @ 2024-04-24 16:31 A-P-I 阅读(23) 评论(0) 推荐(0)
摘要: MockStatic close MockStatic<TestClass> tc = Mockito.mockStatic(TestClass.class); tc.close(); try-catch try(MockedStatic<TestClass> tc = Mockito.mockSt 阅读全文
posted @ 2024-04-21 17:30 A-P-I 阅读(16) 评论(0) 推荐(0)
摘要: 快捷键 File -> Settings -> Keymap 快捷键/小问题 作用/方法 Location shift+F11 书签 Alt+7 显示所有方法 shift twice search “add maven projects” 有时候要求选择pom 点击ok MAVEN图标不见了 MVN 阅读全文
posted @ 2024-03-16 16:26 A-P-I 阅读(18) 评论(0) 推荐(0)
摘要: Overview <ul class="tree"> <li> <details open> <summary>Giant planets</summary> <ul> <li> <details> <summary>Gas giants</summary> <ul> <li>Jupiter</li 阅读全文
posted @ 2023-11-23 17:05 A-P-I 阅读(17) 评论(0) 推荐(0)
摘要: Tali Garsiel's site How browsers work We will see what happens when you type 'google.com' in the address bar until you see the Google page on the brow 阅读全文
posted @ 2022-08-06 09:46 A-P-I 阅读(15) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/myseries/p/11316960.html 字符集详解 ASCII码、Unicode、UTF-8 (转) 参考出处:http://cmsblogs.com/?p=1530 https://blog.csdn.net/zhusongziye/art 阅读全文
posted @ 2021-07-23 10:52 A-P-I 阅读(55) 评论(0) 推荐(0)
摘要: http://www.ruanyifeng.com/blog/2014/10/event-loop.html https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes 阅读全文
posted @ 2021-07-22 15:50 A-P-I 阅读(17) 评论(0) 推荐(0)