IQDictionary
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: http://openingo.github.io/IQDictionary/
软件介绍
IQDictionary自己写的一个Dictionary,参考了NSMutableDictionary的接口。
特性
1. 数据排序
2.实现了one key to multi value
3. 使用AES对数据进行加密解密
4. 将所有的key排序,或每一个指定的object的key排序
5. 根据key找到objects 以及objects number
6. 对dictionary的所有value排序
Refactoring
Martin Fowler、Kent Beck、John Brant、William Opdyke、Don Roberts / Addison-Wesley Professional / 1999-7-8 / USD 64.99
Refactoring is about improving the design of existing code. It is the process of changing a software system in such a way that it does not alter the external behavior of the code, yet improves its int......一起来看看 《Refactoring》 这本书的介绍吧!
