码迷,mamicode.com
首页 >  
搜索关键字:apple developer文档    ( 5563个结果
转 理解与分析ios应用的崩溃报告
理解与分析ios应用的崩溃报告源网址:http://developer.apple.com/library/ios/#technotes/tn2151/_index.html当一个应用程序崩溃时,创建一份“崩溃报告”对于理解崩溃是如何引起的非常有用。本文档包含有关如何识别,了解并解释崩溃报告的基本信...
分类:移动开发   时间:2014-07-07 12:50:09    阅读次数:227
网络编程练习 -- NSURLCache
LWTViewController.m//// LWTViewController.m// 网络编程练习 -- NSURLCache//// Created by apple on 14-7-2.// Copyright (c) 2014年 lwt. All rights reserved....
分类:其他好文   时间:2014-07-07 09:42:32    阅读次数:180
网络编程练习 -- POST-JSON数据
LWTViewController.m//// LWTViewController.m// 网络编程练习 -- POST-JSON数据//// Created by apple on 14-7-2.// Copyright (c) 2014年 lwt. All rights reserved...
分类:Web程序   时间:2014-07-07 09:22:26    阅读次数:192
网络编程练习 -- 大文件下载
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
网络编程练习 -- NSURLConnection -- get/post请求
网络编程基础 -- NSURLConnection-- GET请求LWTViewController.m//// LWTViewController.m// 网络编程练习 -- NSURLConnection -- get请求//// Created by apple on 14-6-26./...
分类:其他好文   时间:2014-07-03 12:07:21    阅读次数:358
Mac OSX Android 开发环境 模拟器报错
直接下载ADT mac版模拟器报错处理1. 显示隐藏文件命令显示:defaults write com.apple.finder AppleShowAllFiles -bool true隐藏:defaults write com.apple.finder AppleShowAllFiles -boo...
分类:移动开发   时间:2014-07-03 10:45:00    阅读次数:192
allocWithZone
从 Objective-C 里的 Alloc 和 AllocWithZone 谈起Creative Commons 共享创意许可,转载请注明来源一、问题起源一切起源于Apple官方文档里面关于单例(Singleton)的示范代码:Creating a Singleton Instance.主要的.....
分类:其他好文   时间:2014-07-02 17:12:50    阅读次数:364
An A-Z Index of the Apple OS X command line
来源:http://ss64.com/osx/An A-Z Index of theApple OS Xcommand line alias Create an alias ? alloc List used and free memory apropos Search t...
分类:移动开发   时间:2014-07-01 17:46:48    阅读次数:384
(转)apple-touch-icon-precomposed 和 apple-touch-icon属性区别
苹果safari浏览器当中apple-touch-icon-precomposed 和 apple-touch-icon属性是有区别的,之前在网上查了下相关的资料和苹果的开发文档手册,对这两中属性区别说的不够详细,导致现在大家开发的时候有些混淆。 苹果safari浏览器定义的这两种属性是为了苹果.....
分类:移动开发   时间:2014-07-01 16:27:46    阅读次数:210
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!