ZhouXY108
|
3a46e2e60c
|
修改变量名。
|
2023-06-27 01:11:00 +08:00 |
ZhouXY108
|
d5ee8700d2
|
修改测试用例。
|
2023-06-27 01:09:41 +08:00 |
ZhouXY108
|
bc80be1b89
|
修改异常信息。
|
2023-06-27 01:09:20 +08:00 |
ZhouXY108
|
f1dcf0beba
|
修改 NumberUtil 为 Numbers。添加 between 方法。
|
2023-06-27 01:09:04 +08:00 |
ZhouXY108
|
9ec5d0a1c1
|
删除 DbException。
|
2023-06-27 00:48:16 +08:00 |
ZhouXY108
|
1a0b91c5a7
|
添加 serialVersionUID 和 Javadoc。
|
2023-06-27 00:47:39 +08:00 |
ZhouXY108
|
3439e6450d
|
优化代码。
|
2023-06-27 00:24:22 +08:00 |
ZhouXY108
|
fc667e5c72
|
重写 RegexUtil。
|
2023-06-27 00:07:19 +08:00 |
ZhouXY108
|
59f5a1d17b
|
优化 concat 方法的实现。
|
2023-06-26 09:10:16 +08:00 |
ZhouXY108
|
9d9f9a34e1
|
已引入 guava。
|
2023-06-25 16:33:19 +08:00 |
ZhouXY108
|
ebcd02144c
|
修改 EnumUtil。
|
2023-06-25 11:17:46 +08:00 |
ZhouXY108
|
18ea5d9136
|
升级 guava 版本。
|
2023-06-25 11:01:12 +08:00 |
ZhouXY108
|
56217b633f
|
修改测试用例。
|
2023-06-25 09:25:53 +08:00 |
ZhouXY108
|
cdf9a65121
|
修改错误信息。
|
2023-06-25 09:16:31 +08:00 |
ZhouXY108
|
9d5fd0ff56
|
优化 IAtom 接口。
|
2023-06-25 09:14:27 +08:00 |
ZhouXY108
|
e61a393b93
|
添加比较方法。
|
2023-06-20 20:07:40 +08:00 |
ZhouXY108
|
7d4ae57842
|
优化代码。
|
2023-06-20 20:03:33 +08:00 |
ZhouXY108
|
e0ee719fe1
|
数组工具类。
|
2023-06-20 20:02:54 +08:00 |
ZhouXY108
|
d8f360b9a5
|
修改类名。
|
2023-06-20 18:16:17 +08:00 |
ZhouXY108
|
3537721a2e
|
新增方法,获取 IdGenerator 维护的 SnowflakeIdGenerator 实例。
|
2023-06-19 18:10:43 +08:00 |
ZhouXY108
|
5a1ee1fd86
|
创建 IdGenerator,封装 SnowflakeId、UUID 的生成。
|
2023-06-16 02:40:47 +08:00 |
ZhouXY108
|
25a8021639
|
引入 guava。
|
2023-06-16 02:39:55 +08:00 |
ZhouXY108
|
4678fbe816
|
添加 SnowflakeIdGenerateor,使用雪华算法生成 ID。
|
2023-06-16 02:39:37 +08:00 |
ZhouXY108
|
23739dc9d5
|
取消优化计划。
|
2023-06-15 10:46:33 +08:00 |
ZhouXY108
|
15ed8c908e
|
重构 SQL 构建器。
|
2023-06-14 16:34:08 +08:00 |
ZhouXY108
|
58e085277b
|
【优化】将 Jdbc 的 SQL 构建放在 JdbcSql 中,后续可添加 SQL 的其它子类,用于构建 MyBatis 等不同的 SQL。
|
2023-06-07 11:51:32 +08:00 |
ZhouXY108
|
6164c1650b
|
规范代码。
|
2023-06-07 11:31:54 +08:00 |
ZhouXY108
|
6947846c84
|
参数的构建和输出移动到 SimpleJdbcTemplate 中。
|
2023-06-07 11:28:44 +08:00 |
ZhouXY108
|
b2374e810b
|
使用 StringUtils 的 leftPad 和 rightPad 即可。
|
2023-06-07 10:45:10 +08:00 |
ZhouXY108
|
9e30ef5580
|
添加 IN 和 NOT_IN 方法。
|
2023-06-05 18:31:51 +08:00 |
ZhouXY108
|
e40f07fc64
|
添加 MoreArrays 类。
|
2023-06-05 18:27:44 +08:00 |
ZhouXY108
|
1434074ced
|
添加优化计划。
|
2023-06-05 15:04:38 +08:00 |
ZhouXY108
|
7e467afc4d
|
重写 toString 方法。
|
2023-06-05 14:42:05 +08:00 |
ZhouXY108
|
45a0407a1d
|
添加方法。
|
2023-06-05 11:47:03 +08:00 |
ZhouXY108
|
2c459692b6
|
使用正确的 ZoneId。
|
2023-06-04 04:10:50 +08:00 |
ZhouXY108
|
05ce281128
|
添加优化计划。
|
2023-06-04 00:05:16 +08:00 |
ZhouXY108
|
bcf1a4e5a0
|
新增 TreeBuilder 工具类。
|
2023-06-04 00:00:00 +08:00 |
ZhouXY108
|
7b76be03e1
|
测试时使用 Lombok。
|
2023-06-03 23:59:20 +08:00 |
ZhouXY108
|
fe49fbba58
|
新增将集合或数组里的元素填充到 Map 中的相关方法。
|
2023-06-03 23:58:53 +08:00 |
ZhouXY108
|
b732578e6d
|
重构。
|
2023-05-31 20:01:43 +08:00 |
ZhouXY108
|
122fff1da6
|
简化代码。
|
2023-05-31 20:01:35 +08:00 |
ZhouXY108
|
41c079305e
|
接口重命名。
|
2023-05-31 20:01:17 +08:00 |
ZhouXY108
|
c87cb88439
|
简化代码。
|
2023-05-31 20:00:44 +08:00 |
ZhouXY108
|
a0bb7d77dc
|
添加 SafeConcurrentHashMap,代替 JDK 的 ConcurrentHashMap。
|
2023-05-31 19:59:41 +08:00 |
ZhouXY108
|
25cf444960
|
优化 fillBefore 和 fillAfter。
|
2023-05-30 11:20:21 +08:00 |
ZhouXY108
|
d9db0040d6
|
添加测试用例。
|
2023-05-30 10:17:07 +08:00 |
ZhouXY108
|
6176f9ab71
|
添加 OptionalUtil#orElseNull 方法。
|
2023-05-30 10:16:47 +08:00 |
ZhouXY108
|
dce24ef4ef
|
新增新旧日期时间 API 之间,以及 joda-time 与新日期时间 API 之间转换的方法。
|
2023-05-27 04:12:49 +08:00 |
ZhouXY108
|
d1dfbd273e
|
添加 BigDecimal 的 equal 方法。
|
2023-05-27 04:09:46 +08:00 |
ZhouXY108
|
716cda893d
|
添加字符串“补位”方法。
|
2023-05-27 04:09:11 +08:00 |