Looly
|
4224e86461
|
优化所调用的ObjectUtil#defaultIfNull避免重复创建
|
2024-11-05 17:58:11 +08:00 |
|
ZhouXY108
|
75b434fb49
|
修改所调用的 ObjectUtil#defaultIfNull 的重载版本
|
2024-11-04 15:23:11 +08:00 |
|
Golden Looly
|
e7659d6e26
|
Merge pull request #3772 from Pluto-Whong/patch-1
优化 “计算等份个数” 方法
|
2024-10-29 19:57:33 +08:00 |
|
Looly
|
93e113399b
|
add test
|
2024-10-29 19:47:23 +08:00 |
|
Looly
|
e108aa18ce
|
PropDesc.isTransientForGet使用className,避免Android下类找不到问题
|
2024-10-29 19:42:56 +08:00 |
|
Looly
|
db416c307c
|
EscapeUtil.escapeHtml4增加空处理
|
2024-10-25 21:48:17 +08:00 |
|
Looly
|
0449db7aa9
|
add test
|
2024-10-24 18:59:50 +08:00 |
|
Pluto
|
d0bf70f6a8
|
Update NumberUtil.java
优化统计方法
至少三次除法 -> 至多三次加减法+一次除法
|
2024-10-21 17:34:21 +08:00 |
|
Looly
|
6d7cf5dddf
|
fix comment
|
2024-10-18 14:10:20 +08:00 |
|
Looly
|
445a876dfe
|
fix comment
|
2024-10-02 13:44:02 +08:00 |
|
Looly
|
5cf262d85a
|
TreeUtil.buildSingle指定rootId节点存在时,作为根节点
|
2024-10-02 13:10:59 +08:00 |
|
Looly
|
6d7d0abbba
|
CollUtil#disjunction注释改为对称差集
|
2024-09-26 19:19:47 +08:00 |
|
Looly
|
6ebca582f1
|
ModifierUtil明确注释,并增加hasAllModifiers方法
|
2024-09-11 13:18:19 +08:00 |
|
Looly
|
ca30287f2a
|
修复ImgUtil.write写出临时文件未清理问题
|
2024-09-09 22:26:25 +08:00 |
|
Looly
|
0f30cd7dde
|
修复ArrayUtil.lastIndexOfSub递归改为循环
|
2024-09-09 22:13:45 +08:00 |
|
Looly
|
ef299062f8
|
修复ArrayUtil.lastIndexOfSub死循环问题
|
2024-09-09 21:31:47 +08:00 |
|
Looly
|
8e3ac79ecb
|
修复ArrayUtil.lastIndexOfSub死循环问题
|
2024-09-09 21:30:57 +08:00 |
|
Looly
|
d12fcab0e8
|
修复ArrayUtil.lastIndexOfSub死循环问题
|
2024-09-09 21:25:28 +08:00 |
|
Golden Looly
|
129588cfd3
|
Merge pull request #3721 from liujiabao88/v5-dev
fix-兼容NumberUtil.add方法传入整型自动类型转换为浮点类型的精度丢失问题
|
2024-09-05 16:38:52 +08:00 |
|
liujiabao
|
b18b25456d
|
fix-兼容NumberUtil.add方法传入整型自动类型转换的精度丢失问题
|
2024-09-05 13:39:37 +08:00 |
|
Looly
|
2b30b8df24
|
SM2解密时,兼容GmSSL非压缩省略的04头的密文
|
2024-09-05 13:23:47 +08:00 |
|
Looly
|
b87dd58270
|
用ArrayList重新实现权重随机类:WeightListRandom
|
2024-09-04 20:16:37 +08:00 |
|
Looly
|
0f995b1010
|
Merge branch 'v5-dev' of github.com:dromara/hutool into v5-dev
|
2024-09-04 20:08:34 +08:00 |
|
wangyefeng
|
8586d7f60b
|
用ArrayList重新实现权重随机类
|
2024-09-16 17:31:35 +08:00 |
|
Looly
|
15317ab861
|
修复RegexPool.CHINESE_NAME范围太大的问题
|
2024-09-03 18:12:48 +08:00 |
|
Looly
|
7e83369205
|
修复RegexPool.CHINESE_NAME范围太大的问题
|
2024-09-03 18:04:39 +08:00 |
|
Looly
|
f1bc355ff0
|
SyncFinisher增加setExecutorService方法(issue#IANKQ1@Gitee)
|
2024-09-03 11:39:58 +08:00 |
|
Looly
|
dbd92814db
|
修复JSONConfig.setDateFormat设置后toBean无效问题
|
2024-09-02 13:44:52 +08:00 |
|
Looly
|
99c1daf803
|
prepare 5.8.33
|
2024-08-30 19:07:52 +08:00 |
|
Looly
|
467d67e83a
|
🍼Release 5.8.32
|
2024-08-30 18:41:44 +08:00 |
|
Looly
|
9262ace7da
|
修复JSONConfig.setDateFormat设置后setWriteLongAsString失效问题
|
2024-08-30 18:39:31 +08:00 |
|
Looly
|
c3b576f698
|
修复Tree.cloneTree的Parent节点引用错误问题
|
2024-08-30 15:11:43 +08:00 |
|
Looly
|
c459a0f613
|
FileUtil.getTotalLines()支持CR换行符
|
2024-08-29 09:50:07 +08:00 |
|
Looly
|
227a6efe63
|
add test
|
2024-08-24 13:02:11 +08:00 |
|
Looly
|
9be0fef520
|
修复CopyOptions.setFieldValueEditor后生成null值setIgnoreNullValue无效问题
|
2024-08-22 12:05:24 +08:00 |
|
Looly
|
e1aa3f6ff5
|
add test
|
2024-08-21 18:51:27 +08:00 |
|
Looly
|
d84d033df8
|
修复ZipUtil压缩成流的方法检查文件时报错问题
|
2024-08-15 18:51:39 +08:00 |
|
Looly
|
60709f8a57
|
prepare 5.8.32
|
2024-08-12 19:12:02 +08:00 |
|
Looly
|
8d0f4d6968
|
😒Release 5.8.31
|
2024-08-12 18:50:45 +08:00 |
|
Looly
|
f2d0791b8b
|
修复GraphicsUtil.drawString方法签名变化导致的问题
|
2024-08-12 18:49:51 +08:00 |
|
Looly
|
ee0b68dbb6
|
TreeUtil增加build方法,可以构建Bean的树结构
|
2024-08-11 16:14:13 +08:00 |
|
huangxin
|
a662326849
|
增加函数式构建树的方法(无需继承特定Tree类)
|
2024-08-11 11:54:36 +08:00 |
|
Looly
|
194a1d2c58
|
prepare 5.8.31
|
2024-08-09 19:46:04 +08:00 |
|
Looly
|
ef90358c51
|
prepare 5.8.31
|
2024-08-09 19:21:32 +08:00 |
|
Looly
|
c7e0bc5d9f
|
单元测试由Junit4变更为Junit5
|
2024-08-09 14:32:30 +08:00 |
|
Looly
|
155c43a6a3
|
🌞Release 5.8.30
|
2024-08-09 12:49:15 +08:00 |
|
Looly
|
82e16b52b8
|
fix test
|
2024-08-09 12:37:16 +08:00 |
|
Looly
|
cfd60e564e
|
增加默认色差方法
|
2024-08-09 12:08:13 +08:00 |
|
Looly
|
d75c13a12f
|
!1257 防止设置色差过大,导致循环次数过多等优化
Merge pull request !1257 from czc/v5-dev
|
2024-08-09 04:06:30 +00:00 |
|
chenzecheng
|
fe6ab048e3
|
计算色差值,参数为null时返回最大色差值
|
2024-08-09 10:20:56 +08:00 |
|