<iframe src="0820.html" width="500"(宽) height="500"(高) frameborder="0" (是否显示滚动条)scrolling="no"></iframe> 嵌入一个页面 <frameset cols="300,*(代表所有)"(左右拆分)> 框架 ...
分类:
Web程序 时间:
2016-10-30 17:00:51
阅读次数:
249
表单元素 每个表单都对应一个<form></form>标签 表单内所有元素都写在 <form></form>里面; 1.最重要的属性 <form 属性 >表单的所有信息都写在这里面</form> action属性 规定了 提交的地址 action=“网址” Method属性 规定了 提交方式 met ...
分类:
Web程序 时间:
2016-10-30 16:16:50
阅读次数:
305
Jatinder Mann是微软Internet Explorer产品的一名项目经理,在BUILD 2012大会上,他做了题为“提高HTML5应用和网站性能的50条秘技(50 performance tricks to make your HTML5 apps and sites faster)”的 ...
分类:
Web程序 时间:
2016-10-29 18:49:01
阅读次数:
163
配置好DNS服务器,添加了相应的记录之后,只要IP地址保持不变,一般情况下我们就不再需要去维护DNS的数据文件了。不过在确认域名解释正常之前我们最好是测试一下所有的配置是否正常。许多人会简单地使用ping命令检查一下就算了。不过Ping指令只是一个检查网络联通情况的命令,虽然在输入的参数是域名的情况 ...
分类:
其他好文 时间:
2016-10-25 02:18:55
阅读次数:
194
Before introducing classes, I first have to tell you something about Python’s scope rules. Class definitions play some neat tricks with namespaces, an ...
分类:
编程语言 时间:
2016-10-22 09:37:51
阅读次数:
234
转载自:https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/ Jupyter notebook, formerly known as the IPython notebook, is a flexible tool ...
分类:
其他好文 时间:
2016-10-20 14:43:03
阅读次数:
210
最近做双创项目的时候因为页面有很多数据显示,所以打算让它Y轴方向滚动条的形式展现,但在测试阶段发现IOS设备滑动效果非常不理想; search by google之后找到解决办法: -webkit-overflow-scrolling: touch; 网友解释该属性启动了硬件加速的特性,所以滑动起来 ...
分类:
移动开发 时间:
2016-10-20 14:36:58
阅读次数:
311
<iframe src="http://www.fulibac.com" id="myiframe" scrolling="no" onload="changeFrameHeight()" frameborder="0"></iframe> js代码也得跟着改 function changeFram ...
分类:
其他好文 时间:
2016-10-15 11:32:59
阅读次数:
152
html css 参考资源博客 CSS - TRICKS ...
分类:
其他好文 时间:
2016-10-12 19:44:26
阅读次数:
242
IOS 1.-webkit-overflow-scrolling (ios5.0+) touch:当手指从触摸屏上移开,会保持一段时间的滚动 auto:当手指从触摸屏上移开,滚动会立即停止 2.-webkit-touch-callout (ios 2.0+) none:禁止弹出系统弹窗 defaul ...
分类:
Web程序 时间:
2016-10-11 14:00:46
阅读次数:
213