java-多线程下载器(支持断点续传、线程加减)包含源码和可运行jar包

上传者: hn1232 | 上传时间: 2019-12-21 19:53:06 | 文件大小: 148KB | 文件类型: rar
功能介绍: 1、基本下载功能; 2、支持多任务多线程同时下载; 3、线程数由用户在新建任务时设定(若大于线程数20则默认为20); 4、下载过程中可以暂停,点击开始可以继续下载; 5、点击菜单栏“任务——退出程序”正常退出,可以保存当前未下载完成的任务,等待下次继续下载(建议先暂停所有任务再退出程序,以免丢失信息!); 6、点击“打开”可以查看之前未下载完成的任务,继续下载; 7、可以删除任务,若任务在运行则提示暂停后再操作,若任务已经完成可以选择是否和已下载的文件一同删除; 8、在下载过程中,可以点击“线程+”或“线程-”即时增减线程,但是线程数必须大于等于1且小于等于20; 9、“下载分块图示”用于显示下载过程的分块信息,及相关块的完成情况(灰色为未下载,绿色为下载中,蓝色为完成); …… 注:每次运行程序就会自动创建F:/myDownloader/taskManager_2文件夹,用于保存文件下载的部分信息……

文件下载

资源详情

[{"title":"( 53 个子文件 148KB ) java-多线程下载器(支持断点续传、线程加减)包含源码和可运行jar包","children":[{"title":"_myDownloader","children":[{"title":"myDownloader.jar <span style='color:#111;'> 59.14KB </span>","children":null,"spread":false},{"title":"myDowloader","children":[{"title":".project <span style='color:#111;'> 383B </span>","children":null,"spread":false},{"title":"bin","children":[{"title":"hn","children":[{"title":"test","children":[{"title":"Test$1.class <span style='color:#111;'> 759B </span>","children":null,"spread":false},{"title":"Test.class <span style='color:#111;'> 1.22KB </span>","children":null,"spread":false}],"spread":true},{"title":"manager","children":[{"title":"TaskManager.class <span style='color:#111;'> 3.36KB </span>","children":null,"spread":false},{"title":"DownLoadManager$1.class <span style='color:#111;'> 1.00KB </span>","children":null,"spread":false},{"title":"DownLoadManager.class <span style='color:#111;'> 24.10KB </span>","children":null,"spread":false},{"title":"DownLoadManager$2.class <span style='color:#111;'> 1.57KB </span>","children":null,"spread":false},{"title":"DownloadUtil.class <span style='color:#111;'> 4.27KB </span>","children":null,"spread":false}],"spread":true},{"title":"model","children":[{"title":"MyListCellRenderer.class <span style='color:#111;'> 1.22KB </span>","children":null,"spread":false},{"title":"ProgressRenderer.class <span style='color:#111;'> 1.92KB </span>","children":null,"spread":false},{"title":"SplitViewRenderer.class <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"Piece.class <span style='color:#111;'> 1.58KB </span>","children":null,"spread":false},{"title":"FileInformation.class <span style='color:#111;'> 2.61KB </span>","children":null,"spread":false},{"title":"Introduction.class <span style='color:#111;'> 2.45KB </span>","children":null,"spread":false},{"title":"MyTableModel.class <span style='color:#111;'> 1.44KB </span>","children":null,"spread":false},{"title":"MyTableColumnModel.class <span style='color:#111;'> 2.49KB </span>","children":null,"spread":false}],"spread":true},{"title":"download","children":[{"title":"MyThread.class <span style='color:#111;'> 3.83KB </span>","children":null,"spread":false},{"title":"PieceManager.class <span style='color:#111;'> 1.13KB </span>","children":null,"spread":false},{"title":"FileAccess.class <span style='color:#111;'> 1.39KB </span>","children":null,"spread":false},{"title":"DownloadReady.class <span style='color:#111;'> 7.59KB </span>","children":null,"spread":false},{"title":"Main.class <span style='color:#111;'> 561B </span>","children":null,"spread":false},{"title":"DownloadReady$InnerThread.class <span style='color:#111;'> 3.17KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"src","children":[{"title":"hn","children":[{"title":"test","children":[{"title":"Test.java <span style='color:#111;'> 1.86KB </span>","children":null,"spread":false}],"spread":true},{"title":"manager","children":[{"title":"TaskManager.java <span style='color:#111;'> 2.80KB </span>","children":null,"spread":false},{"title":"DownLoadManager.java <span style='color:#111;'> 30.93KB </span>","children":null,"spread":false},{"title":"DownloadUtil.java <span style='color:#111;'> 6.52KB </span>","children":null,"spread":false}],"spread":true},{"title":"model","children":[{"title":"Piece.java <span style='color:#111;'> 893B </span>","children":null,"spread":false},{"title":"Introduction.java <span style='color:#111;'> 1.72KB </span>","children":null,"spread":false},{"title":"MyListCellRenderer.java <span style='color:#111;'> 940B </span>","children":null,"spread":false},{"title":"SplitViewRenderer.java <span style='color:#111;'> 715B </span>","children":null,"spread":false},{"title":"MyTableColumnModel.java <span style='color:#111;'> 2.19KB </span>","children":null,"spread":false},{"title":"ProgressRenderer.java <span style='color:#111;'> 1.31KB </span>","children":null,"spread":false},{"title":"FileInformation.java <span style='color:#111;'> 2.03KB </span>","children":null,"spread":false},{"title":"MyTableModel.java <span style='color:#111;'> 997B </span>","children":null,"spread":false}],"spread":true},{"title":"download","children":[{"title":"FileAccess.java <span style='color:#111;'> 1.03KB </span>","children":null,"spread":false},{"title":"PieceManager.java <span style='color:#111;'> 1.92KB </span>","children":null,"spread":false},{"title":"Main.java <span style='color:#111;'> 231B </span>","children":null,"spread":false},{"title":"DownloadReady.java <span style='color:#111;'> 8.42KB </span>","children":null,"spread":false},{"title":"MyThread.java <span style='color:#111;'> 3.48KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"images","children":[{"title":"imgContinueTask.jpg <span style='color:#111;'> 1.38KB </span>","children":null,"spread":false},{"title":"imgPreviousTask.jpg <span style='color:#111;'> 1.46KB </span>","children":null,"spread":false},{"title":"imgPauseTask.jpg <span style='color:#111;'> 1.32KB </span>","children":null,"spread":false},{"title":"Thumbs.db <span style='color:#111;'> 17.50KB </span>","children":null,"spread":false},{"title":"imgNewTask.jpg <span style='color:#111;'> 1.31KB </span>","children":null,"spread":false},{"title":"imgDeleteTask.JPG <span style='color:#111;'> 3.80KB </span>","children":null,"spread":false}],"spread":true},{"title":".classpath <span style='color:#111;'> 232B </span>","children":null,"spread":false}],"spread":true},{"title":"images","children":[{"title":"imgContinueTask.jpg <span style='color:#111;'> 1.38KB </span>","children":null,"spread":false},{"title":"imgPreviousTask.jpg <span style='color:#111;'> 1.46KB </span>","children":null,"spread":false},{"title":"imgPauseTask.jpg <span style='color:#111;'> 1.32KB </span>","children":null,"spread":false},{"title":"Thumbs.db <span style='color:#111;'> 7.50KB </span>","children":null,"spread":false},{"title":"imgNewTask.jpg <span style='color:#111;'> 1.31KB </span>","children":null,"spread":false},{"title":"imgDeleteTask.JPG <span style='color:#111;'> 3.80KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

  • luyi112233 :
    测试了一下,可以用的
    2015-06-02
  • 自自导演 :
    不错,可以运行
    2014-11-21
  • oXiaoWanZi12345678 :
    运行成功,正好实现了我想要的功能,还要多多学习。
    2014-10-27
  • robothee :
    很不错,实现了迅雷的基本功能,学习了。
    2014-10-08
  • WLG50 :
    程序有点乱,功能还行
    2014-06-07

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明