上一页 1 ··· 5 6 7 8 9
摘要: //// ViewController.m// 播放器//// Created by apple on 14-7-18.// Copyright (c) 2014年 apple. All rights reserved.//#import "ViewController.h"#import ... 阅读全文
posted @ 2014-07-18 22:11 曦阳 阅读(234) 评论(0) 推荐(0)
摘要: //数组的方法调用与熟练 NSArray *array=@[@11,@22,@33,@"ldq"]; NSArray *array1 =[array arrayByAddingObject:@"dkf"]; array1=[NSArray arrayWithObjects:... 阅读全文
posted @ 2014-07-17 20:12 曦阳 阅读(169) 评论(0) 推荐(0)
摘要: @interface MainViewController : UIViewController @property (strong, nonatomic) UIButton *myBtn; @property (strong, nonatomic) UISlider *mySlider... 阅读全文
posted @ 2014-07-17 07:55 曦阳 阅读(228) 评论(0) 推荐(0)
摘要: 右移时,负数补1,正数补0,补符号位;左移补0;移位可以用来取数。位操作时最好不要用(+—*/) shell gg=G对齐 command d退出程序作用域: 在复合语句里定义的变量只能在复合语句中使用// 在.m文件中定义的属性、成员变量、以及方法,只能在当前类中访问,不开放出去// 面向对... 阅读全文
posted @ 2014-07-17 07:51 曦阳 阅读(222) 评论(0) 推荐(0)
摘要: #import "FisrtViewController.h"#import "ViewController.h"@interface FisrtViewController ()@end@implementation FisrtViewController- (instancetype)initW... 阅读全文
posted @ 2014-07-16 20:53 曦阳 阅读(229) 评论(0) 推荐(0)
摘要: #import "AppDelegate.h"#import "FisrtViewController.h"@interface AppDelegate () @end@implementation AppDelegate - (BOOL)applicat... 阅读全文
posted @ 2014-07-15 19:00 曦阳 阅读(227) 评论(0) 推荐(0)
摘要: //// ViewController.m// 外文语音-0714//// Created by apple on 14-7-14.// Copyright (c) 2014年 戴维营教育. All rights reserved.//#import "ViewController.h"#impor... 阅读全文
posted @ 2014-07-14 22:11 曦阳 阅读(195) 评论(0) 推荐(0)
摘要: 主要代码//// ViewController.m// Cal-0710//// Created by apple on 14-7-10.// Copyright (c) 2014年 戴维营教育. All rights reserved.//#import "ViewController.h"@in... 阅读全文
posted @ 2014-07-10 21:31 曦阳 阅读(218) 评论(0) 推荐(0)
摘要: 主要代码//// ViewController.m// 创建view-709//// Created by apple on 14-7-9.// Copyright (c) 2014年 戴维营教育. All rights reserved.//#import "ViewController.h"@i... 阅读全文
posted @ 2014-07-09 18:50 曦阳 阅读(383) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9