816 Commits

Author SHA1 Message Date
Looly
613b6f3ac5 add /GlobalCustomFormat 2021-06-26 01:47:16 +08:00
Looly
74b6ac38c4 add JAXBUtil 2021-06-24 23:10:56 +08:00
Looly
abee0ff49e !346 解决 xmlutil 只能解析一层的bug, 新增 XmlBeanUtil工具
Merge pull request !346 from dazer007/v5-dev
2021-06-24 14:47:25 +00:00
Looly
069fd6827a fix bug 2021-06-24 22:37:15 +08:00
duandazhi
96e09601e0 add xml 2 bean 互转utils;
解决:
BeanUtil.beanToMap(outer)只能解析第一层,如果想多层解析,考虑使用JSONUtil的bug;

生产环境,常见是要 解析多层,而不是 只解析第一层;
2021-06-24 13:05:32 +08:00
Looly
2c30de4fae add methods 2021-06-24 08:26:46 +08:00
Looly
d6fd4e259b !345 CsvWriter添加writeBeans方法,根据Bean自动生成表头,并写入数据
Merge pull request !345 from 马万里/v5-dev
2021-06-24 00:09:11 +00:00
Looly
b8a35fdeae add test 2021-06-24 08:03:18 +08:00
Looly
949c7a856e fix escape bug 2021-06-24 07:53:21 +08:00
mawanli
1029bc74f2 1.[新特性] CsvWriter添加writeBeans方法,根据Bean自动生成表头,并写入数据 2021-06-23 11:28:20 +08:00
Looly
e8ecadd9a3 fix XmlUtil 2021-06-20 00:46:57 +08:00
Looly
59275491de add JWTValidator 2021-06-20 00:07:44 +08:00
Looly
185764ec75 add test 2021-06-18 01:56:06 +08:00
Looly
7baac80d32 fix code to replace join 2021-06-18 01:48:02 +08:00
Looly
40a14e1508 add StrJoiner 2021-06-17 20:41:01 +08:00
Looly
b9cf8b0c5b fix test 2021-06-16 23:06:00 +08:00
Looly
ec60a4202d fix tester bug 2021-06-16 19:23:53 +08:00
Looly
26064f146c fix method 2021-06-16 02:32:12 +08:00
Looly
8c3298fed4 fix code 2021-06-16 02:01:56 +08:00
Looly
f9b6110042 remove deprecated methods 2021-06-16 00:51:20 +08:00
Looly
8b85134c4b fix test 2021-06-15 19:03:08 +08:00
Looly
56703c5a55 add test 2021-06-15 10:28:59 +08:00
Looly
395942298e fix parse bug 2021-06-15 10:17:35 +08:00
Looly
7dc5873d9e add methods 2021-06-12 00:33:50 +08:00
Looly
e2de04d36f add method 2021-06-11 13:17:35 +08:00
Looly
93b383c2b7 add jwt 2021-06-10 22:54:45 +08:00
Looly
b0e62df7c6 add Stream utils 2021-06-07 18:46:24 +08:00
Looly
31ee6335c5 remove jmh test 2021-06-07 12:01:42 +08:00
Looly
c26343f462 remove jmh 2021-06-07 11:59:30 +08:00
Looly
649d41cd8a add jmh 2021-06-07 02:47:01 +08:00
Golden Looly
5ef8fab528
Merge pull request #1634 from cal101/erefactor/v5-dev-project/1/jdt/jdt-RemoveAllTrailingWhitespaceCleanUp-3
[cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
2021-06-07 02:02:44 +08:00
Looly
70eb424cd5 fix code 2021-06-07 01:59:07 +08:00
cal101
bc3c3d08d2 [cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines
EclipseJdt cleanup 'RemoveAllTrailingWhitespace' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.19/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-06-06 17:20:14 +00:00
Golden Looly
e5448b08e6
Merge pull request #1627 from cal101/erefactor/v5-dev-project/1/jdt/jdt-InvertEqualsCleanUp
[cleanup] erefactor/EclipseJdt - Invert equals arguments if parameter…
2021-06-07 00:22:11 +08:00
Looly
ab195f4e67 add return 2021-06-07 00:00:45 +08:00
cal101
86caedac50 [cleanup] erefactor/EclipseJdt - Invert equals arguments if parameter is constant string
EclipseJdt cleanup 'InvertEquals' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.19/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-06-06 13:37:57 +00:00
cal101
1627362961 [cleanup] erefactor/EclipseJdt - Remove unused imports
EclipseJdt cleanup 'RemoveUnusedImport' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.19/jdt.php
For erefactor see https://github.com/cal101/erefactor
2021-06-05 11:53:39 +00:00
Looly
f441b319da add test 2021-06-05 11:16:14 +08:00
Looly
e7fb9759f3 enhance TreeUtil.build 2021-06-04 21:51:20 +08:00
Looly
4d7b4da46a fix space bug 2021-06-04 18:36:18 +08:00
damon.li
1e0a88ffda ImgUtil 添加获取图片主色调的方法。
作用,填充网页空白有用,或者自定义处理图像填充白边。
2021-06-02 16:54:00 +08:00
Looly
d815b0f64e fix io bug 2021-06-02 08:40:50 +08:00
Looly
b0b46f75b2 add methods 2021-05-29 21:52:46 +08:00
Looly
e3810b3727 fix normalize 2021-05-28 15:49:03 +08:00
Looly
1eff0fa846 add logtube support 2021-05-26 14:08:48 +08:00
Golden Looly
858a90c8b7
Merge pull request #1596 from kyoty/centos-package-failed
PathUtilTest runs failed in Linux environment.
2021-05-25 11:30:11 +08:00
Looly
9c290c4bcc fix readBySax for xls not support sheetName 2021-05-25 01:59:29 +08:00
kyoty
f9193e819c
Update PathUtilTest.java 2021-05-24 19:02:39 +08:00
Looly
ad782ff837 fix decimalFormat bug 2021-05-22 14:40:26 +08:00
Looly
2c1d10d952 add stop 2021-05-14 16:58:33 +08:00