
OC
文章平均质量分 77
forever917
这个作者很懒,什么都没留下…
展开
-
oc调用web service接口
方法一:直接将参数用&拼接在调用的接口之后,然后Request请求即可。NSString * putSFC(const char * url,int timout){ NSURL * strURL = [NSURL URLWithString:[NSString stringWithUTF8String:url]]; if (!strURL) {原创 2016-08-04 15:34:42 · 481 阅读 · 0 评论 -
nsdate学习
OC NSDATE类用法/* G 年代标志符 y 年 M 月 d 日 h 时 在上午或下午 (1~12) H 时 在一天中 (0~23) m 分 s 秒 S 毫秒 E 星期 D 一年中的第几天 F 一月中第几个星期几 w 一年中第几个星期 W 一月中第几个星期 a 上午 /转载 2016-05-04 15:16:29 · 298 阅读 · 0 评论 -
RegexKitLite
转载地址http://www.cnblogs.com/larryblog/archive/2012/05/16/2504299.html1.去RegexKitLite下载类库,解压出来会有一个例子包及2个文件,其实用到的就这2个文件,添加到工程中。备用地址:http://www.cocoachina.com/bbs/job.php?action-download-pid转载 2016-02-29 17:01:06 · 315 阅读 · 0 评论 -
小工具-串口连接数据对比
2016-3-9IIC-Project串口初始化:-(int)serialPortInitial{ [m_pSerialPort close]; NSString * strPort = [dicConfiguration valueForKey:KEY_SPIIC]; //局部string取得已存好的字典中的key值 m_pSerialPort原创 2016-03-09 17:25:49 · 707 阅读 · 0 评论 -
OC线程note
线程笔记原创 2016-06-25 10:54:09 · 264 阅读 · 0 评论