- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/d0ugal/locache
软件介绍
locache 是一个 JavaScript 缓存框架,用于在浏览器上使用 localStorage 进行数据的缓存,如果浏览器不支持 localStorage 也可以优雅的降级处理。
示例代码:
locache.set('user', {
'name': "Dougal Matthews",
'alias': d0ugal
})
var result = locache.get('user');
//{
// 'name': "Dougal Matthews",
// 'alias': d0ugal
//}
Python Algorithms
Magnus Lie Hetland / Apress / 2010-11-24 / USD 49.99
Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it......一起来看看 《Python Algorithms》 这本书的介绍吧!
HTML 压缩/解压工具
在线压缩/解压 HTML 代码
HTML 编码/解码
HTML 编码/解码
