笔记备份:2025-08-19 20:38:29

This commit is contained in:
2025-08-19 20:38:29 +08:00
parent 36d934b70c
commit 55feb4cd5f
3 changed files with 13 additions and 10 deletions

View File

@@ -520,11 +520,11 @@
}
},
"2025-08-19": {
"totalDelta": 130,
"totalDelta": 137,
"files": {
"A1-Work/语言/Java/基础学习.md": {
"initial": 8304,
"current": 8434
"current": 8441
}
}
}

View File

@@ -463,20 +463,20 @@
"isCountable": true,
"targetNodeType": "file",
"noteCount": 1,
"wordCount": 2833,
"wordCount": 2853,
"wordCountTowardGoal": 0,
"wordGoal": null,
"pageCount": 9.443333333333333,
"characterCount": 9333,
"nonWhitespaceCharacterCount": 7514,
"newlineCount": 360,
"readingTimeInMinutes": 6.345283018867924,
"pageCount": 9.51,
"characterCount": 9382,
"nonWhitespaceCharacterCount": 7558,
"newlineCount": 361,
"readingTimeInMinutes": 6.388830188679245,
"linkCount": 0,
"embedCount": 1,
"aliases": null,
"createdDate": 1753961160249,
"modifiedDate": 1755606293611,
"sizeInBytes": 14687,
"modifiedDate": 1755606579743,
"sizeInBytes": 14776,
"sessionStart": {
"noteCount": 1,
"pageCount": 2.1566666666666667,

View File

@@ -341,6 +341,9 @@ assert 条件: 表达式;
当结果为 false则抛出一个 `AssertionError` 异常。
### 日志
## JDK 特性
### JDK7