ASIHTTPRequest 类库在iOS 7.0中,会有一些报错警告,需要稍作修改:
1、
修改成:
2、
修改成:


1、
if ([inputStream streamStatus] == NSStreamEventErrorOccurred) {
修改成:
if ([inputStream streamStatus] == (NSStreamStatus)NSStreamEventErrorOccurred) {
2、
return [[NSDate date] addTimeInterval:maxAge];
修改成:
return [[NSDate date] dateByAddingTimeInterval:maxAge];


max
2017-4-17 09:12
j85j85j85j85
max
2017-4-17 09:12
j85j85j85j85
max
2017-4-17 09:12
j85j85j85j85
max
2017-4-17 09:13
j85j85j85j85
max
2017-4-17 09:13
j85j85j85j85
max
2017-4-17 09:13
j85j85j85j85
max
2017-4-17 09:13
j85j85j85j85
max
2017-4-17 09:13
j85j85j85j85
max
2017-4-17 09:13
j85j85j85j85
max
2017-4-17 09:14
j85j85j85j85
max
2017-4-17 09:14
j85j85j85j85
max
2017-4-17 09:14
j85j85j85j85
max
2017-4-17 09:14
j85j85j85j85
max
2017-4-17 09:14
j85j85j85j85
max
2017-4-17 09:14
j85j85j85j85
max
2017-4-17 09:15
j85j85j85j85
max
2017-4-17 09:15
j85j85j85j85
max
2017-4-17 09:15
j85j85j85j85
max
2017-4-17 09:15
j85j85j85j85
max
2017-4-17 09:15
j85j85j85j85
分页: 12/79
7 8 9 10 11 12 13 14 15 16
7 8 9 10 11 12 13 14 15 16
博客换了个VPS
移动互联网初创型团队需要什么样的云计算服务?

2013-10-6 13:34 | by







