11 2021 档案

摘要:TCP KEEP-ALIVE https://segmentfault.com/a/1190000021057175 阅读全文
posted @ 2021-11-23 11:41 Fake_coder 阅读(22) 评论(0) 推荐(0) 编辑
摘要:L5_最长回文子串 //动态规划 public static String longestPalindrome1(String s) { if (s.length() < 2) { return s; } int maxLen = 0, begin = 0; boolean[][] dp = new 阅读全文
posted @ 2021-11-10 09:24 Fake_coder 阅读(63) 评论(0) 推荐(0) 编辑
摘要:java.util.logging 日志缓存的实现 https://www.sohu.com/a/250710458_355142 阅读全文
posted @ 2021-11-06 13:35 Fake_coder 阅读(14) 评论(0) 推荐(0) 编辑
摘要:{ //基本设置 "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "files.autoSave": "afterDelay", "workbench.colorTheme": 阅读全文
posted @ 2021-11-03 12:36 Fake_coder 阅读(204) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示