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://www.codercto.com/soft/d/3510.html

Algorithms

Algorithms

Sanjoy Dasgupta、Christos H. Papadimitriou、Umesh Vazirani / McGraw-Hill Education / 2006-10-16 / GBP 30.99

This text, extensively class-tested over a decade at UC Berkeley and UC San Diego, explains the fundamentals of algorithms in a story line that makes the material enjoyable and easy to digest. Emphasi......一起来看看 《Algorithms》 这本书的介绍吧!

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

HTML 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具