笔记备份:2025-08-19 23:07:53

This commit is contained in:
2025-08-19 23:07:53 +08:00
parent 2e49248c9a
commit dd6d4002fc
3 changed files with 13 additions and 10 deletions

View File

@@ -520,11 +520,11 @@
}
},
"2025-08-19": {
"totalDelta": 334,
"totalDelta": 340,
"files": {
"A1-Work/语言/Java/基础学习.md": {
"initial": 8304,
"current": 8638
"current": 8644
}
}
}

View File

@@ -463,20 +463,20 @@
"isCountable": true,
"targetNodeType": "file",
"noteCount": 1,
"wordCount": 2870,
"wordCount": 2895,
"wordCountTowardGoal": 0,
"wordGoal": null,
"pageCount": 9.566666666666666,
"characterCount": 9502,
"nonWhitespaceCharacterCount": 7666,
"newlineCount": 366,
"readingTimeInMinutes": 6.435245283018868,
"pageCount": 9.65,
"characterCount": 9589,
"nonWhitespaceCharacterCount": 7735,
"newlineCount": 376,
"readingTimeInMinutes": 6.510075471698113,
"linkCount": 0,
"embedCount": 1,
"aliases": null,
"createdDate": 1753961160249,
"modifiedDate": 1755607294614,
"sizeInBytes": 14924,
"modifiedDate": 1755607747424,
"sizeInBytes": 15037,
"sessionStart": {
"noteCount": 1,
"pageCount": 2.1566666666666667,

View File

@@ -356,6 +356,9 @@ assert 条件: 表达式;
6. FINER
7. FINEST
## 泛型
## JDK 特性
### JDK7