From 28e1d9677a96cc2392a8d06695f44021c6da28f7 Mon Sep 17 00:00:00 2001 From: Kudzu Date: Wed, 20 Aug 2025 22:13:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E8=AE=B0=E5=A4=87=E4=BB=BD=EF=BC=9A20?= =?UTF-8?q?25-08-20=2022:13:40?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .obsidian/plugins/keep-the-rhythm/data.json | 4 ++-- .obsidian/plugins/novel-word-count/data.json | 16 ++++++++-------- A1-Work/语言/Java/基础学习.md | 2 ++ 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.obsidian/plugins/keep-the-rhythm/data.json b/.obsidian/plugins/keep-the-rhythm/data.json index 0d2c3e1..c7b6455 100644 --- a/.obsidian/plugins/keep-the-rhythm/data.json +++ b/.obsidian/plugins/keep-the-rhythm/data.json @@ -529,11 +529,11 @@ } }, "2025-08-20": { - "totalDelta": 1016, + "totalDelta": 1041, "files": { "A1-Work/语言/Java/基础学习.md": { "initial": 9708, - "current": 10724 + "current": 10749 } } } diff --git a/.obsidian/plugins/novel-word-count/data.json b/.obsidian/plugins/novel-word-count/data.json index 2e7123d..f340387 100644 --- a/.obsidian/plugins/novel-word-count/data.json +++ b/.obsidian/plugins/novel-word-count/data.json @@ -463,20 +463,20 @@ "isCountable": true, "targetNodeType": "file", "noteCount": 1, - "wordCount": 3512, + "wordCount": 3536, "wordCountTowardGoal": 0, "wordGoal": null, - "pageCount": 11.706666666666667, - "characterCount": 12016, - "nonWhitespaceCharacterCount": 9480, - "newlineCount": 501, - "readingTimeInMinutes": 8.05445283018868, + "pageCount": 11.786666666666667, + "characterCount": 12079, + "nonWhitespaceCharacterCount": 9533, + "newlineCount": 505, + "readingTimeInMinutes": 8.109547169811322, "linkCount": 0, "embedCount": 1, "aliases": null, "createdDate": 1753961160249, - "modifiedDate": 1755698788089, - "sizeInBytes": 18438, + "modifiedDate": 1755698991698, + "sizeInBytes": 18543, "sessionStart": { "noteCount": 1, "pageCount": 2.1566666666666667, diff --git a/A1-Work/语言/Java/基础学习.md b/A1-Work/语言/Java/基础学习.md index 15429a4..29fe771 100644 --- a/A1-Work/语言/Java/基础学习.md +++ b/A1-Work/语言/Java/基础学习.md @@ -485,6 +485,8 @@ public class Test { 还有一个 `` +还有一个通配符捕获问题,` or ` + ## JDK 特性 ### JDK7