必须条件: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
NSString*str = [NSStringstringWithFormat:@"itms-apps://itunes.apple.com/app/id%@",@"884886468"]; [[UIApplicationsharedApplication]openURL:[NSURLUR...
分类:
移动开发 时间:
2014-07-08 23:15:26
阅读次数:
213
虽然现在已经有了很多主流的编程语言,但近几年,还是有一些新的编程语言出现。swift语言就是2014年最新出现的一种编程语言。swift语言是什么?Swift是Apple在WWDC2014所发布的一门编程语言,用来撰写OSX和iOS应用程序。这是苹果移动开发新推出的一种编程语言。014年7月编程语..
分类:
其他好文 时间:
2014-07-08 09:58:55
阅读次数:
224
前言使用centos6.5系统自带的netstat,grep,watch等命令,来分析网络连接状态,要求对TCP有限状态机的概念有较深入的理解。同时,这也是除了使用强大的专业第三方协议分析器,如wireshark以外,最有效的办法。写本博文的目的其中之一就是要告诉大家,不使用wireshark等第三方..
分类:
Web程序 时间:
2014-07-08 08:43:55
阅读次数:
279
直接上代码吧#-*-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-7-2.// Copyright (c) 2014年 lwt. All rights reserved.//#i...
分类:
其他好文 时间:
2014-07-03 22:42:58
阅读次数:
303