2145 Commits

Author SHA1 Message Date
Looly
0fa8043c11 add empty validae 2021-05-24 15:25:27 +08:00
Looly
ee86ac5ca0 add type 2021-05-22 15:15:40 +08:00
Looly
74a1cb2c68 add param support for count and page 2021-05-22 14:52:22 +08:00
Looly
7a006515a5 !332 hutool-db模块 分页查询,自定义sql查询,添加参数
Merge pull request !332 from 竹柏林/v5-dev
2021-05-22 14:46:50 +08:00
Looly
453690cdad add tw and mo phone validate 2021-05-22 14:43:03 +08:00
Looly
189c81c1ce !331 增加澳门和台湾手机号校检方法
Merge pull request !331 from ihao/v5-dev
2021-05-22 14:41:04 +08:00
Looly
ad782ff837 fix decimalFormat bug 2021-05-22 14:40:26 +08:00
zbl
dd29bde837 hutool-db模块
1.page 使用自定义sql时,有时需要传递参数,为此添加方法
2.count 使用自定义sql时,有时需要传递参数,为此添加方法
2021-05-21 14:11:26 +08:00
lailuohao
f3f7653b78 增加澳门和台湾手机号格式校检 2021-05-20 18:33:40 +08:00
Looly
e5049baa92 file empty return true 2021-05-18 18:16:01 +08:00
Looly
510ec621a2 fix method 2021-05-18 10:57:36 +08:00
Looly
44de4c37dc lock to protected 2021-05-18 09:20:16 +08:00
Looly
67c1acab48 change to protected 2021-05-17 05:41:20 +08:00
Looly
2c1d10d952 add stop 2021-05-14 16:58:33 +08:00
Looly
415b2a285f fix code 2021-05-13 16:41:40 +08:00
Looly
389ce1d27e fix test 2021-05-13 07:34:29 +08:00
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