From 259c61f342f7001598435e7f166c6540b194c27f Mon Sep 17 00:00:00 2001 From: Kudzu Date: Thu, 21 Aug 2025 22:09:32 +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-21=2022:09:32?= 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 | 7 +++++++ 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.obsidian/plugins/keep-the-rhythm/data.json b/.obsidian/plugins/keep-the-rhythm/data.json index b1cd0aa..06893dc 100644 --- a/.obsidian/plugins/keep-the-rhythm/data.json +++ b/.obsidian/plugins/keep-the-rhythm/data.json @@ -538,11 +538,11 @@ } }, "2025-08-21": { - "totalDelta": 1355, + "totalDelta": 1460, "files": { "A1-Work/语言/Java/基础学习.md": { "initial": 10752, - "current": 12107 + "current": 12212 } } } diff --git a/.obsidian/plugins/novel-word-count/data.json b/.obsidian/plugins/novel-word-count/data.json index 9605018..8ff5ff1 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": 3891, + "wordCount": 3894, "wordCountTowardGoal": 0, "wordGoal": null, - "pageCount": 12.97, - "characterCount": 13942, - "nonWhitespaceCharacterCount": 10734, - "newlineCount": 564, - "readingTimeInMinutes": 8.943698113207548, + "pageCount": 12.98, + "characterCount": 13951, + "nonWhitespaceCharacterCount": 10739, + "newlineCount": 567, + "readingTimeInMinutes": 8.949698113207546, "linkCount": 0, "embedCount": 1, "aliases": null, "createdDate": 1753961160249, - "modifiedDate": 1755782535963, - "sizeInBytes": 20990, + "modifiedDate": 1755783179833, + "sizeInBytes": 21005, "sessionStart": { "noteCount": 1, "pageCount": 2.1566666666666667, diff --git a/A1-Work/语言/Java/基础学习.md b/A1-Work/语言/Java/基础学习.md index e6cf96b..85a5bd8 100644 --- a/A1-Work/语言/Java/基础学习.md +++ b/A1-Work/语言/Java/基础学习.md @@ -546,6 +546,13 @@ classDiagram ## 多线程 +### 线程状态 +- New(新创建) +- Runnable(可运行) +- Blocked(被阻塞) +- Waiting(等待) +- Timed waiting(计时等待) +- Terminated(被终止) ## JDK 特性