.fixed {position: fixed;top: -5px;left: 0;width:
100%;box-shadow: 0 0 3px #f2f2f2;-webkit-box-shadow: 0 0 3px
#f2f2f2;-moz-box-shadow: 0 0 3px #f2f2f2...
分类:
其他好文 时间:
2014-05-28 22:41:25
阅读次数:
311
小段代码:Intentit=newIntent();it.setClass(Setting.this,Main.class);//从Setting跳转到Mainit.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);//加上FlagstartActivity(it);...
分类:
其他好文 时间:
2014-05-28 04:04:30
阅读次数:
248
原题地址:https://oj.leetcode.com/problems/climbing-stairs/题意:You
are climbing a stair case. It takesnsteps to reach to the top.Each time you can
either cl...
分类:
编程语言 时间:
2014-05-28 03:27:49
阅读次数:
267
原题地址:https://oj.leetcode.com/problems/minimum-path-sum/题意:Given
amxngrid filled with non-negative numbers, find a path from top left to bottom
right w...
分类:
编程语言 时间:
2014-05-28 03:03:13
阅读次数:
320
var curY; //获取所选项的TOP值var curH; //获取所选项的height值var
curW; //获取所选项的width值var srtY; //设置提示箭头的TOP值var srtX; //设置提示箭头的Left值var objL;
//获取当前对象function...
分类:
其他好文 时间:
2014-05-27 18:09:20
阅读次数:
318
#"包含了一个位置信息默认的锚点是#top
也就是网页的上端而javascript:void(0)
仅仅表示一个死链接这就是为什么有的时候页面很长浏览链接明明是#可是跳动到了页首而javascript:void(0)
则不是如此所以调用脚本的时候最好用void(0)或者等打开新窗口链接的几种办法1....
分类:
编程语言 时间:
2014-05-27 16:11:47
阅读次数:
326
The top officer in the United States Navy spoke
this week about the Navy’s growing presence in Asia and the Pacific Ocean.He
said the growing U.S. pre...
分类:
其他好文 时间:
2014-05-26 17:16:02
阅读次数:
400
A Stack is a data-structure that You can only add
an element to the top of the Stack, andYou can only read or remove an element
also from the top.Plea...
分类:
编程语言 时间:
2014-05-26 17:10:21
阅读次数:
540
--得到最耗时的前N条T-SQL语句 --适用于SQL SERVER 2005及其以上版本
--给N赋初值为30 declare @n int set @n=30 ;with maco as ( select top (@n) pla...
分类:
数据库 时间:
2014-05-26 01:51:02
阅读次数:
280
View的getLeft, getRight, getTop,
getBottom方法得到的分别是相对于其父组件不同方向的距离网上找了张图说明:其中right和left的计算方法如下: right = left +
width; bottom = top + height;
分类:
其他好文 时间:
2014-05-25 18:51:01
阅读次数:
244