From 36d934b70cd53f863f2f858ce1020ab1d2159117 Mon Sep 17 00:00:00 2001 From: Kudzu Date: Tue, 19 Aug 2025 20:30:41 +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=2020:30:41?= 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 | 1 + 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.obsidian/plugins/keep-the-rhythm/data.json b/.obsidian/plugins/keep-the-rhythm/data.json index 71884f1..eb9bc19 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": 81, + "totalDelta": 130, "files": { "A1-Work/语言/Java/基础学习.md": { "initial": 8304, - "current": 8385 + "current": 8434 } } } diff --git a/.obsidian/plugins/novel-word-count/data.json b/.obsidian/plugins/novel-word-count/data.json index f0266b5..6d26f25 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": 2808, + "wordCount": 2833, "wordCountTowardGoal": 0, "wordGoal": null, - "pageCount": 9.36, - "characterCount": 9250, - "nonWhitespaceCharacterCount": 7445, - "newlineCount": 352, - "readingTimeInMinutes": 6.286415094339623, + "pageCount": 9.443333333333333, + "characterCount": 9333, + "nonWhitespaceCharacterCount": 7514, + "newlineCount": 360, + "readingTimeInMinutes": 6.345283018867924, "linkCount": 0, "embedCount": 1, "aliases": null, "createdDate": 1753961160249, - "modifiedDate": 1755531679490, - "sizeInBytes": 14558, + "modifiedDate": 1755606293611, + "sizeInBytes": 14687, "sessionStart": { "noteCount": 1, "pageCount": 2.1566666666666667, diff --git a/A1-Work/语言/Java/基础学习.md b/A1-Work/语言/Java/基础学习.md index c1a7530..286583a 100644 --- a/A1-Work/语言/Java/基础学习.md +++ b/A1-Work/语言/Java/基础学习.md @@ -331,6 +331,7 @@ Error 为系统内部错误,不应该由应用程序抛出,应用程序应 6. 不要羞于传递异常。 ### 断言 +默认禁止,可以在运行程序时指定 `-enableassertions` 或 `-ea` 启动它。 语句: ```Java assert 条件: