OC的第二个类Touch第二个类文件.mOpen第二个类文件.m/*人类名:Person属性(成员变量\实例变量):体重、年龄行为(方法):走路*//*1.类的声明*成员变量*方法的声明*/例一:#Imort<Foundation/Foundation.h>@interfacePerson:NSObject{//成员变量;(成员变量必须写在..
分类:
其他好文 时间:
2014-12-10 01:58:31
阅读次数:
293
#!/bin/bash#添加计划任务#mkdir-p/scripts/#touch/scripts/Passwd_expire_check.sh#vim/scripts/Passwd_expire_check.sh#chmod755/scripts/Passwd_expire_check.sh#vim/scripts/Passwd_expire_check.sh#0100***/scripts/Passwd_expire_check.sh#definescriptcontentuserlist=`..
分类:
系统相关 时间:
2014-12-09 19:53:25
阅读次数:
164
参考资料: https://market.sencha.com/extensions/datetimepicker适用于2.4.1版本uxPickerTime使用方法参考:datepicker控件 1 Ext.define('ux.picker.Time', { 2 extend: 'E...
分类:
其他好文 时间:
2014-12-09 17:34:01
阅读次数:
134
1.安装exvim,先装macvim,下载fullpages exvim ,在osx级目录执行sh osx/install.sh ,直接代替带哦mvim,sh osx/replace-my-vim.sh这样在工程目录下touch proj.exvim,可以设置为mvim打开即可。2.bash去掉计算...
分类:
其他好文 时间:
2014-12-09 15:36:51
阅读次数:
199
https://developer.apple.com/library/ios/qa/qa1686/_index.htmlImageSize(px)FileNameUsedForAppStoreAdHoc512x512iTunesArtworkApplistiniTunesDonotincludeOptionalbutrecommended1024x1024iTunesArtwork@2xApplistiniTunesondeviceswithretinadisplayDonotincludeOptional..
分类:
移动开发 时间:
2014-12-09 12:28:54
阅读次数:
179
1、android 事件分发是先传递到ViewGroup,再由ViewGroup传递到View的。2、在ViewGroup中可以通过onInterceptTouchEvent方法对事件传递进行拦截,onInterceptTouchEvent方法返回true代表不允许事件继续向子View传递, 返回f...
分类:
其他好文 时间:
2014-12-08 22:59:56
阅读次数:
226
上个版本http://www.cnblogs.com/mlzs/p/3666466.html,新增了一些功能扩展代码如下: 1 Ext.define('ux.BMap', { 2 alternateClassName: 'bMap', 3 extend: 'Ext.Contai...
分类:
其他好文 时间:
2014-12-08 19:20:52
阅读次数:
275
When an iOS application is launched, it starts a run loop. The run loop’s job is to listen for events,such as a touch. When an event occurs, the run l...
分类:
其他好文 时间:
2014-12-08 15:11:31
阅读次数:
188
一、Objective-C(以下简称OC)简介
Objective-C 是在 C 的基础上,加入面向对象特性扩充而成的通用型高级编程语言,也写作 ObjC 、Obj-C 和较少用的 Objective C。Objective-C主要应用于 Mac OS X 和 iOS 系统及其相关 API 如Cocoa、Cocoa Touch。Objective-C 最...
分类:
编程语言 时间:
2014-12-04 17:56:43
阅读次数:
362