TCBlobDownload
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/thibaultCha/TCBlobDownload
软件介绍
实现大文件下载功能,可以在后台线程(background threads)进行文件下载,不会给前台线程操作造成影响。支持暂停和重新恢复下载。作者测试过150MB ~ 1.2GB之间的大文件下载。
代码图2是App在下载文件时,在Xcode输出框的输出文字。
具体功能特色如下:
1. 在后台线程下载大文件;
2. 使用 blocks 或者 delegate 模式;
3. 可以暂停和重新恢复下载;
4. 可以设置能够下载的最大文件的大小;
5. 下载过程中可以取消下载,并且删除掉已经下载的部分文件; [Code4App.com]
Head First Python
Paul Barry / O'Reilly Media / 2010-11-30 / USD 49.99
Are you keen to add Python to your programming skills? Learn quickly and have some fun at the same time with Head First Python. This book takes you beyond typical how-to manuals with engaging images, ......一起来看看 《Head First Python》 这本书的介绍吧!
