增加定时器功能

Conflicts:
	src/main/webapp/WEB-INF/views/cfg/ipaddr/ipList.jsp
This commit is contained in:
zhangwei
2019-01-26 18:02:44 +06:00
parent 5c63f85483
commit 9d6e3a3d4a
41 changed files with 5184 additions and 335 deletions

View File

@@ -814,4 +814,12 @@ public final class Constants {
* 流量日志的HTTP泛收接口URL
*/
public static final String NTC_HTTP_RECORD_LOG = Configurations.getStringProperty("ntcHttpRecordLog","");
/**
* 日期格式化
*/
public static final String COMMON_DATE_FORMAT = "yyyy-MM-dd HH:mm:ss";
/**
* 时间格式化
*/
public static final String COMMON_TIME_FORMAT = "HH:mm:ss";
}