From dd6d4002fc8e1649479b4426aa393663572ed365 Mon Sep 17 00:00:00 2001 From: Kudzu Date: Tue, 19 Aug 2025 23:07:53 +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-19=2023:07:53?= 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 | 3 +++ 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.obsidian/plugins/keep-the-rhythm/data.json b/.obsidian/plugins/keep-the-rhythm/data.json index 9af978c..c6634c6 100644 --- a/.obsidian/plugins/keep-the-rhythm/data.json +++ b/.obsidian/plugins/keep-the-rhythm/data.json @@ -520,11 +520,11 @@ } }, "2025-08-19": { - "totalDelta": 334, + "totalDelta": 340, "files": { "A1-Work/语言/Java/基础学习.md": { "initial": 8304, - "current": 8638 + "current": 8644 } } } diff --git a/.obsidian/plugins/novel-word-count/data.json b/.obsidian/plugins/novel-word-count/data.json index 12f24a7..7b388b2 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": 2870, + "wordCount": 2895, "wordCountTowardGoal": 0, "wordGoal": null, - "pageCount": 9.566666666666666, - "characterCount": 9502, - "nonWhitespaceCharacterCount": 7666, - "newlineCount": 366, - "readingTimeInMinutes": 6.435245283018868, + "pageCount": 9.65, + "characterCount": 9589, + "nonWhitespaceCharacterCount": 7735, + "newlineCount": 376, + "readingTimeInMinutes": 6.510075471698113, "linkCount": 0, "embedCount": 1, "aliases": null, "createdDate": 1753961160249, - "modifiedDate": 1755607294614, - "sizeInBytes": 14924, + "modifiedDate": 1755607747424, + "sizeInBytes": 15037, "sessionStart": { "noteCount": 1, "pageCount": 2.1566666666666667, diff --git a/A1-Work/语言/Java/基础学习.md b/A1-Work/语言/Java/基础学习.md index e7a0193..fb83bd2 100644 --- a/A1-Work/语言/Java/基础学习.md +++ b/A1-Work/语言/Java/基础学习.md @@ -356,6 +356,9 @@ assert 条件: 表达式; 6. FINER 7. FINEST +## 泛型 + + ## JDK 特性 ### JDK7