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

Squid: The Definitive Guide

Squid: The Definitive Guide

Duane Wessels / O'Reilly Media / 2004 / $44.95 US, $65.95 CA, £31.95 UK

Squid is the most popular Web caching software in use today, and it works on a variety of platforms including Linux, FreeBSD, and Windows. Squid improves network performance by reducing the amount of......一起来看看 《Squid: The Definitive Guide》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器