Data.js

码农软件 · 软件分类 · 服务器端JavaScript · 2019-04-13 18:26:46

软件介绍

Data.js 是一个数据操作和持久化的 JS 库,支持 Node.js 和浏览器。

示例代码:

 

var populations = new Data.Hash();
populations.set('austria', 8402908);
populations.set('germany', 81742000);
populations.set('usa', 310955497);

// Access like a hash
populations.get('austria') // => 8402908

 

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

The Definitive Guide to MongoDB

The Definitive Guide to MongoDB

Peter Membrey、Wouter Thielen / Apress / 2010-08-26 / USD 44.99

MongoDB, a cross-platform NoSQL database, is the fastest-growing new database in the world. MongoDB provides a rich document orientated structure with dynamic queries that you’ll recognize from RDMBS ......一起来看看 《The Definitive Guide to MongoDB》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

SHA 加密
SHA 加密

SHA 加密工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具