摘要:
package FreeMarker; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; import java.text.SimpleDateFormat; import java.util... 阅读全文
摘要:
String的装箱拆箱 public enum Data{ INTEGER("Integer"), STRING("String"), LONG("Long"), BYTE("Byte"); private String type; private Data(String type) { this. 阅读全文