这是我刚学jquery写的,感觉效果不是很好。#scrollPics{ height: 330px; width: 980px; margin-bottom: 10px; overflow: hidden; position:relative;}.slider ul{ ...
分类:
Web程序 时间:
2014-08-17 22:45:53
阅读次数:
202
Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from left to right, level by level from leaf to root).For e...
分类:
其他好文 时间:
2014-08-17 15:31:52
阅读次数:
221
Minimum Path SumGiven amxngrid filled with non-negative numbers, find a path from top left to bottom right whichminimizesthe sum of all numbers along ...
分类:
其他好文 时间:
2014-08-16 02:13:49
阅读次数:
189
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:
其他好文 时间:
2014-08-15 23:47:19
阅读次数:
302
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).The robot can only move either down or right at any point in time. The robot is trying to reach the bottom-right corner of the grid (marked 'Finish' in the diag...
分类:
其他好文 时间:
2014-08-15 09:32:37
阅读次数:
200
在系统中,如果在进行耗时的操作,一般都会通知UI告之用户操作正在进行。一般情况下可以设置Cursor来设置鼠标指标的图形来通知UI,但是这样看起来不会特别明显,所以显示一个比较明显的Loading Bar加载条是普遍的选择。 耗时操作分为很多种,根据是否能得到完成的百分比分为"不可预知时间操作"(....
分类:
其他好文 时间:
2014-08-15 01:17:46
阅读次数:
180
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:
其他好文 时间:
2014-08-14 23:26:46
阅读次数:
219
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path....
分类:
其他好文 时间:
2014-08-14 20:50:59
阅读次数:
192
1 console.log('what');this is h1this is contentfunction foo(bar) { console.log(bar); return bar.toString();}
分类:
其他好文 时间:
2014-08-13 22:01:37
阅读次数:
181
问题描述:IE7下 img与div(block类型元素)下边界有距离(或者叫缝隙、空隙)。IE7才会有这个问题,IE8下是没有的。解决方案:法宝一:定义图片img标签vertical-align:bottom,vertical-align:middle,vertical-align:top。img{...
分类:
其他好文 时间:
2014-08-13 12:56:56
阅读次数:
167