Preferences Setting
- 授权协议: BSD New
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/adonoho/DDGPreferences
软件介绍
开发者在开发app时,最经常需要开发的功能就是参数设置(Preferences Setting)功能,不但要提供一个界面让用户设置app的参数,并且还需要保存用户的设置,即使用户关闭了app或者关机,都能保存这些设置。一般来说,保存参数设置用的是NSUserDefaults。如果需要保存的设置参数比较多,这个写代码的过程还是挺烦人的。这份代码就是提供了一个很简单的API用于和NSUserDefaults打交道,提高开发者开发参数设置功能的效率。 [Code4App.com]
Hibernate
James Elliott / O'Reilly Media, Inc. / 2004-05-10 / USD 24.95
Do you enjoy writing software, except for the database code? Hibernate:A Developer's Notebook is for you. Database experts may enjoy fiddling with SQL, but you don't have to--the rest of the appl......一起来看看 《Hibernate》 这本书的介绍吧!
