码迷,mamicode.com
首页 >  
搜索关键字:top    ( 21129个结果
top命令详解
前五行是系统整体的统计信息。第一行是任务队列信息,痛uptime命令的执行结果。{01:06:48当前时间up1:22系统运行时间,格式为时:分1user当前登录用户数loadaverage:0.06,0.60,0.48系统负载,即任务队列的平均长度。三个数值分别为1分钟、5分钟。15分钟前到现在的平均值。}第二..
分类:其他好文   时间:2014-08-12 13:53:44    阅读次数:223
CSS创建一个遮罩层
.layer{ width: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -moz-opacity: 0; filter: alpha(opacity=50);...
分类:Web程序   时间:2014-08-12 08:58:33    阅读次数:194
关于垂直对齐方式vertical-align
vertical-align包括以下取值: ?baseline:浏览器默认取值; sub:文字的下标; super:文字的上标; top:垂直向上对齐; text-top:使元素和上级元素的字体向上对齐; middle:垂直居中对齐; text-bottom:使元素和上...
分类:其他好文   时间:2014-08-12 03:42:23    阅读次数:266
Linux 进程学习
-------------------------------------------------------------------------------------------ps显示瞬间进程的状态,并不动态连续,如果想对进程进行时间控制,应该用top-A列出所有的行程-w显示加宽可以显示较多的资讯-au显示较详细的资讯-aux显示所有包含其他使用者的进程..
分类:系统相关   时间:2014-08-12 03:30:44    阅读次数:266
在网页静态页面里面怎么跳转底部顶部的代码
跳到网页底部html代码:在</body>前加个<aname="bottom"></a>在任何地方写<ahref="#bottom">跳到底部</a>就可以实现点击回到底部;返回网页顶部代码:<ahref=#top>顶部</a>
分类:Web程序   时间:2014-08-11 15:22:03    阅读次数:180
ReportMachine 自定义代码
procedure Memo3_OnBeforePrint(Sender: TObject);begin Memo3.Text := inttostr(Footer1.Top); Memo4.Text := inttostr(MasterData1.datasetName); Diagonal1.....
分类:其他好文   时间:2014-08-11 14:58:32    阅读次数:464
the apple tree
the apple tree A long time ago, there was a huge apple tree. A little boy loved to come and lay around it every day. He climbed to the tree top, ate -the apples, took a nap under the shadow... He l...
分类:移动开发   时间:2014-08-11 06:19:12    阅读次数:265
遮罩层的实现
.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
div+js 弹出层
jQuery弹出层效果 .black_overlay{ display: none; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; background-color: black; z-index:1001; -moz-opacity: 0.8; opacity:.80; filter: alpha(opa...
分类:Web程序   时间:2014-08-11 00:28:11    阅读次数:294
让IE6支持position:fixed的方法,CSS expression与JavaScript eval讲解
做吸顶效果或是固定效果时,使用position:fixed无非是最方便的,可是万恶的IE6是没有fixed这个属性值的,而我们要使IE6能够像fixed一样固定在浏览器中的某个位置,使用onscroll改变top值是一个方法,但如果滚轮滚的快,会出现卡闪烁情况。而如高级浏览器如果也这样用,那显然.....
分类:编程语言   时间:2014-08-11 00:05:01    阅读次数:373
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!