Commit Graph

1175 Commits

Author SHA1 Message Date
Looly
7038498add release 5.4.4 2020-09-30 11:42:40 +08:00
Looly
06e46ffb99 update dependency 2020-09-30 11:39:52 +08:00
Looly
61c0633da7 add readBySax 2020-09-30 11:30:10 +08:00
Looly
f6a18afcba fix test 2020-09-30 10:47:10 +08:00
Looly
692a4a695b fix comment 2020-09-30 09:09:18 +08:00
Looly
17cacc4a03 rename to ConsoleTable 2020-09-30 01:47:48 +08:00
Looly
61439c9138 rename to ConsoleTable 2020-09-30 01:45:27 +08:00
Looly
1c19e612fe rename to ConsoleTable 2020-09-30 01:43:09 +08:00
Looly
4c278dcccb fix code for poi 2020-09-30 01:16:04 +08:00
Looly
60efd24469 add sheetId support 2020-09-30 00:49:24 +08:00
Looly
a508533f9c fix code 2020-09-29 12:08:19 +08:00
Golden Looly
2619bdd1df
Merge pull request #1137 from akiyamaneko/BOOLEAN_IMPROVED
优化BooleanUtil的校验逻辑
2020-09-29 12:03:14 +08:00
Looly
1c8158dc48 fix color bug 2020-09-29 11:55:18 +08:00
Golden Looly
f3667dd110
Merge pull request #1136 from akiyamaneko/RGB_COLOR
RGB随机颜色的上限值不对且API重复
2020-09-29 11:52:09 +08:00
neko
5d33c34574
Boolean优化字符串转换boolean的逻辑 2020-09-29 11:46:24 +08:00
neko
106aabc245
随机颜色取值范围不正确 2020-09-29 11:12:33 +08:00
neko
699e14acac
随机颜色范围会导致255取不到 2020-09-29 11:07:58 +08:00
Looly
80f85390e4 fix bug 2020-09-28 19:27:57 +08:00
Golden Looly
d775ce9cca
Merge pull request #1134 from akiyamaneko/factorial_improved
优化阶乘相关的逻辑
2020-09-28 19:00:53 +08:00
Golden Looly
fb04fb0704
Merge branch 'v5-dev' into factorial_improved 2020-09-28 19:00:19 +08:00
neko
f253ab9269
阶乘优化 2020-09-28 17:13:25 +08:00
Looly
04c918a43d !189 修复控制台打印表格错位bug
Merge pull request !189 from sypro/修复一个Console打印表格的bug
2020-09-28 15:11:43 +08:00
Looly
3f40dca983 add method 2020-09-28 15:09:45 +08:00
SunYu
7cebc9bf23 修正一个表头错位的bug,并且优化了代码 2020-09-28 15:06:51 +08:00
Golden Looly
d763282047
Merge pull request #1132 from akiyamaneko/patch-4
NumberUtil 增加新功能 isPowerOfTwo 判断整数是否是2的幂
2020-09-28 15:04:09 +08:00
neko
cdee2f32b4
阶乘优化 2020-09-28 14:31:57 +08:00
neko
b06d499279
阶乘计算优化 2020-09-28 14:28:55 +08:00
neko
77cc55a277
新增api补齐单元测试 2020-09-28 14:08:22 +08:00
neko
e59987a334
新增API 2020-09-28 14:02:05 +08:00
Looly
3c1bae5cb5 add color 2020-09-28 12:05:08 +08:00
Looly
ff10ea0d9c fix numberUtil 2020-09-28 08:44:45 +08:00
Looly
c3f187a713 fix numberUtil 2020-09-28 08:37:31 +08:00
Looly
00cd499061 Merge branch 'v5-dev' of github.com:looly/hutool into v5-dev 2020-09-28 08:35:26 +08:00
Looly
e573fa48e7 fix numberUtil 2020-09-28 08:35:05 +08:00
Golden Looly
20bd97e052
Merge pull request #1127 from akiyamaneko/patch-5
优化NumberUtil中针对BigDecimal的一些处理逻辑
2020-09-28 08:34:27 +08:00
neko
31d8b238a3
Update NumberUtil.java 2020-09-27 18:11:42 +08:00
neko
f46a404d9f
优化NumberUtil中针对BigDecimal的一些处理逻辑 2020-09-27 17:57:43 +08:00
neko
43713aab7d
优化NumberUtil中对空值的处理 2020-09-27 17:44:23 +08:00
Looly
d014ccdf0c !187 为Console增加打印表格的方法
Merge pull request !187 from sypro/为Console增加打印表格的方法
2020-09-27 16:18:53 +08:00
Looly
5948b08e18 !188 优化numberutil的==判断和 一些常量大小写规范
Merge pull request !188 from handy-git/v5-dev
2020-09-27 16:04:01 +08:00
hanshuai
c0d5751a8b 常量按照规范应该大写
项目中有的地方大写有的小写,统一部分为大写
2020-09-27 12:41:12 +08:00
hanshuai
73cd33450a equals()规范吧,常量已经写在前面,避免null异常 2020-09-27 11:48:51 +08:00
hanshuai
467865e02c 如果要进行null判断,那直接进行判断null,而不是使用 == 来判断容易引起误解 2020-09-27 11:47:00 +08:00
SunYu
ec0cf6c5db 为Console增加打印表格的功能,为了不污染Console类,先建立一个ConsoleTableUtil,等待路总改造一下。 2020-09-27 09:37:41 +08:00
Looly
73fb1b6735 add method 2020-09-27 09:35:57 +08:00
Golden Looly
3185664018
Merge pull request #1123 from akiyamaneko/patch-3
敏感词工具类SensitiveUtil支持自定义字符过滤规则
2020-09-27 09:33:28 +08:00
Golden Looly
2e56c88d3c
Merge pull request #1122 from akiyamaneko/patch-1
补齐敏感词需要过滤的符号
2020-09-27 09:30:07 +08:00
neko
bc5028d6c3
敏感词工具类SensitiveUtil支持自定义字符过滤规则 2020-09-26 23:51:26 +08:00
neko
f1ea1da90f
敏感词工具类SensitiveUtil支持自定义字符过滤规则 2020-09-26 23:47:31 +08:00
neko
a6b7163d92
补齐常见需要过滤的符号 2020-09-26 22:29:49 +08:00