| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
DATE_LONG_PATTERN |
"yyyyMMddhhmmss" |
public static final String |
DATE_PATTERN |
"yyyy-MM-dd" |
public static final String |
DATE_TIME_PATTERN |
"yyyy-MM-dd HH:mm:ss" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
DEFAULT_INITIAL_CAPACITY |
16 |
public static final float |
DEFAULT_LOAD_FACTOR |
0.75f |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
APPLICATION_JSON_VALUE |
"application/json" |
public static final String |
CONTENT_TYPE |
"Content-Type" |
public static final String |
REQUEST_ENCODING |
"UTF-8" |
Copyright © 2020 opencodes. All rights reserved.