国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

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

PCI和PCle子系統(tǒng)\/--》ccys1473

2023-07-10 12:27 作者:拆字成詩  | 我要投稿

**

?* 實現(xiàn)Callable接口

?*/

public class Demo6_CreateCallable implements Callable<Boolean> {


? ? private String url;//網(wǎng)絡(luò)圖片地址

? ? private String name;//報錯扥文件名


? ? //有參構(gòu)造

? ? public Demo6_CreateCallable(String url, String name) {

? ? ? ? this.url = url;

? ? ? ? this.name = name;

? ? }


? ? //下載圖片線程的執(zhí)行體

? ? public Boolean call() throws Exception {

? ? ? ? WebDownloader webDownloader = new WebDownloader();

? ? ? ? webDownloader.downloader(url, name);

? ? ? ? System.out.println("下載了文件名為:" + name);

? ? ? ? return true;

? ? }


? ? public static void main(String[] args) throws ExecutionException, InterruptedException {

? ? ? ? Demo6_CreateCallable c = new Demo6_CreateCallable("https://img-home.csdnimg.cn/images/20201124032511.png", "1.png");

? ? ? ? Demo6_CreateCallable c1 = new Demo6_CreateCallable("https://img-home.csdnimg.cn/images/20201124032511.png", "2.png");

? ? ? ? Demo6_CreateCallable c2 = new Demo6_CreateCallable("https://img-home.csdnimg.cn/images/20201124032511.png", "3.png");

? ? ? ? //創(chuàng)建執(zhí)行服務(wù)

? ? ? ? ExecutorService ser = Executors.newFixedThreadPool(3);

? ? ? ? //提交執(zhí)行

? ? ? ? Future<Boolean> r = ser.submit(c);

? ? ? ? Future<Boolean> r1 = ser.submit(c1);

? ? ? ? Future<Boolean> r2 = ser.submit(c2);

? ? ? ? //獲取結(jié)果

? ? ? ? boolean res = r.get();

? ? ? ? boolean res1 = r1.get();

? ? ? ? boolean res2 = r2.get();

? ? ? ? //關(guān)閉服務(wù)

? ? ? ? ser.shutdownNow();

? ? }

}



PCI和PCle子系統(tǒng)\/--》ccys1473的評論 (共 條)

分享到微博請遵守國家法律
佛学| 黄大仙区| 宝清县| 苏州市| 延安市| 丰都县| 和静县| 任丘市| 鄱阳县| 龙海市| 保德县| 宿松县| 兰西县| 儋州市| 全椒县| 民和| 井陉县| 花莲市| 大化| 同心县| 商洛市| 青河县| 岚皋县| 凤庆县| 武隆县| 广南县| 巴楚县| 南岸区| 横峰县| 通许县| 洪洞县| 酒泉市| 南丹县| 建瓯市| 西安市| 兰考县| 新余市| 南川市| 奉化市| 建始县| 张北县|