SunYu
|
93877205c5
|
代码优化
|
2020-09-30 13:50:13 +08:00 |
|
Looly
|
7c23aadb9e
|
prepare 5.4.5
|
2020-09-30 12:04:01 +08:00 |
|
Looly
|
7038498add
|
release 5.4.4
|
2020-09-30 11:42:40 +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
|
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
|
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
|
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 |
|
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
|
ff10ea0d9c
|
fix numberUtil
|
2020-09-28 08:44:45 +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 |
|
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 |
|
Looly
|
e73b2605a4
|
fix doc
|
2020-09-26 02:25:48 +08:00 |
|
Looly
|
5b283651b0
|
add unescape
|
2020-09-25 18:10:35 +08:00 |
|
Golden Looly
|
4899e03a48
|
Merge pull request #1121 from totalo/v5-dev
fixed #1118
|
2020-09-25 17:59:49 +08:00 |
|
Looly
|
83de8ee3a6
|
add comment
|
2020-09-25 16:54:00 +08:00 |
|
totalo
|
41797741ef
|
Merge branch 'v5-dev' of https://github.com/totalo/hutool into v5-dev
|
2020-09-25 15:32:39 +08:00 |
|
Singu
|
5886b558b3
|
add comments to StrUtil
|
2020-09-25 13:58:58 +08:00 |
|
Looly
|
74cb1abeeb
|
add method and fix GlobalMailAccount
|
2020-09-25 11:37:46 +08:00 |
|
totalo
|
0dc720fad3
|
fixed #1118
|
2020-09-25 09:55:32 +08:00 |
|
Looly
|
34443c3413
|
enhance CollUtil
|
2020-09-23 14:39:59 +08:00 |
|
Golden Looly
|
c7a8aed325
|
Merge pull request #1110 from nickChenyx/v5-dev
交并集结果集合设置初始化大小,避免扩容成本
|
2020-09-23 14:38:05 +08:00 |
|
Golden Looly
|
e54e2a770e
|
Merge pull request #1106 from zhouhailin/v5-dev
FIX #1105 add '@' in CharUtil and StrUtil.
|
2020-09-23 13:13:18 +08:00 |
|
Looly
|
67aa719b3c
|
fix bug
|
2020-09-23 12:42:55 +08:00 |
|