2016年7月27日
摘要: 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... 阅读全文
posted @ 2016-07-27 23:00 乐可2016 阅读(193) 评论(0) 推荐(0) 编辑
摘要: String的装箱拆箱 public enum Data{ INTEGER("Integer"), STRING("String"), LONG("Long"), BYTE("Byte"); private String type; private Data(String type) { this. 阅读全文
posted @ 2016-07-27 21:04 乐可2016 阅读(142) 评论(0) 推荐(0) 编辑