-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #84 from xkzhangsan/dev
Dev
- Loading branch information
Showing
6 changed files
with
262 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#3.2.0 | ||
|
||
## 1 新功能 | ||
(1)TimeNLPUtil增加多种调用方式,比如parseConcurrent 并发执行,可设置超时时间和自定义线程池等,提高执行效率。(Mini版无TimeNLPUtil功能) | ||
|
||
(2)DateTimeCalculatorUtil判断2个或多个时间段是否有重叠(交集)方法 | ||
|
||
(3)DateTimeCalculatorUtil增加计算平均时间方法 | ||
|
||
(4)DateTimeCalculatorUtil增加根据毫秒值计算倒计时方法 | ||
|
||
(5)DateTimeCalculatorUtil中getDateList获取日期列表方法,增加获取间隔指定单位的相同时间,比如每月的15号日期列表。 | ||
|
||
(6)DateTimeCalculatorUtil中isChineseWorkDay工作日计算,使用本地缓存优化,提高性能。 | ||
|
||
## 2 修复bug | ||
无 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.