iOS 键值存储 ZXKVStore

码农软件 · 软件分类 · 其他(Others) · 2019-07-18 19:14:22

软件介绍

ZXKVStore 是一个简单易用的键值数据存储。   

使用:

println(ZXKV["homepage"]) //nil        
ZXKV["homepage"] = "http://www.zhangxi.me"  // store a value to the key
println(ZXKV["homepage"]) //http://www.zhangxi.me
let array = ["abc","123"]
ZXKV["array"] = array
println(ZXKV["array"])  //["abc","123"]
//any object which implemented NSCoding can be stored.


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

Build Your Own Web Site the Right Way Using HTML & CSS

Build Your Own Web Site the Right Way Using HTML & CSS

Ian Lloyd / SitePoint / 2006-05-02 / USD 29.95

Build Your Own Website The Right Way Using HTML & CSS teaches web development from scratch, without assuming any previous knowledge of HTML, CSS or web development techniques. This book introduces you......一起来看看 《Build Your Own Web Site the Right Way Using HTML & CSS》 这本书的介绍吧!

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具