| 类 | 说明 |
|---|---|
| AESCipher | 已过时 |
| Base58Encoding | 已过时 |
| EntityUtils | |
| JsonUtils |
json相关的帮助类
|
| JwtUtils |
jwt帮助类型
|
| ObjectCopyUtil |
复制对象
|
| ReflectionUtils |
方法类
|
| SecureUtils | 已过时 |
| SnowFlake |
雪花ID算法改造,16位大约可用31年(2025.1~2055.12)
机器码3位,0-7,最多8台机器 序号10位,0-1023,一毫秒最多生成1024个ID JS中Number类型有个最大值(安全值),为9007199254740992,是2^53。 |
Copyright © 2024. All rights reserved.