Looly
|
0f96a95f2c
|
fix isBase64
|
2021-10-09 20:24:02 +08:00 |
|
Golden Looly
|
74c6dca648
|
Merge pull request #1879 from wangliang181230/optimize-base64-2
Base64.isBase64(base64)方法,如果存在双字节字符,直接返回false。
|
2021-10-09 20:19:18 +08:00 |
|
Looly
|
6e3bad82d0
|
change test
|
2021-10-09 18:39:22 +08:00 |
|
Looly
|
adfe11ce37
|
change test
|
2021-10-09 18:39:00 +08:00 |
|
Looly
|
02f940c273
|
add methods
|
2021-10-08 18:08:51 +08:00 |
|
Looly
|
310f1345f5
|
!428 ReflectUtil中加入通过条件过滤选择属性
Merge pull request !428 from ZhouChuGang/v5-dev
|
2021-10-08 10:07:21 +00:00 |
|
Looly
|
2af4333ea1
|
add test
|
2021-10-08 18:07:12 +08:00 |
|
王良
|
1f054ca1b8
|
Base64.isBase64(base64)方法,如果存在双字节字符,直接返回false。
|
2021-10-08 17:39:34 +08:00 |
|
QunXingShanShuo
|
6bbd8451fb
|
feat: ReflectUtil中加入通过条件过滤选择属性
ReflectUtil中加入通过条件过滤选择属性
|
2021-10-08 17:14:09 +08:00 |
|
Looly
|
26c4a44adc
|
add stream support for csv
|
2021-10-08 16:57:02 +08:00 |
|
Looly
|
fc1dedb345
|
fix doc
|
2021-10-07 23:51:51 +08:00 |
|
Looly
|
e0848d2b68
|
fix doc
|
2021-10-07 23:49:55 +08:00 |
|
Looly
|
530ce9fab5
|
add of
|
2021-10-07 23:13:09 +08:00 |
|
Golden Looly
|
2f2273c50b
|
Merge pull request #1872 from ls586/v5-dev
从LocalDate中获取Week
|
2021-10-07 23:10:27 +08:00 |
|
Looly
|
cff7c1cedd
|
add Opt
|
2021-10-07 22:36:41 +08:00 |
|
Ron
|
f553d6d2cb
|
从LocalDate中获取Week
|
2021-10-01 01:06:18 +08:00 |
|
VampireAchao
|
75a14ef1fa
|
参考jdk16中的Optional,以及自己进行了一点调整和新增,比jdk8中的Optional多了几个实用的函数,将即将废弃的OptionalBean死灰复燃
|
2021-10-01 00:07:05 +08:00 |
|
Golden Looly
|
c33eb83a90
|
Merge pull request #1861 from anaer/patch-6
Update DateUtil.java
|
2021-09-30 17:38:06 +08:00 |
|
Golden Looly
|
4acad0afd8
|
Merge pull request #1862 from anaer/patch-7
Update StopWatch.java
|
2021-09-30 17:37:45 +08:00 |
|
Golden Looly
|
dc1f7782e5
|
Merge pull request #1863 from anaer/patch-8
Update ListTypeGetter.java
|
2021-09-30 17:37:24 +08:00 |
|
Golden Looly
|
6ccae6646e
|
Merge pull request #1866 from anaer/patch-9
Update PathUtil.java
|
2021-09-30 17:37:08 +08:00 |
|
Golden Looly
|
8039ed6df8
|
Merge pull request #1868 from anaer/patch-10
Update TreeBuilder.java
|
2021-09-30 17:36:40 +08:00 |
|
Golden Looly
|
ca67bcbf95
|
Merge pull request #1869 from anaer/patch-11
Update TreeUtil.java
|
2021-09-30 17:35:55 +08:00 |
|
Golden Looly
|
bf83503320
|
Merge pull request #1870 from anaer/patch-12
Update Assert.java
|
2021-09-30 17:35:16 +08:00 |
|
lvcn
|
5fb8f1b857
|
fix typo, removeEqual对value为null情况未处理
|
2021-09-30 17:20:44 +08:00 |
|
anaer
|
2d9ef86951
|
Update Assert.java
fix comment
|
2021-09-30 16:16:23 +08:00 |
|
anaer
|
05506ec2ed
|
Update TreeUtil.java
typo
|
2021-09-30 15:06:21 +08:00 |
|
anaer
|
c50b1b302f
|
Update TreeBuilder.java
跟上面的checkBuilt(); 重复了
|
2021-09-30 14:54:31 +08:00 |
|
anaer
|
cd1a372ab1
|
Update PathUtil.java
typo
|
2021-09-30 11:10:54 +08:00 |
|
anaer
|
94342c6682
|
Update ListTypeGetter.java
typo
|
2021-09-29 17:23:50 +08:00 |
|
anaer
|
be8df2bf67
|
Update StopWatch.java
fix comment
|
2021-09-29 17:09:36 +08:00 |
|
anaer
|
cc18205c9e
|
Update DateUtil.java
fix comment
|
2021-09-29 16:57:10 +08:00 |
|
Looly
|
58355265ff
|
fix code
|
2021-09-29 11:59:24 +08:00 |
|
Looly
|
43e24c1498
|
!421 处理了Collectors.toMap未指定key重复策略 导致的java.lang.IllegalStateException: Duplicate key 问题
Merge pull request !421 from 阿超/v5-dev
|
2021-09-29 03:37:29 +00:00 |
|
Looly
|
451ebb6bcc
|
fix comment
|
2021-09-29 11:36:32 +08:00 |
|
Golden Looly
|
659ebbd62a
|
Merge pull request #1860 from wangliang181230/optimize-base64
优化Base64.isBase64方法:减少一次多余的判断
|
2021-09-29 11:10:15 +08:00 |
|
王良
|
a7bfa8e114
|
Base64.isBase64方法,减少一次多余的判断。
|
2021-09-29 10:55:43 +08:00 |
|
Looly
|
ca0e66d9b4
|
add methods
|
2021-09-29 10:51:44 +08:00 |
|
Golden Looly
|
e6d2296350
|
Merge pull request #1857 from anaer/patch-5
Update BeanUtil.java
|
2021-09-29 10:04:31 +08:00 |
|
anaer
|
cd01a063ee
|
Update BeanUtil.java
typo
|
2021-09-28 17:53:07 +08:00 |
|
achao
|
651bca7c99
|
处理了Collectors.toMap未指定key重复策略 导致的java.lang.IllegalStateException: Duplicate key 问题
|
2021-09-28 16:36:24 +08:00 |
|
anaer
|
4b8774fb70
|
Update ClassUtil.java
typo
|
2021-09-28 10:48:06 +08:00 |
|
Looly
|
36397e615d
|
fix comment
|
2021-09-28 01:33:04 +08:00 |
|
Looly
|
aaaf2b7f03
|
fix firstday
|
2021-09-28 01:22:26 +08:00 |
|
Looly
|
0ff44155c7
|
add test
|
2021-09-28 00:56:12 +08:00 |
|
Looly
|
f1b6d84fe7
|
fix code
|
2021-09-28 00:24:26 +08:00 |
|
Looly
|
1072639f3b
|
add method
|
2021-09-28 00:14:58 +08:00 |
|
Looly
|
9642fa8862
|
fix code
|
2021-09-28 00:07:13 +08:00 |
|
Looly
|
75d84b4768
|
add method
|
2021-09-27 22:53:12 +08:00 |
|
Looly
|
ed85f81cea
|
fix test
|
2021-09-27 22:36:14 +08:00 |
|