尝试推送后触发 CI 构建

This commit is contained in:
YuCheng Hu 2022-06-17 14:23:45 -04:00
parent 5523c5fe67
commit f50cfa7686
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
## Java 数字Number
这个模块中包含有关 Java 数字Number有关的文章。
模块中包含有关 Java 数字Number有关的文章。
### 相关文章
- [理解 Java 中的 NumberFormatException 异常](https://www.ossez.com/t/java-numberformatexception/13986)

View File

@ -1,6 +1,6 @@
## Java 字符串Strings
This module contains articles about strings in Java.
本模块中包含有关 Java 字符串String有关的文章。
### 相关文章
- [Use char[] Array over a String for Manipulating Passwords in Java?](https://www.baeldung.com/java-storing-passwords)