笔记备份:2025-08-21 22:09:32
This commit is contained in:
4
.obsidian/plugins/keep-the-rhythm/data.json
vendored
4
.obsidian/plugins/keep-the-rhythm/data.json
vendored
@@ -538,11 +538,11 @@
|
||||
}
|
||||
},
|
||||
"2025-08-21": {
|
||||
"totalDelta": 1355,
|
||||
"totalDelta": 1460,
|
||||
"files": {
|
||||
"A1-Work/语言/Java/基础学习.md": {
|
||||
"initial": 10752,
|
||||
"current": 12107
|
||||
"current": 12212
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
16
.obsidian/plugins/novel-word-count/data.json
vendored
16
.obsidian/plugins/novel-word-count/data.json
vendored
@@ -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,
|
||||
|
||||
@@ -546,6 +546,13 @@ classDiagram
|
||||
|
||||
## 多线程
|
||||
|
||||
### 线程状态
|
||||
- New(新创建)
|
||||
- Runnable(可运行)
|
||||
- Blocked(被阻塞)
|
||||
- Waiting(等待)
|
||||
- Timed waiting(计时等待)
|
||||
- Terminated(被终止)
|
||||
|
||||
## JDK 特性
|
||||
|
||||
|
||||
Reference in New Issue
Block a user