笔记备份:2025-08-18 21:57:57
This commit is contained in:
4
.obsidian/plugins/keep-the-rhythm/data.json
vendored
4
.obsidian/plugins/keep-the-rhythm/data.json
vendored
@@ -511,11 +511,11 @@
|
||||
}
|
||||
},
|
||||
"2025-08-18": {
|
||||
"totalDelta": 209,
|
||||
"totalDelta": 249,
|
||||
"files": {
|
||||
"A1-Work/语言/Java/基础学习.md": {
|
||||
"initial": 7534,
|
||||
"current": 7743
|
||||
"current": 7783
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
14
.obsidian/plugins/novel-word-count/data.json
vendored
14
.obsidian/plugins/novel-word-count/data.json
vendored
@@ -463,20 +463,20 @@
|
||||
"isCountable": true,
|
||||
"targetNodeType": "file",
|
||||
"noteCount": 1,
|
||||
"wordCount": 2551,
|
||||
"wordCount": 2577,
|
||||
"wordCountTowardGoal": 0,
|
||||
"wordGoal": null,
|
||||
"pageCount": 8.503333333333334,
|
||||
"characterCount": 8631,
|
||||
"nonWhitespaceCharacterCount": 6921,
|
||||
"pageCount": 8.59,
|
||||
"characterCount": 8669,
|
||||
"nonWhitespaceCharacterCount": 6958,
|
||||
"newlineCount": 315,
|
||||
"readingTimeInMinutes": 5.710339622641509,
|
||||
"readingTimeInMinutes": 5.76411320754717,
|
||||
"linkCount": 0,
|
||||
"embedCount": 1,
|
||||
"aliases": null,
|
||||
"createdDate": 1753961160249,
|
||||
"modifiedDate": 1755524193214,
|
||||
"sizeInBytes": 13441,
|
||||
"modifiedDate": 1755524959198,
|
||||
"sizeInBytes": 13535,
|
||||
"sessionStart": {
|
||||
"noteCount": 1,
|
||||
"pageCount": 2.1566666666666667,
|
||||
|
||||
@@ -303,6 +303,8 @@ host: blog.csdn.net
|
||||
|
||||
## 异常、断言、日志和调试
|
||||
### 异常
|
||||
使用 `throw` 抛出一个异常,使用 `throws` 声明会抛出的异常。
|
||||
|
||||
#### 异常层次结构
|
||||
```mermaid
|
||||
classDiagram
|
||||
|
||||
Reference in New Issue
Block a user