Looly
|
57d9a415fc
|
增加文字颜色与背景颜色色差设置
|
2024-08-08 16:32:37 +08:00 |
|
Looly
|
d730347399
|
!1252 增加图形验证码文字颜色与背景颜色色差设置
Merge pull request !1252 from czc/v5-dev
|
2024-08-08 08:23:18 +00:00 |
|
Looly
|
5e680123a7
|
修复AbstractCache.get中锁不一致导致的并发问题
|
2024-08-08 15:57:16 +08:00 |
|
chenzecheng
|
c85e79d698
|
增加图形验证码文字颜色与背景颜色色差设置
|
2024-08-08 14:46:15 +08:00 |
|
Looly
|
74ee2c7425
|
MailAccount增加自定义参数支持
|
2024-08-08 13:16:37 +08:00 |
|
Looly
|
a05fb1a000
|
ExcelWriter.autoSizeColumn增加可选widthRatio参数,可配置中文字符宽度倍数
|
2024-08-08 11:23:32 +08:00 |
|
Looly
|
0aaa9019ad
|
Merge branch 'v5-dev' of github.com:dromara/hutool into v5-dev
|
2024-08-08 11:16:48 +08:00 |
|
Looly
|
c2f03ebc2c
|
change date
|
2024-08-08 10:48:56 +08:00 |
|
Golden Looly
|
be4c37741d
|
Merge pull request #3689 from bourne7/v5-dev
feat: Add widthRatio parameter for Excel autoSizeColumn
|
2024-08-08 10:46:10 +08:00 |
|
bourne7
|
3728891253
|
feat: Add widthRatio parameter for Excel autoSizeColumn 2
|
2024-08-07 21:40:42 +08:00 |
|
bourne7
|
fdf9d5dd5e
|
feat: Add widthRatio parameter for Excel autoSizeColumn
|
2024-08-07 20:02:07 +08:00 |
|
Looly
|
02a38a4f52
|
zip压缩到本目录时可能造成的死循环问题
|
2024-08-01 23:08:53 +08:00 |
|
Looly
|
469b433b53
|
修复CsvParser中对正文中双引号处理逻辑问题
|
2024-07-31 01:14:32 +08:00 |
|
Looly
|
c6fc880405
|
CompressUtil.createExtractor支持tgz自动识别
|
2024-07-31 00:36:13 +08:00 |
|
Golden Looly
|
1cb0ec327d
|
Merge pull request #3673 from zdu-strong/v5-dev-compress-util
CompressUtil automatically decompress tgz and tar.gz files
|
2024-07-31 00:29:28 +08:00 |
|
Looly
|
e183d53787
|
改进ContentType.get忽略空格
|
2024-07-31 00:23:53 +08:00 |
|
Golden Looly
|
2e51604cb7
|
Merge pull request #3664 from tian-pengfei/v5-master-contentType
增加ContentType#get识别的准确率。
|
2024-07-31 00:18:13 +08:00 |
|
Looly
|
4bb0a445c4
|
修复Convert.digitToChinese(0)输出金额无元整问题
|
2024-07-31 00:15:37 +08:00 |
|
Looly
|
8ae3a87174
|
add test
|
2024-07-31 00:05:58 +08:00 |
|
Looly
|
6e662d7e6d
|
add test
|
2024-07-30 23:28:08 +08:00 |
|
Looly
|
08c8ef1be9
|
fix code
|
2024-07-30 22:50:14 +08:00 |
|
Looly
|
0de4581927
|
修复IdcardUtil.isValidHKCard校验问题
|
2024-07-30 16:00:45 +08:00 |
|
Looly
|
9ce821650f
|
add test
|
2024-07-30 15:32:30 +08:00 |
|
Looly
|
47c2eda038
|
优化IndexedComparator性能
|
2024-07-30 11:20:47 +08:00 |
|
Looly
|
f7fa704d6c
|
!1240 优化 IndexedComparator性能,它在ExcelWriter带别名写入存在性能问题
Merge pull request !1240 from mochouZero555/v5-dev
|
2024-07-30 03:03:00 +00:00 |
|
Looly
|
17d232304f
|
增加GlobalPoiConfig
|
2024-07-30 10:27:30 +08:00 |
|
Looly
|
f5f96b66f5
|
Opt增加ifFail
|
2024-07-30 09:43:43 +08:00 |
|
Looly
|
1e469e6dbf
|
支持"RSA/ECB/OAEPWithSHA-1AndMGF1Padding"的RSA加解密
|
2024-07-30 09:41:41 +08:00 |
|
Golden Looly
|
64ea9b2a87
|
Merge pull request #3675 from xinluke/v5-dev
支持"RSA/ECB/OAEPWithSHA-1AndMGF1Padding"的RSA加解密
|
2024-07-30 09:26:39 +08:00 |
|
Looly
|
e859bc869d
|
add test
|
2024-07-30 09:04:49 +08:00 |
|
wangym
|
661ec08cb8
|
支持"RSA/ECB/OAEPWithSHA-1AndMGF1Padding"的RSA加解密
|
2024-07-26 15:13:56 +08:00 |
|
John Musk
|
78c2dd9c77
|
CompressUtil automatically decompress tgz and tar.gz files
|
2024-07-26 08:18:42 +09:00 |
|
mochouZero555
|
3bc4743ac3
|
fix 优化排序benchmark
|
2024-07-25 09:18:35 +08:00 |
|
mochouZero555
|
b330e57671
|
add benchMark
|
2024-07-24 20:53:58 +08:00 |
|
mochouZero555
|
f8cd37acd9
|
优化 IndexedComparator性能,底层实现由array变为hashMap,避免循环equals
|
2024-07-22 10:26:47 +08:00 |
|
tiandy tian
|
eb0b48bead
|
增加ContentType#get识别的准确率。
|
2024-07-19 18:21:29 +08:00 |
|
Looly
|
fb664be8c5
|
add test
|
2024-07-18 16:23:39 +08:00 |
|
Looly
|
57b566f9c7
|
CharSequenceUtil增加stripAll方法(pr#3659@Github)
|
2024-07-18 11:42:27 +08:00 |
|
Looly
|
0bf794883a
|
CharSequenceUtil增加removeAllPrefix和removeAllSuffix方法
|
2024-07-16 19:17:21 +08:00 |
|
Looly
|
05efb8dd79
|
Merge branch 'v5-dev' of github.com:dromara/hutool into v5-dev
|
2024-07-16 18:56:02 +08:00 |
|
Golden Looly
|
cccfba8e69
|
Merge pull request #3655 from lilanlong/v5-dev
CharSequenceUtil增加移除所有前缀和移除所有后缀方法
|
2024-07-16 18:54:08 +08:00 |
|
Looly
|
cfc83563c1
|
增加JakartaMailUtil,支持新包名的mail
|
2024-07-16 16:54:36 +08:00 |
|
Looly
|
dd659efb52
|
UrlQuery增加remove方法
|
2024-07-16 15:21:00 +08:00 |
|
lilanlong
|
7d72d8c5e7
|
增加移除所有前缀方法:removeAllPrefix
增加移除所有后缀方法:removeAllSuffix
|
2024-07-16 10:58:37 +08:00 |
|
Looly
|
7262c7695f
|
修复FileTypeUtil.getType空指针问题
|
2024-07-15 20:24:10 +08:00 |
|
Looly
|
068ba234da
|
add test
|
2024-07-11 18:20:18 +08:00 |
|
Looly
|
037d984803
|
add test
|
2024-07-11 18:16:55 +08:00 |
|
Looly
|
0219415194
|
add test
|
2024-07-11 18:15:54 +08:00 |
|
Looly
|
c7019cd851
|
Converter转换规则变更,空对象、空值转为Bean时,创建默认对象,而非nul
|
2024-07-11 12:48:31 +08:00 |
|
Looly
|
b2510cf661
|
Converter转换规则变更,空对象、空值转为Bean时,创建默认对象,而非nul
|
2024-07-11 12:43:40 +08:00 |
|