- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/altair007/FMDB-ActiveRecord
- 软件文档: https://github.com/altair007/FMDB-ActiveRecord/blob/master/README.md
软件介绍
YFDB 是在FMDB基础上对sqlite数据库操作的进一步封装,以使其支持 Active Record 数据库模式。这种模式是以较少的程序代码来实现信息在数据库中的获取,插入,更改。有时只用一两行的代码就能完成对数据库的操作。 YFDB 不需要每一个数据库表拥有自己的类。它提供了一个更简单的接口。
灵感来源于著名的 PHP框架CodeIgniter的 Active Record 模式.如果你也崇尚代码的简洁与优雅,那么不妨看一下.或许,会有惊喜哦!
Machine Learning in Action
Peter Harrington / Manning Publications / 2012-4-19 / GBP 29.99
It's been said that data is the new "dirt"—the raw material from which and on which you build the structures of the modern world. And like dirt, data can seem like a limitless, undifferentiated mass. ......一起来看看 《Machine Learning in Action》 这本书的介绍吧!
