IQDictionary

码农软件 · 软件分类 · 其他(Others) · 2019-07-26 09:58:09

软件介绍

IQDictionary自己写的一个Dictionary,参考了NSMutableDictionary的接口。

特性

1. 数据排序

2.实现了one key to multi value

3. 使用AES对数据进行加密解密

4. 将所有的key排序,或每一个指定的object的key排序

5. 根据key找到objects 以及objects number

6. 对dictionary的所有value排序

本文地址:https://www.codercto.com/soft/d/10964.html

Refactoring

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》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

MD5 加密
MD5 加密

MD5 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换