Commit Graph

280 Commits (6eb5ada623d3a320904b2cc17754ebdaab114650)

Author SHA1 Message Date
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
ZhouXY108 95f625d849 修改类名,同时支持事务。 2023-05-27 04:07:50 +08:00
ZhouXY108 5bd676578b 添加可选依赖 joda-time;
添加 guava 作为测试依赖。
2023-05-27 04:06:47 +08:00
ZhouXY108 1ffc1fac7a 修改注释。 2023-05-13 15:44:45 +08:00
ZhouXY108 14d7a53147 添加注释。 2023-05-13 13:16:14 +08:00
ZhouXY108 0067fce7af 修改测试类。 2023-05-13 13:01:11 +08:00
ZhouXY108 e0d793ba14 使用双重检查,避免并发下同一个正则表达式编译多次。 2023-05-13 12:57:22 +08:00
ZhouXY108 4676755967 添加 copyright。 2023-05-13 12:53:57 +08:00
ZhouXY108 9e52cc47fa 不推荐使用枚举的 ordinal,将 EnumUtil 标识为过时。 2023-05-13 12:52:47 +08:00
ZhouXY108 c8e61a2a82 移动类的位置。 2023-05-09 14:32:14 +08:00
ZhouXY108 fa3f4695f1 创建简单的 JdbcUtil,并借助 MyBatis 的 SQL 构建器简化 SQL 的拼接。 2023-05-09 01:05:12 +08:00
ZhouXY108 85ababc482 创建 MapWrapper 包装 Map 的操作。 2023-05-09 01:03:21 +08:00
ZhouXY108 5f3e5c4807 引入 guava 的 Beta 注解。 2023-05-09 01:02:10 +08:00
ZhouXY108 f54b2d3cc6 依赖 commons-lang3。 2023-05-08 21:56:45 +08:00