笔记备份:2025-08-19 20:30:41

This commit is contained in:
2025-08-19 20:30:41 +08:00
parent 362deeb5b6
commit 36d934b70c
3 changed files with 11 additions and 10 deletions

View File

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

View File

@@ -463,20 +463,20 @@
"isCountable": true,
"targetNodeType": "file",
"noteCount": 1,
"wordCount": 2808,
"wordCount": 2833,
"wordCountTowardGoal": 0,
"wordGoal": null,
"pageCount": 9.36,
"characterCount": 9250,
"nonWhitespaceCharacterCount": 7445,
"newlineCount": 352,
"readingTimeInMinutes": 6.286415094339623,
"pageCount": 9.443333333333333,
"characterCount": 9333,
"nonWhitespaceCharacterCount": 7514,
"newlineCount": 360,
"readingTimeInMinutes": 6.345283018867924,
"linkCount": 0,
"embedCount": 1,
"aliases": null,
"createdDate": 1753961160249,
"modifiedDate": 1755531679490,
"sizeInBytes": 14558,
"modifiedDate": 1755606293611,
"sizeInBytes": 14687,
"sessionStart": {
"noteCount": 1,
"pageCount": 2.1566666666666667,

View File

@@ -331,6 +331,7 @@ Error 为系统内部错误,不应该由应用程序抛出,应用程序应
6. 不要羞于传递异常。
### 断言
默认禁止,可以在运行程序时指定 `-enableassertions``-ea` 启动它。
语句:
```Java
assert 条件: