博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年4月27日

摘要: Provider Communication with Apple Push Notification ServiceThis chapter describes the interfaces(接口) that providers use for communication with Apple Push Notification service (APNs) and discusses some of the functions that providers are expected to fulfill(满足、实行).General Provider RequirementsAs a pr 阅读全文

posted @ 2012-04-27 09:41 星尘的天空 阅读(324) 评论(0) 推荐(0) 编辑

摘要: 参考代码:UIImage *oriImage = [UIImage imageNamed:@"xxx.png"];NSString *imagePath = @"/Documents/01.png";NSData* imageData = UIImagePNGRepresentation(oriImage);[imageData writeToFile:imagePath atomically:YES];保存一个Image到一个指定的路径 阅读全文

posted @ 2012-04-27 07:44 星尘的天空 阅读(172) 评论(0) 推荐(0) 编辑