简单瀑布流代码实现
html代码如下
瀑布流-zhangzhang
*{padding: 0;margin:0;}
#main{
position: relative;
}
.pin{
padding: 15px 0 0 15px;
float:left;
}
.box{...
分类:
编程语言 时间:
2014-08-29 22:46:28
阅读次数:
378
public static void main(){ int box=500000; string User; try { for(int i=1;i99 && user[i].getNBox()=0) { box--; user[i].setNBox()=1; user[i].setPoint()...
分类:
其他好文 时间:
2014-08-29 22:36:48
阅读次数:
241
public static void main(){ int box=500000; string User; try { for(int i=1;i99 && user[i].getNBox()=0) { box--; user[i].setNBox()=1; user[i].setPoint()...
分类:
其他好文 时间:
2014-08-29 22:31:08
阅读次数:
289
Two elements of a binary search tree (BST) are swapped by mistake.
Recover the tree without changing its structure.
Note:
A solution using O(n)
space is pretty straight forward. Could you devis...
分类:
其他好文 时间:
2014-08-29 21:28:08
阅读次数:
313
今年 6 月份,Alex Rodriguez 和 Alessandro Laio 在 Science 上发表了一篇名为《Clustering by fast search and find of density peaks》的文章,为聚类算法的设计提供了一种新的思路。虽然文章出来后遭到了众多...
分类:
其他好文 时间:
2014-08-29 20:03:18
阅读次数:
294
1.node.js,npm包管理工具,用node xxx.js运行。 npm -l,查看已经安装的 npm install [-g] [plugin-name],-g表示作为全局模块 npm search ** ,查找某模块 npm help ,查看帮助 2.grunt,构建工具,通过Package...
分类:
其他好文 时间:
2014-08-29 19:55:28
阅读次数:
231
今年 6 月份,Alex Rodriguez 和 Alessandro Laio 在 Science 上发表了一篇名为《Clustering by fast search and find of density peaks》的文章,为聚类算法的设计提供了一种新的思路。虽然文章出来后遭到了众多读者的质疑,但整体而言,新聚类算法的基本思想很新颖,且简单明快,值得学习。这个新聚类算法的核心思想在于对聚类中心的刻画上,本文将对该算法的原理进行详细介绍,并对其中的若干细节展开讨论。...
分类:
其他好文 时间:
2014-08-29 18:18:28
阅读次数:
390
看着网上的视频教程,虽说还是有点简单,但还是不免想记录下。这些操作包括(隔行变色,高亮显示,添加删除,搜索功能),而这儿就是涉及table的原有属性“tBodies” “rows” “cells”等几个方法,search方法,split方法等等 效果体验:http://runjs.cn/det...
分类:
Web程序 时间:
2014-08-29 12:23:27
阅读次数:
233