摘要: 服务框架异常 阅读全文
posted @ 2013-10-04 05:27 一滴雨、₯㎕ 阅读(1480) 评论(0) 推荐(0) 编辑
摘要: 1. NSData 与 NSStringNSData-> NSStringNSString *aString = [[NSString alloc] initWithData:adataencoding:NSUTF8StringEncoding];NSString->NSDataNSString *aString = @"1234abcd";NSData *aData = [aString dataUsingEncoding: NSUTF8StringEncoding];2.NSData 与 ByteNSData-> Byte数组NSString *tes 阅读全文
posted @ 2013-10-04 05:14 一滴雨、₯㎕ 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 1 #import "LyViewController.h" 2 #import "ASIHTTPRequest.h" 3 4 @interfaceLyViewController () 5 @propertyconstNSString *wcfConn; 6 @property NSString *userNameText; 7 @property NSString *userPwdText; 8 9 @end 10 @implementation LyViewController 11 12 - (id)initWithNibName:(NSStri 阅读全文
posted @ 2013-10-04 04:36 一滴雨、₯㎕ 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 1 #import "wcf2ViewController.h" 2 3 @implementation wcf2ViewController 4 @synthesize label; 5 6 -(void)viewDidLoad { 7 8 [superviewDidLoad]; 9 //Web Service Call 10 NSString *soapMessage = [NSStringstringWithFormat: 11 @"\n" 12 " \n" 18 " \n" 19 "" 阅读全文
posted @ 2013-10-04 04:30 一滴雨、₯㎕ 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 文章内容来自 http://superman474.blog.163.com/blog/static/120661462011453501746/ 阅读全文
posted @ 2013-10-04 04:19 一滴雨、₯㎕ 阅读(92) 评论(0) 推荐(0) 编辑