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

Introduction to the Design and Analysis of Algorithms

Introduction to the Design and Analysis of Algorithms

Anany Levitin / Addison Wesley / 2006-2-24 / USD 122.00

Based on a Based on a new classification of algorithm design techniques and a clear delineation of analysis methods, "Introduction to the Design and Analysis of Algorithms" presents the subject in a c......一起来看看 《Introduction to the Design and Analysis of Algorithms》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

MD5 加密
MD5 加密

MD5 加密工具