摘要: public class YieldExcemple { public static void main(String[] args) { Thread threada = new ThreadA(); Thread threadb = new ThreadB(); // 设置优先级:MIN_PRI 阅读全文
posted @ 2020-07-18 14:48 沐春风-燕南飞 阅读(258) 评论(0) 推荐(0)