码迷,mamicode.com
首页 >  
搜索关键字:top 100 percent    ( 21584个结果
打造IE6的position:fixed整理篇
fixed真的是一个很好的属性。特别是做弹层的时候。可惜的是“国内主流浏览器”IE6大大不支持。 一般的我们都会通过CSS中的表达式来解决这个问题。 .fixed { position:absolute; left:expression(eval(document.documentElement.scrollLeft)); top:expression(eval(document.doc...
分类:其他好文   时间:2014-07-22 23:03:15    阅读次数:318
极锥
对于任意非空集合$C$,都有一个锥与其关联,称作$C$的极锥(polar cone),定义如下:\begin{align*} C^* = \{ \boldsymbol{y} \ | \ \boldsymbol{y}^\top \boldsymbol{x} \leq 0, \forall \bol.....
分类:其他好文   时间:2014-05-01 22:44:08    阅读次数:1251
[Android学习系列22]ActionBarSherlock和SlidingMenu专题
Android SlidingMenu 开源项目导入 http://blog.csdn.net/top_code/article/details/17336203Android SlidingMenu 开源项目使用示例(一)http://blog.csdn.net/top_code/article/...
分类:移动开发   时间:2014-05-01 10:27:48    阅读次数:358
Cheatsheet: 2014 04.01 ~ 04.30
Java 115 Java Interview Questions and Answers – The ULTIMATE List 3 Good Reasons to Avoid Arrays in Java Interfaces Other Top 10 Algorithms for Coding...
分类:其他好文   时间:2014-05-01 08:02:00    阅读次数:318
[Android学习系列22]ActionBarSherlock和SlidingMenu专题
Android SlidingMenu 开源项目导入 http://blog.csdn.net/top_code/article/details/17336203Android SlidingMenu 开源项目使用示例(一)http://blog.csdn.net/top_code/article/...
分类:移动开发   时间:2014-05-01 06:50:30    阅读次数:427
[Android学习系列22]ActionBarSherlock和SlidingMenu专题
Android SlidingMenu 开源项目导入 http://blog.csdn.net/top_code/article/details/17336203Android SlidingMenu 开源项目使用示例(一)http://blog.csdn.net/top_code/article/...
分类:移动开发   时间:2014-05-01 05:09:50    阅读次数:405
[Android学习系列22]ActionBarSherlock和SlidingMenu专题
Android SlidingMenu 开源项目导入 http://blog.csdn.net/top_code/article/details/17336203Android SlidingMenu 开源项目使用示例(一)http://blog.csdn.net/top_code/article/...
分类:移动开发   时间:2014-05-01 03:30:15    阅读次数:385
统计分析SQL Server Profiler 跟踪的SQL
--跟踪文件读入到表中分析 SELECT * INTO ZGSJY FROM fn_trace_gettable('E:\wxxcdbprofiler.trc', default); --某时间内,最耗时SQL select TOP 100 SUBSTRING(Textdata,1,660) as '名称', count(*) as '数量', sum(duration/1000) as '总执行...
分类:数据库   时间:2014-04-30 22:37:39    阅读次数:327
【复习】css中的position
好久不写CSS代码 感觉忘的差不多了,代码就是要多敲才行的。就行武林中的武者一样,每天都要勤加练习才可。 正好写写博客,就当复习复习。 position  主要是用来 元素的定位方式 static :  无特殊定位,对象遵循HTML定位规则 absolute :  将对象从文档流中拖出,使用left,right,top,bottom等属性进行绝对定位。而其层叠通过z-index属性定义。此...
分类:Web程序   时间:2014-04-29 13:45:20    阅读次数:354
Leetcode:Minimum Path Sum 最小路径和
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. Note: You can only move either down or right at...
分类:其他好文   时间:2014-04-28 10:46:41    阅读次数:311
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!