Update UUID

This commit is contained in:
YuCheng Hu 2024-04-27 08:20:01 -04:00
parent 86ba6dfe74
commit afb622ad78
Signed by: honeymoose
GPG Key ID: D74AE0B33A8002EC
2 changed files with 5 additions and 6 deletions

View File

@ -4,7 +4,7 @@
## 相关文章 ## 相关文章
- [J2EEJava EEJakarta EE 命名之间的恩恩怨怨](https://www.ossez.com/t/j2ee-java-ee-jakarta-ee/14382) - [J2EEJava EEJakarta EE 命名之间的恩恩怨怨](https://track.ossez.com/articles/PL-A-37491644/J2EEJava-EEJakarta-EE)
- [Understanding the NumberFormatException in Java](https://www.baeldung.com/java-number-format-exception) - [Understanding the NumberFormatException in Java](https://www.baeldung.com/java-number-format-exception)

View File

@ -1,8 +1,7 @@
## Core Java UUID ## Core Java UUID
### 相关文章: ### 相关文章:
- [在 Java 中生成只有数组和字母的 UUID](https://www.isharkfly.com/t/java-uuid/15097) - [在 Java 中生成只有数组和字母的 UUID](https://track.ossez.com/articles/PL-A-37491643/Java-UUID)
- [Guide to UUID in Java](http://www.baeldung.com/java-uuid) - [Java 校验 UUID 字符串](https://www.baeldung.com/java-validate-uuid-string)
- [Validate UUID String in Java](https://www.baeldung.com/java-validate-uuid-string) - [Java 从字符串中创建相同的 UUID](https://track.ossez.com/articles/PL-A-37491641/Java-UUID)
- [Generate the Same UUID From a String in Java](https://www.baeldung.com/java-generate-same-uuid-from-string) - [Generating Time Based UUIDs](https://track.ossez.com/articles/PL-A-37491625/UUID)
- [Generating Time Based UUIDs](https://www.baeldung.com/java-generating-time-based-uuids)