必须条件:99美元的帐号,没有这个就不用再往下看了。首先,登录到http://developer.apple.com/devcenter/ios/index.action,如果已经购买了iPhone Develop Program(iDP),登录进去后,页面右上角会看到如下图所示的页面:点击第一项:...
分类:
移动开发 时间:
2014-07-09 22:11:01
阅读次数:
270
IOS开发中的CGFloat、CGPoint、CGSize和CGRecthttp://developer.apple.com/library/ios/#documentation/GraphicsImaging/Reference/CGGeometry/Reference/reference.htm...
分类:
移动开发 时间:
2014-07-09 00:54:36
阅读次数:
247
直接上代码吧#-*-coding:utf-8import osif os.path.exists('d:\\cpickle.data'): os.remove('d:\\cpickle.data')import cPickle as Pshoplist=['apple','banana','...
分类:
编程语言 时间:
2014-07-07 00:09:58
阅读次数:
475
Reference link :https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/BinaryData/Tasks/WorkingBinaryData.html1. create NSData, here m...
分类:
移动开发 时间:
2014-07-06 20:28:23
阅读次数:
224
Looks like your app is ONLY available in Thailand storefront - so the lookup should include country code in the base lookup URL:http://itunes.apple.co...
分类:
移动开发 时间:
2014-07-06 15:28:03
阅读次数:
547
apple和google为webkit该浏览器引擎的发扬光大做出了重要贡献,在WWDC 2014发布会上发布iOS 8中,apple公布了WebKit框架,这意味着OSX和IOS开发者将共用同样的开发库,新改变可以提高开发者编写的代码的重复使用性。
webkit使用WKWebView来代替IOS的UIWebView和OSX的WebView,并且使用Nitro JavaScript引擎,这意味着所...
分类:
移动开发 时间:
2014-07-06 10:02:57
阅读次数:
270
LWTViewController.m//// LWTViewController.m// 网络编程练习 -- 大文件下载//// Created by apple on 14-6-28.// Copyright (c) 2014年 lwt. All rights reserved.//#i...
分类:
其他好文 时间:
2014-07-03 23:08:37
阅读次数:
236
LWTViewController.m//// LWTViewController.m// 网络编程练习 -- 文件上传//// Created by apple on 14-6-30.// Copyright (c) 2014年 lwt. All rights reserved.//#im...
分类:
其他好文 时间:
2014-07-03 23:07:34
阅读次数:
196
LWTViewController.m//// LWTViewController.m// 网络编程练习 -- 检测网络状态//// Created by apple on 14-7-2.// Copyright (c) 2014年 lwt. All rights reserved.//#i...
分类:
其他好文 时间:
2014-07-03 22:42:58
阅读次数:
303
网络编程基础 -- NSURLConnection-- GET请求LWTViewController.m//// LWTViewController.m// 网络编程练习 -- NSURLConnection -- get请求//// Created by apple on 14-6-26./...
分类:
其他好文 时间:
2014-07-03 12:07:21
阅读次数:
358