ARCoreData
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/AugustRush/ARCoreData
软件介绍
ARCoreData 是使用核心数据最简单的方法。
特点:
自定义 primaryKey,目前支持 NSString,NSInteger(int_64,int_32,int_16),NSNumber
JSON(NSDictionary) -> NSManageObject(In theory,support any KVC object)
JSONs(NSArray) -> NSManageObject(s)
安全的多线程
方便抓取
ARTableViewFetchResultController(一个用 UITableView 取代 NSFetchResultController 的类)
ARCollectionViewFetchResultController(一个用 UICollectionView 取代 NSFetchResultController 的类)
Web Caching
Duane Wessels / O'Reilly Media, Inc. / 2001-6 / 39.95美元
On the World Wide Web, speed and efficiency are vital. Users have little patience for slow web pages, while network administrators want to make the most of their available bandwidth. A properly design......一起来看看 《Web Caching》 这本书的介绍吧!
