理解与分析ios应用的崩溃报告源网址:http://developer.apple.com/library/ios/#technotes/tn2151/_index.html当一个应用程序崩溃时,创建一份“崩溃报告”对于理解崩溃是如何引起的非常有用。本文档包含有关如何识别,了解并解释崩溃报告的基本信...
分类:
移动开发 时间:
2014-07-07 12:50:09
阅读次数:
227
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
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请求LWTViewController.m//// LWTViewController.m// 网络编程练习 -- NSURLConnection -- get请求//// Created by apple on 14-6-26./...
分类:
其他好文 时间:
2014-07-03 12:07:21
阅读次数:
358
直接下载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
从 Objective-C 里的 Alloc 和 AllocWithZone 谈起Creative Commons 共享创意许可,转载请注明来源一、问题起源一切起源于Apple官方文档里面关于单例(Singleton)的示范代码:Creating a Singleton Instance.主要的.....
分类:
其他好文 时间:
2014-07-02 17:12:50
阅读次数:
364
在前面的Linux文件系统Inotify机制 中介绍了Linux对文件变更监控过程。Android系统在此基础上封装了一个FileObserver类来方便使用Inotify机制。FileObserver是一个抽象类,需要定义子类实现该类的onEvent抽象方法,当被监控的文件或者目录发生变更事件时,将回调FileObserver的onEvent()函数来处理文件或目录的变更事件。...
分类:
移动开发 时间:
2014-07-02 16:24:35
阅读次数:
310
angluarjs UI与控制器分离 $watch() 、依赖注入...
分类:
Web程序 时间:
2014-07-02 09:32:50
阅读次数:
242