一、根据日期获得周- (NSString*)getInforFromTime:(NSString*)time{ if (time.length == 0) { return @""; } NSString* winInfor = @""; NSDateFormatter * dateF... Read More
posted @ 2014-07-25 14:36 燕羽天空 Views(121) Comments(0) Diggs(0) Edit
@literals(简写)在xcode4.4以前NSNumber所有的[NSNumber numberWith…:]方法都可以简写了:● [NSNumber numberWithChar:‘X’]简写为 @‘X’;● [NSNumber numberWithInt:12345] 简写为 @12345... Read More
posted @ 2014-07-25 14:19 燕羽天空 Views(635) Comments(0) Diggs(0) Edit
(原文:http://www.cnblogs.com/sell/archive/2013/02/16/2913341.html)1. Terms and conditions(法律与条款)1.1As a developer of applications for the App Store you ... Read More
posted @ 2014-07-25 11:44 燕羽天空 Views(263) Comments(0) Diggs(0) Edit
APNS是ApplePushNotificationService(ApplePush服务器)的缩写,是苹果的服务器。上图可以分为三个阶段。第一阶段:Push服务器应用程序把要发送的消息、目的iPhone的标识打包,发给APNS。第二阶段:APNS在自身的已注册Push服务的iPhone列表中,查找... Read More
posted @ 2014-07-25 11:11 燕羽天空 Views(436) Comments(0) Diggs(0) Edit