Looly
|
7f2f97353c
|
fix method
|
2021-05-12 02:10:02 +08:00 |
|
Looly
|
24a36b53d5
|
fix doc
|
2021-05-12 01:39:32 +08:00 |
|
Looly
|
105e712a68
|
!322 修复了工程从仓库拉取到本地后执行./hutool.sh install脚本后运行报错的问题
Merge pull request !322 from ujshenry/v5-master
|
2021-05-11 15:54:43 +08:00 |
|
henry
|
98299a2bbc
|
修复./hutool.sh install执行过程中报错问题
Signed-off-by: henry <1009015337@qq.com>
|
2021-05-11 12:05:25 +08:00 |
|
Looly
|
ab79a7e2bb
|
fix HexUtil
|
2021-05-11 11:58:10 +08:00 |
|
Looly
|
890307e123
|
!321 添加集合属性拷贝方法 BeanUtil.copyToList(Collection<?> collection, Class<T> targetType)
Merge pull request !321 from jrd77/v5-dev
|
2021-05-11 10:44:47 +08:00 |
|
Looly
|
732e740d94
|
add TimingWheel
|
2021-05-10 17:44:57 +08:00 |
|
wangzhen
|
2063cb2453
|
添加复制集合中的Bean属性方法,对比原方法(copyToList)减少不常用参数
|
2021-05-10 14:27:14 +08:00 |
|
Looly
|
9da63b9316
|
prepare 5.6.6
|
2021-05-09 01:44:43 +08:00 |
|
Looly
|
cedfab67f2
|
⚡release 5.6.5
|
2021-05-09 01:15:19 +08:00 |
|
Looly
|
c984f3555f
|
add methods
|
2021-05-09 01:04:46 +08:00 |
|
Looly
|
235d32043e
|
!318 hutool-poi修改
Merge pull request !318 from 有望得道/v5-dev
|
2021-05-09 00:52:38 +08:00 |
|
Looly
|
3f233bae81
|
fix url encode bug
|
2021-05-09 00:44:19 +08:00 |
|
Looly
|
d8eebe1879
|
add test
|
2021-05-08 20:04:56 +08:00 |
|
Looly
|
d79585799b
|
fix MongoDS bug
|
2021-05-08 19:46:37 +08:00 |
|
Looly
|
660c8c58d0
|
add methods
|
2021-05-08 19:27:24 +08:00 |
|
Golden Looly
|
02c4ce2602
|
Merge pull request #1555 from dahuoyzs/v5-dev
劳动节快乐!补充部分方法✒️
|
2021-05-08 15:25:19 +08:00 |
|
Looly
|
997ff2e571
|
fix spell
|
2021-05-08 11:15:35 +08:00 |
|
Golden Looly
|
d6668b5a93
|
Merge pull request #1557 from AaricChen/v5-dev
修复拼写错误
|
2021-05-08 11:13:31 +08:00 |
|
Looly
|
f6c38ed8ff
|
add methods
|
2021-05-08 11:12:34 +08:00 |
|
Golden Looly
|
5e973f1c8c
|
Merge pull request #1563 from jptx1234/v5-dev
MaskBit增加掩码反向转换的方法,完善Ipv4Util掩码相关方法
|
2021-05-08 11:08:46 +08:00 |
|
Looly
|
405208a5de
|
fix Bcrypt bug
|
2021-05-08 11:07:28 +08:00 |
|
Looly
|
cef68b6bde
|
fix Sftp bug
|
2021-05-08 10:44:07 +08:00 |
|
Looly
|
79e7fe93f6
|
fix expty excel bug
|
2021-05-08 10:34:59 +08:00 |
|
Looly
|
7c866e10e0
|
add stop for Tailer
|
2021-05-08 08:23:33 +08:00 |
|
Looly
|
5697b4b7b0
|
fix schedule bug
|
2021-05-08 08:13:19 +08:00 |
|
Looly
|
6b073a5788
|
change setRemoteVerificationEnabled
|
2021-05-08 08:04:37 +08:00 |
|
Looly
|
0665c4ed44
|
add decimalFormat
|
2021-05-08 07:48:20 +08:00 |
|
Looly
|
d623d6925c
|
add closeCookie
|
2021-05-08 07:40:39 +08:00 |
|
大火yzs
|
ddf384884b
|
fixbug WordTree覆写clear方法✒️
|
2021-05-08 00:40:17 +08:00 |
|
jptx1234
|
dec3c75f31
|
MaskBit增加掩码反向转换的方法,Ipv4Util的getMaskBitByMask直接从MaskBit获取,提升速度,Ipv4Util增加判断掩码和掩码位是否合法的方法
|
2021-05-06 22:57:09 +08:00 |
|
Aaric
|
285f655816
|
修复拼写错误
|
2021-05-05 18:52:01 +08:00 |
|
大火yzs
|
442d4bd854
|
CharSequenceUtil类添加startWith,endWith,remove方法✒️
|
2021-05-04 15:05:23 +08:00 |
|
大火yzs
|
bc9ef1994b
|
StrUtil类添加wordCount方法✒️
|
2021-05-04 15:03:02 +08:00 |
|
大火yzs
|
a1dba4f36b
|
ListUtil类添加countMap方法✒️
|
2021-05-04 15:01:43 +08:00 |
|
大火yzs
|
32e29438d7
|
NumberUtil类添加percent方法✒️
|
2021-05-04 15:00:49 +08:00 |
|
大火yzs
|
788537d9f0
|
Validator类添加hasNumber方法✒️
|
2021-05-04 14:59:05 +08:00 |
|
大火yzs
|
db42db25da
|
ReUtil类添加delLast方法✒️
|
2021-05-04 14:55:39 +08:00 |
|
znxdgwx
|
ee8e7eb6f1
|
添加注释
|
2021-04-27 09:47:47 +08:00 |
|
znxdgwx
|
b923783b34
|
修复问题 more than 3 if/for/while/switch/try
|
2021-04-27 09:36:15 +08:00 |
|
znxdgwx
|
b32865ad65
|
添加方法 1、采用自定义样式合并单元格,2、输出复杂格式的表头行
修改合并单元格时边框颜色丢失问题
|
2021-04-26 17:13:23 +08:00 |
|
Looly
|
4f634c384d
|
prepare 5.6.5
|
2021-04-26 01:26:45 +08:00 |
|
Looly
|
fda3fa2e61
|
🍻release 5.6.4
|
2021-04-26 01:11:28 +08:00 |
|
Looly
|
b14bbffa32
|
add HttpDownloader
|
2021-04-25 18:13:44 +08:00 |
|
Looly
|
2cedffa492
|
fix test
|
2021-04-23 13:44:31 +08:00 |
|
Looly
|
6f4d1f6431
|
add test
|
2021-04-23 11:38:27 +08:00 |
|
Looly
|
63b93e02f9
|
add slash for path
|
2021-04-23 10:59:44 +08:00 |
|
Looly
|
588933a733
|
add customProperty
|
2021-04-23 09:52:52 +08:00 |
|
Looly
|
7e0dda4b41
|
!317 邮件添加自定义属性
Merge pull request !317 from 杨波/v5-dev
|
2021-04-23 09:37:24 +08:00 |
|
braycep
|
764ba51715
|
添加自定义属性,发送邮件可以配置其他属性,如mail.smtp.ssl.socketFactory
|
2021-04-22 16:42:39 +08:00 |
|