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 的类)
Introduction to Tornado
Michael Dory、Adam Parrish、Brendan Berg / O'Reilly Media / 2012-3-28 / USD 23.99
Tornado is a scalable, non-blocking web server and web application framework written in Python. It is also light-weight to deploy, fun to write for, and incredibly powerful. Tornado was written with p......一起来看看 《Introduction to Tornado》 这本书的介绍吧!
