<iframe>内嵌框架 语法 <iframe src="URL" name="框架名">......</iframe> scrolling(是否显示滚动条) yes(显示) no(不显示)auto(自动) frameborder(是否显示边框)1(显示)0(不显示) form(表单) 基本结构 < ...
分类:
其他好文 时间:
2016-08-04 13:23:16
阅读次数:
160
<iframe>内嵌框架 语法 <iframe src="URL" name="框架名">......</iframe> scrolling(是否显示滚动条) yes(显示) no(不显示)auto(自动) frameborder(是否显示边框)1(显示)0(不显示) form(表单) 基本结构 < ...
分类:
Web程序 时间:
2016-08-02 20:43:14
阅读次数:
264
今日学习了很多内容。有iframe框架和表单。 现在进入主题: iframe 内嵌框架 iframe一般用来包含别的页面,例如我们可以在我们自己的网站页面加载别人网站的内容。 标签属性常用的有 width、height、scrolling、frameboder scrolling的值是yes/no/ ...
分类:
其他好文 时间:
2016-08-01 22:45:01
阅读次数:
163
在使用了属性overflow:scroll、overflow-y:scroll、overflow-x:scroll;的元素上加上-webkit-overflow-scrolling: touch;即可 参考资料: 解决页面使用overflow: scroll在iOS上滑动卡顿的问题 网页在Safar ...
分类:
移动开发 时间:
2016-08-01 15:55:53
阅读次数:
992
原文地址:http://www.dotnet-tricks.com/Tutorial/webapi/JI2X050413-Difference-between-WCF-and-Web-API-and-WCF-REST-and-Web-Service.html WCF 1.基于Soap协议,以XML形 ...
窗口框架的建立(frameset,frame标签) 窗口的属性: rows:水平分割 cols 垂直分割 frameborder:0或1隐藏或显示边框 scrolling="no" yes是否可以滚动 noresize:不可以改变窗口大小 name:框架名 实例: 需求: <! DOCTYPE ht ...
分类:
Web程序 时间:
2016-07-22 22:45:38
阅读次数:
201
http://www.dotnet-tricks.com/Tutorial/mvc/XWX7210713-A-brief-history-of-Asp.Net-MVC-framework.html Asp.net MVC is a new Framework built on the top of ...
分类:
Web程序 时间:
2016-07-20 17:44:16
阅读次数:
271
官方例程 事例程序位于opencv-3.1.0/samples/cpp/ 目录下,可以通过编译整个工程,编译所有的Sample Code 显示当前使用的OpenCV版本 CV_VERSION为标识当前OpenCV版本的宏 头文件opencv.hpp opencv2/opencv.hpp中包含了Ope ...
分类:
其他好文 时间:
2016-07-16 00:29:17
阅读次数:
124
在分析SwipeRefreshLayout源码的时候发现该类实现了NestedScrollingParent和NestedScrollingChild两个接口,甚是好奇,于是结合了网上的资料,然后根据我个人的理解写下本章.
这个两个接口是为了更好解决事件冲突的.
在这里 nested scrolling 就翻译为嵌套滚动吧.
但是这和以前用过的dispatchTouchEvent,onInte...
分类:
移动开发 时间:
2016-07-13 17:29:20
阅读次数:
193
<iframe src="http://www.baidu.com" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" width="350" height="270"></iframe> <iframe src="htt ...
分类:
其他好文 时间:
2016-07-10 15:16:11
阅读次数:
158