固定头条插件 Freezheader
- 授权协议: MIT
- 开发语言: HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/laertejjunior/freezeheader
软件介绍
Freezheader 是用来在 HTML 列表中固定头条行的 jQuery 插件。
用法:
在浏览器顶部创建一个固定的头条
$(document).ready(function ()
{
$("#tableid").freezeHeader();
})创建有固定头条和滚动条的列表
$(document).ready(function ()
{
$("#tableid").freezeHeader
({ 'height': '300px' });
})
Machine Learning in Action
Peter Harrington / Manning Publications / 2012-4-19 / GBP 29.99
It's been said that data is the new "dirt"—the raw material from which and on which you build the structures of the modern world. And like dirt, data can seem like a limitless, undifferentiated mass. ......一起来看看 《Machine Learning in Action》 这本书的介绍吧!
