
iOS 网络编程
打鱼的阿猫
这个作者很懒,什么都没留下…
展开
-
多线程问题 ----- UI视图 & NSTimer 同时执行操作
//// RootViewController.m// 多线程-//// Created by zm on 14-11-26.// Copyright (c) 2014年 practice. All rights reserved.//#import "RootViewController.h"@interface RootViewController (){原创 2014-11-26 13:37:58 · 980 阅读 · 0 评论 -
nsdictionary ,nsarray 和 json 字符串 的转换
一,提交数据: foudation 类型转 json 字符串 1.字符拼接方法NSMutableString *listStr = [[NSMutableString alloc] initWithString:@"["]; for (NSString *t原创 2015-08-06 17:37:02 · 510 阅读 · 0 评论