钥匙链中存储数据的 iOS 库 Valet
- 授权协议: Apache-2.0
- 开发语言: Objective-C
- 操作系统: OS X
- 软件首页: https://github.com/square/Valet
- 软件文档: https://github.com/square/Valet/blob/master/README.md
软件介绍
Valet 允许你安全地在 iOS 或 OS X 钥匙链中存储数据,而不需要掌握任何钥匙链如何工作的知识。它支持在一台设备的多个应用(同一个开发者)间分享数据,以及在一个应用中在多个设备间利用 iCloud 进行分享,还支持 Touch ID。
示例代码:
NSString *const username = @"Skroob"; [myValet setString:@"12345" forKey:username];NSString *const myLuggageCombination = [myValet stringForKey:username];
Fluent Python
Luciano Ramalho / O'Reilly Media / 2015-8-20 / USD 39.99
Learn how to write idiomatic, effective Python code by leveraging its best features. Python's simplicity quickly lets you become productive with it, but this often means you aren’t using everything th......一起来看看 《Fluent Python》 这本书的介绍吧!
