上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: @synchronized(self){//多线程中异步 读取同一个资源 可能出现数据重复问题 用互斥锁解决} 阅读全文
posted @ 2014-12-09 00:13 銱ル╬鎯噹 阅读(99) 评论(0) 推荐(0) 编辑
摘要: //// ZBMainViewController.m// TestProject//// Created by 张先森 on 14/12/5.// Copyright (c) 2014年 zhibin. All rights reserved.//#import "ZBMainViewContro... 阅读全文
posted @ 2014-12-09 00:09 銱ル╬鎯噹 阅读(108) 评论(0) 推荐(0) 编辑
摘要: //// ZBMainViewController.m// TestProject//// Created by 张先森 on 14/12/5.// Copyright (c) 2014年 zhibin. All rights reserved.//#import "ZBMainViewContro... 阅读全文
posted @ 2014-12-08 23:48 銱ル╬鎯噹 阅读(120) 评论(0) 推荐(0) 编辑
摘要: self.imageview=[[UIImageView alloc] init]; self.imageview.frame=CGRectMake(100, 100, 100, 100); [self.view addSubview:self.imageview]; self.imagev... 阅读全文
posted @ 2014-12-08 23:31 銱ル╬鎯噹 阅读(113) 评论(0) 推荐(0) 编辑
摘要: //// ZBMainViewController.m// TestProject//// Created by 张先森 on 14/12/5.// Copyright (c) 2014年 zhibin. All rights reserved.//#import "ZBMainViewContro... 阅读全文
posted @ 2014-12-08 23:15 銱ル╬鎯噹 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 利用APNS进行消息推送原理APNS 是Apple Push Notification Service(Apple Push服务器)的缩写,是苹果的服务器。APNS推送可以分为三个阶段:第一阶段:推送服务器应用程序把要发送的消息、目的iPhone的标识打包,发给APNS。第二阶段:APNS在自身的已... 阅读全文
posted @ 2014-12-02 15:16 銱ル╬鎯噹 阅读(186) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. //UIView UIView *view=[[UIView alloc]initWithFrame:CGRec... 阅读全文
posted @ 2014-12-02 14:47 銱ル╬鎯噹 阅读(151) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. UIImageView *imageView=[[UIImageView alloc]initWithFrame... 阅读全文
posted @ 2014-12-02 14:46 銱ル╬鎯噹 阅读(124) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. //显示图片的UIImageView UIImageView *imageview=[[UIImageView... 阅读全文
posted @ 2014-12-02 14:44 銱ル╬鎯噹 阅读(100) 评论(0) 推荐(0) 编辑
摘要: /** AFNetworkReachabilityStatusUnknown = -1, // 未知 AFNetworkReachabilityStatusNotReachable = 0, // 无连接 AFNetworkReachabilityStatusReacha... 阅读全文
posted @ 2014-11-27 23:10 銱ル╬鎯噹 阅读(992) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页