摘要: 谁调用我谁处理(进行catch) 阅读全文
posted @ 2015-11-28 22:02 喵小喵~ 阅读(121) 评论(0) 推荐(0) 编辑
摘要: public class VisualCalendar { public static void main(String[] args){ System.out.println("请输入日期(按照格式:2630-3-18)"); Scanner scanner = ... 阅读全文
posted @ 2015-11-28 20:46 喵小喵~ 阅读(249) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) { // TODO 自动生成的方法存根 Calendar c = new GregorianCalendar(); c.set(2001,1,10,12,13,34); ... 阅读全文
posted @ 2015-11-28 11:27 喵小喵~ 阅读(192) 评论(0) 推荐(0) 编辑