1437 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
91b1dd39c3 prepare 5.6.2 2021-03-18 23:07:14 +08:00
Looly
e55aa6b187 release 5.6.1 2021-03-18 22:50:18 +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