码迷,mamicode.com
首页 >  
搜索关键字:top    ( 21129个结果
JS的parent、opener、self对象
转自http://blog.csdn.net/minsenwu/article/details/7455135该变更永远指分割窗口最高层次的浏览器窗口。如果计划从分割窗口的最高层次开始执行命令,就可以用top变量。parent:该变量指的是包含当前分割窗口的父窗口。如果在一个窗口内有分割窗口,而在其...
分类:Web程序   时间:2015-07-16 11:15:26    阅读次数:125
如何使用 Android Studio 的 git hub 功能
This article will explain how to use GitHub with Android Studio.Firstly, let’s login togithub.comand create a new repository. From the top right corne...
分类:移动开发   时间:2015-07-16 11:09:57    阅读次数:219
Project Euler:Problem 67 Maximum path sum II
By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum total from top to bottom is 23. 3 7 4 2 4 6 8 5 9 3 That is, 3 + 7 + 4 + 9 = 23. Find th...
分类:其他好文   时间:2015-07-16 09:52:17    阅读次数:155
Project Euler18题 从上往下邻接和
题目:By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum total from top to bottom is 23. 3 7 4 2 4 6 8 5 9 3 That is, 3 + 7 + 4 + 9 = 23. Find...
分类:其他好文   时间:2015-07-16 09:47:47    阅读次数:157
X5中CSS设置
颜色渐变1 position:absolute;left:0;top:40%;效果图点击导航按钮变化颜色1、设置按钮class为btn-link(超链接)2、为每一个导航按钮增加属性id3、在按钮的点击事件中加入如下代码1 Model.prototype.button1Click = functio...
分类:Web程序   时间:2015-07-15 18:44:57    阅读次数:205
leetCode 62.Unique Paths (唯一路径) 解题思路和方法
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 ...
分类:其他好文   时间:2015-07-15 15:03:19    阅读次数:137
[LeetCode][JavaScript]Unique Paths
Unique PathsA robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or right a...
分类:编程语言   时间:2015-07-14 23:54:41    阅读次数:222
CSS3动画与过渡
transform:在使用2D或3D转换前需用transform-style申明转换的类型,preserve-3d或者preserve-2d属性 translate(): 通过 translate() 方法,元素从其当前位置移动,根据给定的 left(x 坐标) 和 top(y 坐标) 位置...
分类:Web程序   时间:2015-07-14 22:24:41    阅读次数:206
循环select查询结果集
--标记id--每次查询特定列比标记id大的第一条数据,--同时更新标记id,直到查询结果为空declare @id varchar(50)set @id='' while 1=1 begin select top 1 @id=id from T_SGZ where id>...
分类:其他好文   时间:2015-07-14 22:20:15    阅读次数:151
【Binary Tree Right Side View 】cpp
题目:Given a binary tree, imagine yourself standing on therightside of it, return the values of the nodes you can see ordered from top to bottom.For exa...
分类:其他好文   时间:2015-07-14 20:17:02    阅读次数:127
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!