图片显示插件 Gridder
- 授权协议: MIT
- 开发语言: HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/oriongunning/gridder
软件介绍
Gridder 是一个显示缩略图网格预览的 jQuery 插件,和 Google Image 显示效果相似。
示例代码:
<script>$(function() { // Call Gridder
$('.gridder').gridderExpander({
scroll: true,
scrollOffset: 30,
scrollTo: "panel", // panel or listitem
animationSpeed: 400,
animationEasing: "easeInOutExpo",
showNav: true, // Show Navigation
nextText: "Next", // Next button text
prevText: "Previous", // Previous button text
closeText: "Close", // Close button text
onStart: function(){ //Gridder Inititialized
}, onContent: function(){ //Gridder Content Loaded
}, onClosed: function(){ //Gridder Closed
}
});
});</script>Hadoop in Action
Chuck Lam / Manning Publications / 2010-12-22 / USD 44.99
HIGHLIGHT Hadoop in Action is an example-rich tutorial that shows developers how to implement data-intensive distributed computing using Hadoop and the Map- Reduce framework. DESCRIPTION Hadoop i......一起来看看 《Hadoop in Action》 这本书的介绍吧!
