| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
IGNORE_BLANK |
3 |
public static final int |
IGNORE_EMPTY |
2 |
public static final int |
IGNORE_NONE |
0 |
public static final int |
IGNORE_NULL |
1 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
DATE |
"yyyy-MM-dd" |
public static final String |
DATETIME |
"yyyy-MM-dd HH:mm:ss" |
public static final String |
GMT_DATE |
"d MMM yyyy HH:mm:ss \'GMT\'" |
public static final String |
GMT_NET_DATE |
"EEE, d MMM yyyy HH:mm:ss \'GMT\'" |
public static final long |
MILLIS_OF_DAY |
86400000L |
public static final long |
MILLIS_OF_HOUR |
3600000L |
public static final long |
MILLIS_OF_MINUTE |
60000L |
public static final String |
SHORT_DATE |
"yyyyMMdd" |
public static final String |
YM_DATE |
"yyyyMM" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
UNIT_AUTO |
0 |
public static final int |
UNIT_BYTE |
1 |
public static final int |
UNIT_GB |
4 |
public static final int |
UNIT_KB |
2 |
public static final int |
UNIT_MB |
3 |
public static final int |
UNIT_PB |
6 |
public static final int |
UNIT_TB |
5 |
Copyright © 2020. All rights reserved.