Golden Looly
|
f3667dd110
|
Merge pull request #1136 from akiyamaneko/RGB_COLOR
RGB随机颜色的上限值不对且API重复
|
2020-09-29 11:52:09 +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 |
|
Looly
|
668e96f07d
|
fix comment
|
2020-09-26 02:31:31 +08:00 |
|
Looly
|
e73b2605a4
|
fix doc
|
2020-09-26 02:25:48 +08:00 |
|
Looly
|
50134d8822
|
add reader
|
2020-09-26 02:22:34 +08:00 |
|
Looly
|
4c12094a7f
|
fix code
|
2020-09-25 22:34:45 +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
|
6f5d0e4a28
|
remove log
|
2020-09-25 17:55:21 +08:00 |
|
Looly
|
83de8ee3a6
|
add comment
|
2020-09-25 16:54:00 +08:00 |
|
Looly
|
a0ac8a8dba
|
add comment
|
2020-09-25 16:50:11 +08:00 |
|
Looly
|
a866afe6b3
|
!186 在 StrUtil 中,完善部分常量与方法的注释
Merge pull request !186 from Singu/v5-dev
|
2020-09-25 16:49:11 +08:00 |
|
Looly
|
920b2c2802
|
add method
|
2020-09-25 16:47:20 +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 |
|