自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (1)
  • 收藏
  • 关注

原创 oc第三天字典

#import int main(int argc, const char * argv[]) {     @autoreleasepool     {         NSNumber* num01 = [[NSNumber alloc] initWithInt:1001] ;         NSNumber* num02 = [[NSNu

2014-04-04 18:45:00 421

原创 oc第二天 NSnumber

#import int main(int argc, const char * argv[]) {     @autoreleasepool     {         int a ;         float b ;         double c ;         long d ;                  uns

2014-04-03 20:24:14 488

原创 oc第二天可变 数组

#import int main(int argc, const char * argv[]) {     @autoreleasepool     {         NSInteger iValue = 10 ;                  //通过类方法返回一个初始化好的一个可变数组对象         NSMutableA

2014-04-03 20:22:28 457

原创 OC第二天数组1

#import int main(int argc, const char * argv[]) {     @autoreleasepool     {         int a ;         float b ;         double c ;         long d ;                  uns

2014-04-03 20:20:09 443

原创 oc第一天课程代码(NSString常用函数及初始化方式)

#import void stringOther() {     NSMutableString* str = [[NSMutableString alloc] initWithFormat:@"This is my program"] ;     //将字符串转(所有字符)换为大写字母返回     NSString* upStr = [str upperc

2014-04-02 19:14:27 1067

原创 oc第一天课程代码(创建矩形类)

一.创建矩形类main代码 #import #import "QFRect.h" int main(int argc, const char * argv[]) {    //oc关键字,处理代码模块内存管理关键字.     @autoreleasepool {                  // insert code here..

2014-04-02 19:10:35 693

Objective-C培训教程

Objective-C培训教材 1.程序语法与结构 2.数据类型 3.内存管理

2014-04-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除