Commit Graph

1017 Commits

Author SHA1 Message Date
Looly
2484c82584 add methods 2021-03-26 21:50:21 +08:00
Looly
6a8e5d8b6c !288 特殊符号工具类
Merge pull request !288 from dazer007/v5-dev
2021-03-26 20:52:37 +08:00
duandazhi
80e54e512f 获取带圈字母 /封闭式字母 ,从a-z or A-Z 2021-03-26 19:19:42 +08:00
duandazhi
739af1befe fix author 2021-03-26 15:14:53 +08:00
duandazhi
e5c993324d SpecialSymbolUtil 特殊字符工具类 2021-03-26 15:13:27 +08:00
Looly
70ac62660d change style for ArrayUtil 2021-03-25 15:53:10 +08:00
Golden Looly
5bc416677e
Merge pull request #1490 from Honner/v5-dev
fix: LinKedMap特性丢失
2021-03-25 10:06:55 +08:00
Looly
fd4b185929 add constructor 2021-03-25 09:56:49 +08:00
guiye
7c70aba4f2 fix: LinKedMap特性丢失 2021-03-24 16:19:05 +08:00
weisz
25a41fd760 ofd 格式使用扩展名辅助判断 2021-03-22 11:41:00 +08:00
Looly
6fa82a3378 add carLicence 2021-03-22 09:41:31 +08:00
duandazhi
65a43f5318 add:脱敏增加车牌号 2021-03-21 23:08:12 +08:00
Looly
11f54f266b add DesensitizedUtil 2021-03-21 15:13:57 +08:00
duandazhi
422c3de12d Validator 驾驶证档案编号 和 发动机车架号 增加@author 方便后期进行维护 2021-03-20 23:46:56 +08:00
duandazhi
f303afd37e 添加@since和@author 2021-03-20 23:34:34 +08:00
duandazhi
86710d6c20 1、增加脱敏专业工具类 DesensitizedUtils ,增加对 用户id、中文名、身份证号、座机号、手机号、地址、电子邮件、密码;
(生产项目中使用的很多,希望采纳,该脱敏工具类,可以极大简化 项目中脱敏需求的需求)
2、CharSequenceUtil工具类,增加:Left/Right/Mid 用来兼容 org.apache.commons.lang3.StringUtils 使用习惯;
   目前CharSequenceUtil工具类中有 类似的功能,但是和 Left/Right/Mid 功能还是有很大差距。
3、新增的DesensitizedUtils 和  CharSequenceUtil新增left、right、mid方法都经过了测试;
2021-03-20 23:29:27 +08:00
Looly
6d5ca7051b add propertiesFilter 2021-03-19 16:46:36 +08:00
kfyty725
d8de98cbfc feat:属性拷贝选项添加属性过滤器 2021-03-19 14:19:26 +08:00
Looly
3f4e0540db add re 2021-03-19 11:50:06 +08:00
duandazhi
cbb85fd0b3 删除pr被退回的日期工具类 2021-03-19 10:01:11 +08:00
duandazhi
e9cdc55cb9 Validator新增: 车架号(车辆识别码)验证、驾驶证(驾驶证档案编号)的正则校验。
项目中使用车架号和档案编号 场景比较多,因此添加;
经过真实项目实战使用过
2021-03-19 09:55:11 +08:00
duandazhi
aa263733e0 Merge remote-tracking branch 'origin/v5-dev' into v5-dev 2021-03-19 09:23:20 +08:00
Looly
81694dadfe add methods 2021-03-18 22:22:19 +08:00
Looly
8e8518c8d1 fix modifier bug 2021-03-18 21:48:14 +08:00
Looly
abdedf6822 fix bugs 2021-03-18 21:16:14 +08:00
duandazhi
5b7f34b635 DateUtils8Transform互转工具类 增加测试用例 2021-03-16 23:21:19 +08:00
duandazhi
426396633f 增加 LocalDateTime、LocalDate 2 Date 互转工具类 2021-03-16 22:12:44 +08:00
Looly
825b5ea1b4 fix vode 2021-03-16 14:22:01 +08:00
Golden Looly
bc20dfd293
Merge pull request #1476 from cal101/jdt-RemoveAllTrailingWhitespaceCleanUp-1
[cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
2021-03-16 13:18:29 +08:00
Golden Looly
7e7e4b8b0f
Merge pull request #1477 from cal101/jdt-RemoveAllTrailingWhitespaceCleanUp-3
[cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
2021-03-16 13:17:51 +08:00
Golden Looly
a00066b1fa
Merge pull request #1478 from cal101/jdt-RemoveAllTrailingWhitespaceCleanUp-2
[cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
2021-03-16 13:13:19 +08:00
Golden Looly
1ff0ed73a7
Merge pull request #1479 from cal101/jdt-RemoveUnusedImportCleanUp
[cleanup] erefactor/EclipseJdt - Remove unused imports
2021-03-16 13:12:36 +08:00
Golden Looly
bfcd96307f
Merge pull request #1480 from cal101/jdt-ConvertForLoopToEnhancedCleanUp
[cleanup] erefactor/EclipseJdt - Convert 'for' loops to enhanced
2021-03-16 13:11:47 +08:00
Looly
3bd816471c add LazyFuncLoader 2021-03-16 13:10:14 +08:00
Mr.Po
b5e4ec9576 完善测试用例 2021-03-16 11:06:57 +08:00
Mr.Po
35dd387cb9 增加判定非空 2021-03-16 11:01:17 +08:00
Mr.Po
cbf16443dd 增加测试用例 2021-03-16 10:56:56 +08:00
Mr.Po
d848e8cbbd 增加ifInitialized()方法 2021-03-16 10:53:19 +08:00
Mr.Po
41719e394c 完善注释 2021-03-16 10:28:22 +08:00
Mr.Po
496857e67a 新增LazyFunLoader 2021-03-16 10:25:50 +08:00
cal101
b1ca1aed08 [cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
EclipseJdt cleanup 'RemoveAllTrailingWhitespace' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.18/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-03-15 00:03:34 +00:00
cal101
5eedb7544b [cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
EclipseJdt cleanup 'RemoveAllTrailingWhitespace' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.18/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-03-15 00:03:34 +00:00
cal101
6d3c0e7a19 [cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
EclipseJdt cleanup 'RemoveAllTrailingWhitespace' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.18/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-03-15 00:03:33 +00:00
cal101
f02c79bbbc [cleanup] erefactor/EclipseJdt - Remove unused imports
EclipseJdt cleanup 'RemoveUnusedImport' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.18/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-03-14 23:51:07 +00:00
cal101
1c7284661c [cleanup] erefactor/EclipseJdt - Convert 'for' loops to enhanced
EclipseJdt cleanup 'ConvertForLoopToEnhanced' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.18/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-03-14 23:25:27 +00:00
Looly
65d60a79fe add methods 2021-03-14 10:09:29 +08:00
Looly
2337e3a367 add method 2021-03-14 09:42:49 +08:00
Looly
ff23934b24 fix io bug 2021-03-14 09:14:05 +08:00
Looly
76d95d44a8 fix code 2021-03-13 00:05:25 +08:00
Looly
183a820206 add method 2021-03-12 23:08:27 +08:00
Golden Looly
cc7183e1be
Merge pull request #1471 from obiecane/v5-dev
新增读取流无法识别类型按照扩展名识别
2021-03-12 23:06:27 +08:00
Looly
0a8558867c fix code 2021-03-12 22:56:05 +08:00
Looly
d9ce2aff95 fix bugs 2021-03-12 22:30:52 +08:00
Looly
50d0569e8c fix code 2021-03-12 20:37:55 +08:00
Looly
b184ad79da add start chart 2021-03-12 09:28:37 +08:00
Looly
511f688d1e fix bug#I3AXIJ 2021-03-11 17:10:02 +08:00
Zhu Kaixiao
47134c0536 新增读取流无法识别类型按照扩展名识别 2021-03-11 12:10:10 +08:00
Looly
5cdbd16c0b add chineseToNumber 2021-03-10 17:44:52 +08:00
totalo
bb5b524418 Merge remote-tracking branch 'upstream/v5-dev' into v5-dev 2021-03-10 14:53:49 +08:00
totalo
b792ad4e08 feat:支持汉字转阿拉伯数字 2021-03-10 14:48:37 +08:00
Looly
f7cf53455f add equals 2021-03-10 11:35:48 +08:00
Looly
ac5cdae892 fix comment 2021-03-08 10:14:49 +08:00
Looly
50df7381b5 fix code 2021-03-07 11:51:33 +08:00
Looly
87813ae898 add method 2021-03-07 11:39:03 +08:00
Looly
f5172ef42b fix code 2021-03-07 10:41:21 +08:00
Looly
5646a1c3c0 add StrMatcher 2021-03-05 22:37:41 +08:00
Looly
047be5a1f8 add FuncKeyMap 2021-03-05 21:22:31 +08:00
Looly
d0f37fe460 fix dta size bug 2021-03-05 20:25:21 +08:00
Looly
626691adec add isEqualList方法 2021-03-05 19:13:20 +08:00
weisz
3a22d7e0da fix FileTypeUtil 2021-03-04 11:35:58 +08:00
weisz
530151fbfd fix FileTypeUtil 2021-03-04 11:13:34 +08:00
Golden Looly
64a3da1e83
Merge pull request #1448 from cal101/jdt-RemoveAllTrailingWhitespaceCleanUp-3
[cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
2021-02-28 12:18:26 +08:00
Golden Looly
50bf7be929
Merge pull request #1447 from cal101/jdt-RemoveAllTrailingWhitespaceCleanUp-2
[cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
2021-02-28 12:16:47 +08:00
cal101
ece50fcaca [cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
EclipseJdt cleanup 'RemoveAllTrailingWhitespace' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.18/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-02-27 09:54:19 +00:00
cal101
e41c676ed5 [cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
EclipseJdt cleanup 'RemoveAllTrailingWhitespace' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.18/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-02-27 09:54:18 +00:00
cal101
569e65f9dc [cleanup] erefactor/EclipseJdt - Remove redundant super() call in constructor
EclipseJdt cleanup 'RemoveUnnecessarySuperCall' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.18/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-02-27 09:43:12 +00:00
Looly
32c4952d31 add method 2021-02-26 22:50:35 +08:00
Looly
fdd4e51fd1 fix test 2021-02-25 22:16:46 +08:00
Looly
bb645308ba fix doc 2021-02-22 16:54:28 +08:00
Looly
76eb65249a add method 2021-02-22 16:21:43 +08:00
Looly
ef3e3f55b5 add formatSimple 2021-02-20 10:35:01 +08:00
Golden Looly
c5530facdf
Merge pull request #1436 from totalo/v5-dev
feat:增加数字转换简写,如2100 =>2.1k
2021-02-20 10:23:37 +08:00
Golden Looly
7506828dd5
Merge pull request #1422 from cal101/jdt-RemoveUnusedImportCleanUp
[cleanup] erefactor/EclipseJdt - Remove unused imports
2021-02-20 10:09:57 +08:00
Golden Looly
a6a420c848
Merge pull request #1420 from cal101/jdt-UseDiamondOperatorCleanUp
[cleanup] erefactor/EclipseJdt - Use diamond operator
2021-02-20 10:03:51 +08:00
Looly
7cee14373a fix doc 2021-02-19 17:51:46 +08:00
Looly
3bc5054a9a fix sm2 bugs 2021-02-19 17:41:49 +08:00
totalo
4f329cfa8a Merge branch 'v5-dev' of https://github.com/totalo/hutool into v5-dev
 Conflicts:
	hutool-core/src/main/java/cn/hutool/core/convert/NumberWordFormatter.java
	hutool-core/src/test/java/cn/hutool/core/convert/NumberWordFormatTest.java
	hutool-poi/src/main/java/cn/hutool/poi/excel/ExcelWriter.java
	hutool-poi/src/test/java/cn/hutool/poi/excel/BigExcelWriteTest.java
2021-02-19 17:40:13 +08:00
totalo
ed520134ee feat:增加数字缩写转换 2021-02-19 17:35:36 +08:00
Looly
f6d265a16d !271 DateUtil添加beginOfMinute和endOfMinute方法
Merge pull request !271 from HsinDumas/v5-dev
2021-02-18 16:04:38 +08:00
Looly
f104eb8ecc add method 2021-02-18 16:04:07 +08:00
cal101
fff07de3d2 [cleanup] erefactor/EclipseJdt - Use diamond operator
EclipseJdt cleanup 'UseDiamondOperator' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.18/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-02-13 16:02:32 +00:00
cal101
43ddad8941 [cleanup] erefactor/EclipseJdt - Remove unused imports
EclipseJdt cleanup 'RemoveUnusedImport' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.18/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-02-13 15:56:06 +00:00
CN-dumaszhong
650dfda3a9 feat(date): DateUtil support beginOfMinute and endOfMinute 2021-02-09 15:08:14 +08:00
Looly
3157afd445 fix comment 2021-01-31 22:18:10 +08:00
Looly
e0ac328b19 change SecureRandom 2021-01-31 22:16:18 +08:00
Looly
5465293603 change name 2021-01-31 21:38:54 +08:00
Looly
d69b95f066 fix csv bug 2021-01-31 21:34:17 +08:00
Looly
2d3d41c9f2 add method 2021-01-31 19:19:28 +08:00
Looly
5ca45ded2b add method 2021-01-29 17:27:37 +08:00
Looly
99b2c474a5 !269 DateUtil和CalendarUtil添加获取某小时的开始时间和结束时间的方法
Merge pull request !269 from jiangli31346337/v5-dev
2021-01-29 10:14:29 +08:00