码迷,mamicode.com
首页 >  
搜索关键字:scrolling tricks    ( 667个结果
iframe高度自适应
<iframeid="win"height="140"marginheight="0"src="http://www.sdfao.gov.cn/lm/front/main.jsp?sysid=004"frameborder="0"width="100%"name="win"marginwidth="0"scrolling="no"align="top"onload="javascript:document.getElementById(‘win‘).style.height=win.document.b..
分类:其他好文   时间:2015-11-07 10:54:57    阅读次数:231
DeepLearning (六) 学习笔记整理:神经网络以及卷积神经网络
神经网络 神经网络模型 前向传播 反向传播 Neural Networds Tips and Tricks Gradient Check Regularization 激活函数 sigmoid 函数 Tanh Relu 稀疏编码 卷积神经网络 卷积 局部感知 权值共享 多通道卷积 卷积输出大小计算公式 池化pooling后的平移不变性 Dropout Learning rate AdaGrad p...
分类:其他好文   时间:2015-11-06 18:07:24    阅读次数:442
完美解决 IOS系统safari5.0 浏览器页面布局iframe滚动条失效问题,iossafari5.0
在iframe外层包一层div,添加如下样式:style="-webkit-overflow-scrolling:touch;overflow:auto;"代码如下:
分类:移动开发   时间:2015-10-26 10:28:13    阅读次数:185
IOS苹果手机上 iframe 滚动失效条问题
html: 样式:.scroll-wrapper { -webkit-overflow-scrolling: touch; /*决定代码*/ overflow-y: scroll; /* 提示: 请在此处加上需要设置的大小(dimensions)或位置(p...
分类:移动开发   时间:2015-10-20 19:13:22    阅读次数:231
UVAlive 6611 Alice's Print Service 二分
Alice is providing print service, while the pricing doesn't seem to be reasonable, so people using her print service found some tricks to save money.F...
分类:其他好文   时间:2015-10-15 21:55:20    阅读次数:214
居中未知元素(翻译https://css-tricks.com/centering-in-the-unknown/)
在web开发中,当你遇到居中元素时,知道越多关于元素本身和父级元素的信息,居中做起来就很轻松。但是,当遇到你一点都不知道的元素该怎么办? It's still kinda doable。不会很难:已知元素当你知道元素和父级元素的长宽(其中不考虑浮动的环境),傻瓜式的办法就是采用绝对定位,设置top和...
分类:Web程序   时间:2015-10-14 00:20:15    阅读次数:208
Difference between ref and out parameters
Original link:http://www.dotnet-tricks.com/Tutorial/csharp/K0Hb060414-Difference-between-ref-and-out-parameters.htmlFollowing content is directly repr...
分类:其他好文   时间:2015-10-13 17:00:24    阅读次数:155
-webkit-overflow-scrolling:touch iosBug
IOS8+ -webkit-overflow-scrolling:touch 会导致webview崩溃解决方案 用js动态添加样式 比如:$("body").css("-webkit-overflow-scrolling", "touch");
分类:移动开发   时间:2015-10-13 16:41:44    阅读次数:1882
HTML <iframe> 标签的 scrolling 属性
HTML <iframe> 标签的 scrolling 属性 HTML <iframe> 标签 实例 带有滚动条的 iframe: <iframe src ="/index.html"scrolling="yes"> <p>Your browser does not support iframes.</p> </iframe> 亲自试一试 定义和...
分类:Web程序   时间:2015-10-10 12:57:42    阅读次数:158
Scrolling Through Time
Scrolling Through TimeKim MacCormack Leesburg, Virginia, U.S.TWElvE yEARS Ago, my team was hired to develop a web application as a subcontractor for a graphic design firm. We were to have no direct con...
分类:其他好文   时间:2015-10-07 08:35:08    阅读次数:224
667条   上一页 1 ... 48 49 50 51 52 ... 67 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!