Update the document link for Java String related

This commit is contained in:
YuCheng Hu 2024-01-29 09:11:28 -05:00
parent b445f68fb6
commit fe02403c53
No known key found for this signature in database
GPG Key ID: 942395299055675C
2 changed files with 8 additions and 7 deletions

View File

@ -11,6 +11,7 @@
<module name="core-java-serialization" /> <module name="core-java-serialization" />
<module name="core-java-annotations" /> <module name="core-java-annotations" />
<module name="core-java-uuid" /> <module name="core-java-uuid" />
<module name="core-java-numbers" />
<module name="core-java-strings" /> <module name="core-java-strings" />
<module name="core-java-11" /> <module name="core-java-11" />
<module name="core-java-collections-conversions" /> <module name="core-java-collections-conversions" />

View File

@ -3,15 +3,15 @@
本模块中包含有关 Java 字符串String有关的文章。 本模块中包含有关 Java 字符串String有关的文章。
### 相关文章 ### 相关文章
- [Java 使用 char[] Array 还是 String 存储字符串密码](https://www.ossez.com/t/java-char-array-string/14015) - [Java 使用 char[] Array 还是 String 存储字符串密码](https://www.isharkfly.com/t/java-char-array-string/14015)
- [Java 9 中的字符串String压缩](https://www.ossez.com/t/java-9-string/14024) - [Java 9 中的字符串String压缩](https://www.isharkfly.com/t/java-9-string/14024)
- [String Not Empty Test Assertions in Java](https://www.baeldung.com/java-assert-string-not-empty) - [String Not Empty Test Assertions in Java](https://www.baeldung.com/java-assert-string-not-empty)
- [String Performance Hints](https://www.baeldung.com/java-string-performance) - [String Performance Hints](https://www.baeldung.com/java-string-performance)
- [Java Localization Formatting Messages](https://www.baeldung.com/java-localization-messages-formatting) - [Java Localization Formatting Messages](https://www.baeldung.com/java-localization-messages-formatting)
- [Java Generate Random String](https://www.baeldung.com/java-random-string) - [Java Generate Random String](https://www.baeldung.com/java-random-string)
- [Java String Interview Questions and Answers](https://www.baeldung.com/java-string-interview-questions) - [Java String Interview Questions and Answers](https://www.baeldung.com/java-string-interview-questions)
- [Java 多行字符串](https://www.ossez.com/t/java/14049) - [Java 多行字符串](https://www.isharkfly.com/t/java/14049)
- [Java 中的 String Pool 简介](https://www.ossez.com/t/java-string-pool/14017) - [Java 中的 String Pool 简介](https://www.isharkfly.com/t/java-string-pool/14017)
- [Java “constant string too long” 编译错误](https://www.ossez.com/t/java-constant-string-too-long/14048) - [Java “constant string too long” 编译错误](https://www.isharkfly.com/t/java-constant-string-too-long/14048)
- [Java 对象如何安全的 toString](https://www.ossez.com/t/java-tostring/14000) - [Java 对象如何安全的 toString](https://www.isharkfly.com/t/java-tostring/14000)
- [编程常用的几种字符编码](https://www.ossez.com/t/topic/14022) - [编程常用的几种字符编码](https://www.isharkfly.com/t/topic/14022)