钥匙链中存储数据的 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];
Numerical Linear Algebra
Lloyd N. Trefethen、David Bau III / SIAM: Society for Industrial and Applied Mathematics / 1997-06-01 / USD 61.00
Numerical Linear Algebra is a concise, insightful, and elegant introduction to the field of numerical linear algebra.一起来看看 《Numerical Linear Algebra》 这本书的介绍吧!
