笔记备份:2025-08-21 22:09:32

This commit is contained in:
2025-08-21 22:09:32 +08:00
parent 1a89edfd45
commit 259c61f342
3 changed files with 17 additions and 10 deletions

View File

@@ -538,11 +538,11 @@
}
},
"2025-08-21": {
"totalDelta": 1355,
"totalDelta": 1460,
"files": {
"A1-Work/语言/Java/基础学习.md": {
"initial": 10752,
"current": 12107
"current": 12212
}
}
}

View File

@@ -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,

View File

@@ -546,6 +546,13 @@ classDiagram
## 多线程
### 线程状态
- New新创建
- Runnable可运行
- Blocked被阻塞
- Waiting等待
- Timed waiting计时等待
- Terminated被终止
## JDK 特性