摘要: package chengbaoDemo; import java.io.File; import java.io.IOException; public class TestIOFile { public static void main(String[] args) { File f = new 阅读全文
posted @ 2016-02-09 19:54 宝哥大数据 阅读(312) 评论(0) 推荐(0)
摘要: package chengbaoDemo; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; impo 阅读全文
posted @ 2016-02-09 16:43 宝哥大数据 阅读(261) 评论(0) 推荐(0)
摘要: package chengbaoDemo; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; /** * Si 阅读全文
posted @ 2016-02-09 12:34 宝哥大数据 阅读(370) 评论(0) 推荐(0)
摘要: package chengbaoDemo;public class Test02 { public static void main(String[] args) { Integer i = new Integer(100); //包装类 int i1 = i.intValue(); //手动拆箱 阅读全文
posted @ 2016-02-09 10:28 宝哥大数据 阅读(167) 评论(0) 推荐(0)