GithubHelp home page GithubHelp logo

downloadmanager's Introduction

DownLoadManager

介绍: 基于ASIHTTPRequest 的多线程下载管理功能模块,支持异步下载、暂停和恢复下载等等功能。暂停某个下载任务,再次恢复该下载任务时,不会重头下载,而是在已下载的地方开始下载(即断点下载)。具体有如下特色:

1. 完整的UI设计,可直接拿来使用; 

2. 异步,后台,多线程(ASI提供); 

3. 最大同时下载数设置; 

4. 下载任务排队,暂停,等待,继续,删除某个下载任务; 

5. 记录下载的未完成和已完成任务,并在下次启动时加载; 
 
最新更新:引入了网络请求的中间类,降低耦合度,可以方便替换成其他的网络库,前提是跟ASI提供的功能类似,尤其是断点下载部分!
作者说:如有问题请email:[email protected]

downloadmanager's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.