07 2017 档案

摘要:public class Toast { public enum Status { DRY, BUTTERED, JAMED }; ... 阅读全文
posted @ 2017-07-15 12:34 Mustr 阅读(265) 评论(0) 推荐(0)
摘要:public class Meal { private final int orderNum; public Meal(int orderNum) { this.orderN... 阅读全文
posted @ 2017-07-12 22:06 Mustr 阅读(226) 评论(0) 推荐(0)
摘要://测试的线程 public class Record implements Runnable { public int countDown = 10; private static int taskCount = 0; private final int id = taskCount++; pub 阅读全文
posted @ 2017-07-11 22:26 Mustr 阅读(475) 评论(0) 推荐(0)