码迷,mamicode.com
首页 >  
搜索关键字:scroll    ( 2744个结果
第3月30天 UIImage imageWithContentsOfFile卡顿
1. UIImage imageWithContentsOfFile卡顿 [[UIImage alloc] initWithContentsOfFile 卡顿 2.uitableview scroll to top NSIndexPath *indexPath = [NSIndexPath inde ...
分类:其他好文   时间:2016-12-30 13:26:45    阅读次数:220
table显示滚动条
Table显示滚动条,要先把table放到一个div中,div的长度和宽度要固定,控制overflow属性为scroll <div style="width:700px; height:225px; overflow:scroll;"> ...</div> table的长度和宽度也要固定 <tabl ...
分类:其他好文   时间:2016-12-29 14:16:50    阅读次数:148
javascript的Touch事件
js的touch事件,一般用于移动端的触屏滑动 以上事件的event对象上面都存在如下属性: 每个Touch对象包含下列属性: 触摸事件 三种在规范中列出并获得跨移动设备广泛实现的基本触摸事件: 1. touchstart:手指放在一个DOM元素上。 2. touchmove:手指拖曳一个DOM元素 ...
分类:编程语言   时间:2016-12-28 18:37:05    阅读次数:307
怎样使用AutoLayOut为UIScrollView添加约束
1.在ViewController中拖入1个UIScrollView,并为其添加约束 约束为上下左右四边与superview对齐 2.在scrollview中,拖入1个UIView,为了便于区分将其设为橙色。 3.为view添加约束 约束为上下左右四边与superview对齐 添加完这些约束后,我们 ...
分类:其他好文   时间:2016-12-28 18:13:24    阅读次数:143
ionic 踩过的坑-基本布局
目录: 标题栏 : ion-header-bar ion-header-bar指令声明一个标题栏元素,标题栏总是位于屏幕的顶部: ion-header-bar指令有两个可选的属性: align-title - 设置标题文字的对齐方式。允许值:left | right | center,分别对应左对齐 ...
分类:其他好文   时间:2016-12-27 07:27:49    阅读次数:2548
2016工作项目完成总结
订货会项目 从基础的开始讲 清除浮动 111111111111111 222222222222222222 111111111111111 222222222222222222 111111111111111111111111111 111111111111111 22222222222222222 ...
分类:其他好文   时间:2016-12-27 00:04:07    阅读次数:197
获取浏览器窗口大小
网页可见区域宽:document.body.clientWidth 网页可见区域高:document.body.clientHeight 网页可见区域宽:document.body.offsetWidth (包括边线的宽) 网页可见区域高:document.body.offsetHeight (包括 ...
分类:其他好文   时间:2016-12-26 00:25:01    阅读次数:166
【故障处理】ORA-28040: No matching authentication protocol
【故障处理】ORA-28040: No matching authentication protocol 1.1 BLOG文档结构图 1.2 前言部分 1.2.1 导读和注意事项 各位技术爱好者,看完本文后,你可以掌握如下的技能,也可以学到一些其它你所不知道的知识,~O(∩_∩)O~: ① 告警日志 ...
分类:其他好文   时间:2016-12-25 18:06:43    阅读次数:298
Create Stacked Canvas to Scroll Horizontal Tabular Data Blocks In Oracle Forms
In this tutorial you will learn to create horizontal scrollable tabular or detail data block by using stacked canvas in Oracle Forms. As shown in belo... ...
分类:数据库   时间:2016-12-25 18:00:30    阅读次数:307
点击弹出固定大小的新窗口(js实现)
固定大小: 另一种方式: <html><head><title>指定弹出窗口位置(IE)</title><script language="javascript"><!--function winpop(){window.open("http://www.jb51.net","","top=100, ...
分类:Web程序   时间:2016-12-25 01:46:49    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!