Get source code updated for new package #10

Merged
honeymoose merged 14 commits from active_mq into main 2024-04-30 09:39:55 -04:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit afe803be48 - Show all commits

View File

@ -1,7 +1,9 @@
## Core Java UUID
### 相关文章:
### Relevant Articles:
- [在 Java 中生成只有数组和字母的 UUID](https://track.ossez.com/articles/PL-A-37491643/Java-UUID)
- [Java 校验 UUID 字符串](https://www.baeldung.com/java-validate-uuid-string)
- [Java 从字符串中创建相同的 UUID](https://track.ossez.com/articles/PL-A-37491641/Java-UUID)
- [Generating Time Based UUIDs](https://track.ossez.com/articles/PL-A-37491625/UUID)
- [创建基于时间的 UUID](https://track.ossez.com/articles/PL-A-37491625/UUID)
- [Java 中使用 UUID 创建一个正 Long 类型](hhttps://track.ossez.com/articles/PL-A-37491627/Java-UUID-Long)
- [Java 中将 UUID 存储为 Base64 字符串](https://track.ossez.com/articles/PL-A-37491626/Java-UUID-Base64)