json2html
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://json2html.com/
- 软件文档: http://json2html.com/
软件介绍
json2html 是一个开源的 JavaScript 库,可使用 JSON 模板来讲 JSON 对象转成 HTML。提供了 jQuery 插件和 Node.js 包两种形式。
示例代码:
var transform = {'tag':'li','html':'${name} (${age})'};
var data = [
{'name':'Bob','age':40},
{'name':'Frank','age':15},
{'name':'Bill','age':65},
{'name':'Robert','age':24}
];
json2html.transform(data,transform);
Hadoop: The Definitive Guide
Tom White / O'Reilly Media, Inc. / 2009 / 44.99
Apache Hadoop is ideal for organizations with a growing need to store and process massive application datasets. Hadoop: The Definitive Guide is a comprehensive resource for using Hadoop to build relia......一起来看看 《Hadoop: The Definitive Guide》 这本书的介绍吧!
