框架: frameset: 框架集 如果使用框架集,当前页面不能有body cols=" 300,* " 左右拆分,左边宽300,右边宽剩余 rows=“300,*” 上下拆,上边高300,下边高剩余 framebodey 边框 <frame> :src 框架要显示页面的地址 。 scrolling ...
分类:
其他好文 时间:
2016-09-09 11:41:48
阅读次数:
131
js代码1: document.writeln("<frameset rows=\"0, *\">"); document.writeln("<frame src=\"http://www.baidu.com\" name=\"Topbar\" frameborder=\"0\" scrolling ...
分类:
Web程序 时间:
2016-09-04 11:30:30
阅读次数:
265
原文地址:https://css-tricks.com/fun-times-css-pixel-art/#article-header-id-4 友情提示:由于国内网络的原因,CodePen可能会打不开或者非常慢,请耐心等待,多多谅解! 像素艺术作为一种遗失的艺术形式,与超清晰,高分辨率图片相比黯然 ...
分类:
Web程序 时间:
2016-09-04 01:38:13
阅读次数:
390
iframe自适应高度,实现原理是在iframe页面加载完成后将页面的高度赋值到iframe上。 <iframe id="myIframe" src="/src.html" style="width:1220px; border:0px;" scrolling="no" onload="autoHe ...
分类:
其他好文 时间:
2016-09-01 14:46:40
阅读次数:
183
ys_scroll.css.ys-scroll-wrapper{
position:relative;
overflow:auto;
-webkit-overflow-scrolling:touch;
}
.ys-scroll-wrapper.ys-scroll-content{
min-height:100%;
}
/*loading-top*/
.ys-scroll-wrapper.loading-top{
display:block;
width:100%;
height:40px;
line-h..
分类:
其他好文 时间:
2016-08-30 23:01:52
阅读次数:
276
参考文章:http://stackoverflow.com/questions/3410777/how-can-i-programmatically-force-stop-scrolling-in-a-uiscrollview ...
分类:
移动开发 时间:
2016-08-22 02:11:20
阅读次数:
218
调参是个头疼的事情,Yann LeCun、Yoshua Bengio和Geoffrey Hinton这些大牛为什么能够跳出各种牛逼的网络? 下面一些推荐的书和文章:调参资料总结Neural Network: Trick of the Trade Neural Networks: Tricks of ...
分类:
其他好文 时间:
2016-08-17 10:26:00
阅读次数:
522
I've adventured deep into the darkest corners of the 3ds Max SDK to bring you a set of largely unknown but useful tips and tricks. Use the 3ds Max SDK ...
分类:
其他好文 时间:
2016-08-15 14:11:27
阅读次数:
244
改善SSH登录速度 登录慢的原因有很多, 慢的症状也很多, 有些是出login慢, 有些是出password慢, 有些是输入完password后进提示符慢, 根据 http://superuser.com/questions/166359/top-causes-of-slow-ssh-logins ...
分类:
其他好文 时间:
2016-08-14 07:22:20
阅读次数:
185
很多时候我们遇到多层级的iframe就会想各种方法去获取iframe中的元素,但其实很简单就可以做到的,就是一级一级获取就可以了,获取至你需要的那个层级即可,下面看下实际的案例;(转) <frame src="" id="index_main" name="main" scrolling="Yes" ...
分类:
其他好文 时间:
2016-08-08 17:32:06
阅读次数:
210