摘要: 原文:http://developer.51cto.com/art/201112/306738.htm本文向您介绍Node.js扩展模块——Hashish。Hashish是JavaScript的一个Hash组合子库,换句话说,它包含了一系列数据结构操作功能。例如:var Hash = require('hashish');Hash({ a : 1, b : 2, c : 3, d : 4}).map(function(x) { return x * 10}).filter(function(x) { return x < 30}).forEach(funct... 阅读全文
posted @ 2013-01-10 13:24 穆乙 阅读(655) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/jcomet/archive/2012/02/11/2347157.html 阅读全文
posted @ 2013-01-10 13:12 穆乙 阅读(419) 评论(0) 推荐(0) 编辑