五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

Runable接口共享資源的代碼

2020-04-06 22:06 作者:小垃圾kiki  | 我要投稿
package cn.jd.thread;

public class TicketThreadR implements Runnable{
?? ?
??? private int num = 5;??????????? //總共票數(shù)設(shè)定為5張
?? ?
??? @Override
??? public void run() {
??????? for(int i=0; i<10; i++){
??????????? if(this.num>0){??????????? //打印買票信息
??????????????? System.out.println(Thread.currentThread().getName() + "買票: " + this.num--);
??????????? }
??????? }
??? }

??? public static void main(String[] args) {
??????? TicketThreadR ticketThread = new TicketThreadR();
?????? ?
??????? Thread th1 = new Thread(ticketThread);??? //線程一
??????? th1.setName("售票口一");
??????? Thread th2 = new Thread(ticketThread);??? //線程二
??????? th2.setName("售票口二");
??????? Thread th3 = new Thread(ticketThread);??? //線程三
??????? th3.setName("售票口三");
?????? ?
??????? th1.start();
??????? th2.start();
??????? th3.start();
??? }
}


Runable接口共享資源的代碼的評論 (共 條)

分享到微博請遵守國家法律
洛隆县| 松阳县| 新巴尔虎右旗| 巴中市| 华亭县| 顺义区| 垦利县| 灵璧县| 金堂县| 虞城县| 祥云县| 炉霍县| 永仁县| 邵阳市| 贵港市| 大田县| 益阳市| 杨浦区| 南平市| 敦化市| 宁海县| 商水县| 平定县| 西吉县| 衡阳市| 巴林左旗| 甘肃省| 黔江区| 香格里拉县| 荔浦县| 永和县| 岑溪市| 宁明县| 垣曲县| 义马市| 盱眙县| 平定县| 鸡泽县| 广饶县| 泰州市| 镶黄旗|