On the iPhone or iPod touch, a modal view controller takes over the entire screen. This is the defaultbehavior and the only possibility on these devic...
分类:
其他好文 时间:
2014-12-16 15:00:53
阅读次数:
154
转自:http://www.cnblogs.com/couxiaozi1983/p/3736229.html一、zepto和jQuery的区别 从支持上来说,zepto支持touch事件,而jquery中没有touch事件,只在jquery Mobile中才有touch事件 zepto不支持IE.....
分类:
移动开发 时间:
2014-12-16 00:54:08
阅读次数:
236
前沿:
很久没有写过博客了,因为工作的原因很少有时间写东西了,最近想写一个UI系列的博客,因为我发现这一系列的都很少,而且没有那么系统,这里我想以我自己的观点来阐述一下如何自定义android UI系列。
自定义UI阐述:
在我的理解里面自定义UI,需要了解到touch事件的传递、分发、拦截机制,Scroller类的运用,andorid 视图的理解,ViewGroup的熟悉,因为我们绝大多的...
分类:
移动开发 时间:
2014-12-15 23:38:04
阅读次数:
310
对文件的操作创建空文件: touch +文件名 # 一般是先touch好一个文件然后vim这个文件. 很好奇为什么叫touch.删除文件: rm +文件名 # 直接就没了,不会到回收站复制文件到指定位置: cp +文件 + 目标目录 # 例如 cp file sub 把当前目录下的file文件复制....
分类:
系统相关 时间:
2014-12-15 23:21:15
阅读次数:
288
Android 编程下 Touch 事件的分发和消费机制Android 中与 Touch 事件相关的方法包括:dispatchTouchEvent(MotionEvent ev)、onInterceptTouchEvent(MotionEvent ev)、onTouchEvent(MotionEve...
分类:
移动开发 时间:
2014-12-15 15:07:20
阅读次数:
279
1.在后台运行 ?& ? 例如 firefox & 2. 当前工作目录 pwd(print work directory) 3.touch创建一个空白文件或者更新文件时间 4. ls ? ? ls -a 显示所有文件(包括隐藏文件,隐藏文件绝大多数都是配置文件) ...
分类:
系统相关 时间:
2014-12-15 09:11:53
阅读次数:
199
上个星期我们的产品姐姐让我帮她写个微信里经常看到的滑动翻页效果,今天抽空写了3个小demo(只写了webkit需要chrome模拟手机看 开启touch事件), 故此写个随笔。1、demo1,整个大容器tranlateY(性能应该是最好的,但是如果增删一页的话对css影响很大,如果用sass或les...
分类:
微信 时间:
2014-12-14 21:07:18
阅读次数:
743
Easy Touch 教程转自:http://www.unitymanual.com/thread-31332-1-1.html1.import “Easy Touch 3”的资源包2.创建人物模型3.创建地形4.添加一个Joystick的实例 :Hedgehog Team->Easy Touch-...
分类:
编程语言 时间:
2014-12-14 17:05:05
阅读次数:
155
android异常:android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.
出现这个异常的原因是你在子线程中修改了主线程中的组件的状态或数据。
android规定:只有在原始线程中(主...
分类:
移动开发 时间:
2014-12-13 17:59:44
阅读次数:
171
报的异常错误:android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.解决方法:使用Han...
分类:
移动开发 时间:
2014-12-13 00:56:50
阅读次数:
237