03 2019 档案

摘要:1 public class Customer { 2 private final int id = count++;//加了ID 3 private static int count = 0;//加了COUNT 4 private final int serviceTime; 5 public Customer(int tm){ 6 ... 阅读全文
posted @ 2019-03-25 15:02 十目 阅读(236) 评论(0) 推荐(0) 编辑
摘要:package thread; import java.util.Random; import java.util.concurrent.BrokenBarrierException; import java.util.concurrent.CyclicBarrier; public class Horse implements Runnable { private static i... 阅读全文
posted @ 2019-03-23 16:32 十目 阅读(611) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示