码迷,mamicode.com
首页 >  
搜索关键字:top    ( 21129个结果
有方向的运动js
derective sport              #eyes{width:200px;height:300px;position: absolute;left:500px;top:200px;text-align: center;background:url(../images/eye.png) no-repeat;}         #leye{border:2px solid b...
分类:Web程序   时间:2015-08-19 13:30:53    阅读次数:121
Add a dependency in Android Studio
http://stackoverflow.com/questions/23077521/where-and-why-add-repositories-on-build-gradlehttps://jitpack.io/1. Add repository in top level gradle fil...
分类:移动开发   时间:2015-08-19 13:09:39    阅读次数:145
CSS实现背景透明,文字不透明(各浏览器兼容) (转)
/*CSS*/.waps{ background:url(07158.bmp) no-repeat top center fixed; width:1004px; text-align:center; line-height:28px; font-size:12px; font-family:Ari...
分类:Web程序   时间:2015-08-19 12:58:14    阅读次数:163
【sphinx】安装试用继续
step1:安装pocketsphinx阶段问题Error opening audio device default for capture: No such file or directoryFATAL_ERROR: "continuous.c", line 242: Failed top ope...
分类:其他好文   时间:2015-08-19 12:50:55    阅读次数:111
CSS实现背景透明,文字不透明(各浏览器兼容)
/*CSS*/.waps{ background:url(07158.bmp) no-repeat top center fixed; width:1004px; text-align:center; line-height:28px; font-size:12px; font-family:Ari...
分类:Web程序   时间:2015-08-19 11:04:26    阅读次数:216
让div垂直居中于浏览器窗口
让层垂直居中于浏览器窗口其实解决的思路是这样的:首们需要position:absolute;绝对定位。而层的定位点,使用外补丁margin负值的方法。负值的大小为层自身宽度高度除以二。如:一个层宽度是400,高度是300。使用绝对定位距离上部与左部都设置成50%。而margin-top的值为-150...
分类:其他好文   时间:2015-08-19 10:37:10    阅读次数:123
hdu5402 Travelling Salesman Problem
Problem Description Teacher Mai is in a maze with n rows and m columns. There is a non-negative number in each cell. Teacher Mai wants to walk from the top left corner (1,1) to the bottom rig...
分类:其他好文   时间:2015-08-18 22:54:44    阅读次数:232
页面中根据滚动条,显示返回顶部图标
比较简单,直接记录代码 window.onscroll = function(){ if(document.body.scrollTop>10){ $('#go-top').show(); } if(document.body.scrollTop<=10...
分类:其他好文   时间:2015-08-18 19:41:08    阅读次数:136
一次线上页游服务器响应缓慢排查过程
最近线上一组服务器玩家反馈响应缓慢,记录下排查过程。  1、使用top命令查看服务器负载情况, top - 15:59:37 up 26 days,  3:42,  6 users,  load average: 2.98, 2.74, 2.70 Tasks: 180 total,   1 running, 167 sleeping,  12 stopped,   0 zombie ...
分类:其他好文   时间:2015-08-18 19:37:01    阅读次数:191
圆周运动js
circlar movement              #circle{width:30px;height:30px;position: absolute;background-color: lightgreen;left:600px;top:250px;border-radius: 50%;}                   window.onload=function(){ ...
分类:Web程序   时间:2015-08-18 19:32:32    阅读次数:113
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!