PAPreferences
- 授权协议: BSD
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/dhennessy/PAPreferences
- 软件文档: https://github.com/dhennessy/PAPreferences
软件介绍
PAPreferences 提供一个很方便的方式,通过 NSUserDefaults 存储用户配置信息。
示例代码:
#import "PAPreferences.h" @interface MyPreferences : PAPreferences @property (nonatomic, assign) NSString *theme; @property (nonatomic, assign) NSArray *favorites; @property (nonatomic, assign) BOOL hasSeenIntro; @end
Node.js硬实战:115个核心技巧
【美】Alex R. Young、【美】Marc Harter / 承竹、慕陶、邱娟、达峰 / 电子工业出版社 / 2017-1 / 109.9
《Node.js 硬实战:115 个核心技巧》是一本面向实战的Node.js 开发进阶指南。作为资深专家,《Node.js 硬实战:115 个核心技巧》作者独辟蹊径,将着眼点放在Node.js 的核心模块和网络应用,通过精心组织的丰富实例,向读者充分展示了Node.js 强大的并发处理能力,读者从中可真正掌握Node 的核心基础与高级技巧。《Node.js 硬实战:115 个核心技巧》总共有三部分......一起来看看 《Node.js硬实战:115个核心技巧》 这本书的介绍吧!
