06 2022 档案
摘要:runAsync 和 supplyAsync runAsync接受一个Runable的实现,无返回值 CompletableFuture.runAsync(()->System.out.println("无返回结果的运行")); supplyAsync接受一个Supplier的实现,有返回值 Com
阅读全文
摘要:需要的工具 PotPlayer、油猴tampermonkey、坚果(这个不用下载,有个账号就行) 下载地址:百度网盘 步骤 安装油猴tampermonkey 拖拽Tampermonkey_4.14.crx过程chrome浏览器上,如果提示安装失败,则在扩展程序中打开开发者模式 安装PotPlayer
阅读全文