touch chengshi.list 在当前目录中创建chengshi.list文件touch /root/chengshi.list 在root目录下面创建chengshi.list文件touch "program files" 创建一个含有空格的文件名,如:program files,需...
分类:
系统相关 时间:
2015-03-07 13:52:47
阅读次数:
202
一、简单说明说明:提前下载好相关软件,且安装目录最好安装在全英文路径下。如果路径有中文名,那么可能会出现一些莫名其妙的问题。提示:提前准备好的软件apache-tomcat-6.0.41.tareclipse-jee-kepler-SR2-macosx-cocoa-x86_64.tar.gzjdk-...
分类:
移动开发 时间:
2015-03-07 13:50:25
阅读次数:
203
http://blog.csdn.net/chenglibin1988/article/details/38259865Key Value CodingKey Value Coding是cocoa的一个标准组成部分,它能让我们可以通过name(key)的方式访问property, 不必调用明确的pr...
分类:
移动开发 时间:
2015-03-07 11:34:54
阅读次数:
222
Cocoa PodsCocoaPods是一个负责管理iOS项目中第三方开源代码的工具Cocoa使用Ruby开发,其源码在Github上开源https://github.com/CocoaPods/CocoaPods可以节省设置和更新第三方开源库的时间,提高工作效率提示:使用Ruby开发的优秀的开源组...
分类:
移动开发 时间:
2015-03-06 22:08:01
阅读次数:
365
这个工具的主要目的就是记录屏幕上的各种操作,然后多次回放,用于稳定性测试和一些需要多次重复才能复现的bug的重现。
代码在以下位置:
http://download.csdn.net/detail/dfysy/8479123
之前,别人转发我一个记录/回放 event的程序,在KK以前都是可以用的,但是由于Android L enable了PIE(positionindepen...
分类:
移动开发 时间:
2015-03-06 20:50:53
阅读次数:
188
The Death of Cocoa
2015-03-06MatttNSHipster
The Death of Cocoa
Cocoa实际就是Objective-C的标准库,包含了许多用语言编写程序最需要的一些框架,例如 Foundation、AppKit 和 Core Data。而 Cocoa Touch 基本上是用 UIKit 替换 AppKit,而且它与 C...
分类:
移动开发 时间:
2015-03-06 19:16:51
阅读次数:
195
local scheduler = require(cc.PACKAGE_NAME .. ".scheduler")local MainScene = class("MainScene", function() return display.newScene("MainScene")end)f...
分类:
其他好文 时间:
2015-03-06 15:22:59
阅读次数:
117
在调试软件的时候出现如下的错误:01-05 20:53:36.492: E/ZZShip(2043): android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a ...
分类:
其他好文 时间:
2015-03-06 10:29:37
阅读次数:
169
af3的变化非常大。参见[译]Intel App Framework 3.0的变化 一、页面引用脚步的变化: af3中不在自己实现dom选择器,而是选择基于jquey或兼容jquery的库如zepto等,touch layer也依靠fastclick。下面就是af3应用的head部分示意代码...
分类:
其他好文 时间:
2015-03-06 01:02:25
阅读次数:
178
1.DispatchTouchEvent
Pass the touch screen motion event down to the target view, or this view if it is the target.
传递触摸事件到目标视图,或者他就是目标视图。
情况1:return true
则事件只...
分类:
其他好文 时间:
2015-03-05 19:29:35
阅读次数:
212