摘要: 下载任务执行器简单设计 下载任务类设计 /** * 下载任务执行器 * @author Shixy */ @Slf4j public class Downloader implements Runnable { private String filePath; private Callable<String> callab 阅读全文
posted @ 2022-06-08 16:56 云の彼端 阅读(98) 评论(0) 推荐(0)