笔记备份:2025-08-18 22:01:43

This commit is contained in:
2025-08-18 22:01:43 +08:00
parent c8c08b0a03
commit 205cf8d587
3 changed files with 15 additions and 11 deletions

View File

@@ -511,11 +511,11 @@
}
},
"2025-08-18": {
"totalDelta": 249,
"totalDelta": 334,
"files": {
"A1-Work/语言/Java/基础学习.md": {
"initial": 7534,
"current": 7783
"current": 7868
}
}
}

View File

@@ -463,20 +463,20 @@
"isCountable": true,
"targetNodeType": "file",
"noteCount": 1,
"wordCount": 2577,
"wordCount": 2640,
"wordCountTowardGoal": 0,
"wordGoal": null,
"pageCount": 8.59,
"characterCount": 8669,
"nonWhitespaceCharacterCount": 6958,
"newlineCount": 315,
"readingTimeInMinutes": 5.76411320754717,
"pageCount": 8.8,
"characterCount": 8798,
"nonWhitespaceCharacterCount": 7073,
"newlineCount": 322,
"readingTimeInMinutes": 5.8989811320754715,
"linkCount": 0,
"embedCount": 1,
"aliases": null,
"createdDate": 1753961160249,
"modifiedDate": 1755524959198,
"sizeInBytes": 13535,
"modifiedDate": 1755525643433,
"sizeInBytes": 13798,
"sessionStart": {
"noteCount": 1,
"pageCount": 2.1566666666666667,

View File

@@ -314,4 +314,8 @@ classDiagram
Exception <|-- RuntimeException
```
Error 为系统内部错误,不应该由应用程序抛出,应用程序应该抛出 Exception。
Error 为系统内部错误,不应该由应用程序抛出,应用程序应该抛出 Exception。
> [!warning] 注意
> 一个方法必须声明所有可能抛出的已检查异常而未检查异常要么不可控Error要么就避免发生RuntimeException