码迷,mamicode.com
首页 >  
搜索关键字:fixed    ( 2825个结果
【leetcode】ZigZag Conversion
题目: The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility) P A H N A P L S I I G Y I R And then read line by line: "PAHNAPLSIIG...
分类:其他好文   时间:2014-08-12 00:47:43    阅读次数:196
SSIS 系列 - 平面文件格式的区别(Delimited,Fixed width,Ragged Right, Fixed width ...)
SSIS 中处理文件,一般在描述输出平面文件格式的时候通常会出现以下几种选项 -Delimited - 默认输出列使用逗号分隔,也可以选择其它的诸如 | ,或者 Tab 等。Fixed Width - 列定长输出,固定长度,但不换行。Fixed Width with row delimiters -...
分类:其他好文   时间:2014-08-12 00:20:53    阅读次数:336
在页面左右一个悬浮div兼容IE6 IE7 8 9 Firefox chrome
在页面左右一个悬浮div兼容IE6 IE7 8 9 Firefox chrome#identifier-pannel { bottom: 345px; margin-left: 512px; position: fixed; _position: absolute; l...
分类:其他好文   时间:2014-08-11 10:03:41    阅读次数:208
遮罩层的实现
.mask{height:100%; width:100%; position:fixed; _position:absolute; top:0; z-index:1000; } .opacity{ opacity:0.3; filter: alpha(opacity=30); background...
分类:其他好文   时间:2014-08-11 02:37:51    阅读次数:205
让IE6支持position:fixed的方法,CSS expression与JavaScript eval讲解
做吸顶效果或是固定效果时,使用position:fixed无非是最方便的,可是万恶的IE6是没有fixed这个属性值的,而我们要使IE6能够像fixed一样固定在浏览器中的某个位置,使用onscroll改变top值是一个方法,但如果滚轮滚的快,会出现卡闪烁情况。而如高级浏览器如果也这样用,那显然.....
分类:编程语言   时间:2014-08-11 00:05:01    阅读次数:373
Cracking the Coding Interview Q3.1
Describe how you could use a single array to implement three stacks.思路1:fixed divisionpackage Question3_1;import java.util.EmptyStackException;public ...
分类:其他好文   时间:2014-08-09 22:59:29    阅读次数:401
Background的5个基本属性
background-attachmentbackground-attachment:scroll | fixed scroll:背景图像是随对象内容滚动。 fixed:背景图像固定。background-color:background-color:transparent | color ...
分类:其他好文   时间:2014-08-08 17:49:36    阅读次数:306
spfile丢失的处理
(1) SQL> startup pfile=/oracle/admin/db/pfile/init.ora.73201416940 ORACLE instance started.   Total System Global Area  285212672 bytes Fixed Size              2095704 bytes Variable Size...
分类:其他好文   时间:2014-08-08 16:15:36    阅读次数:264
IE6浏览器不支持固定定位(position:fixed)解决方案
代码如下: New Document 正常普通流元素 position:fixed元素 上面的代码在IE6中打开,效果如下: 而在其他浏览器(IE7+、firefox、opera、safari、chrome)下则正常显示:经过多次测试,原来不只在IE6下,在IE7、IE8浏览器下,若...
分类:其他好文   时间:2014-08-08 12:31:15    阅读次数:197
【VC编程技巧】窗体?3.9静态窗口分割 (固定分割线)
上一章节说明了如何静态的分割窗口,分割后窗口的分割线是可以拖动的,有的时候我们需要固定分割线,那么如何实现固定分割呢? 我们需要构造出固定分割窗口类(CFixedSplitterWnd),来实现我们对窗口的固定分割,以上一章例来说明。 1。新创建MFC类,从CSplitterWnd继承,并重载WM_LBUTTONDOWN ,WM_MOUSEMOVE 和 WM_SETCURSOR消息响应...
分类:Windows程序   时间:2014-08-07 19:12:50    阅读次数:453
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!