刚刚遇到的两个错误,。1,Terminating app due to uncaught exception'NSGenericException', reason: 'Push segues can only be used when the sourcecontroller is managed...
分类:
其他好文 时间:
2014-06-20 23:08:13
阅读次数:
318
什么是单一职责原则? 单一职责原则的英文名称是Single Responsibility
Principle,简称是SRP。SRP原则的解释是:There should never be more than one reason for a
class to change。定义很简单,即不能存在多....
分类:
其他好文 时间:
2014-06-12 15:29:46
阅读次数:
202
AppDelegate.h#ifndef _APP_DELEGATE_H_#define
_APP_DELEGATE_H_#include "cocos2d.h"USING_NS_CC;/**@brief The cocos2d
Application.The reason for imp...
分类:
其他好文 时间:
2014-06-10 22:15:51
阅读次数:
245
A few people have been experiencing the following
error. UPDATE: The reason for it happening is because when your browsers request
a page from us, we ...
分类:
其他好文 时间:
2014-06-10 20:51:52
阅读次数:
273
AppDelegate.h#ifndef _APP_DELEGATE_H_#define
_APP_DELEGATE_H_#include "cocos2d.h"USING_NS_CC;/**@brief The cocos2d
Application.The reason for imp...
分类:
其他好文 时间:
2014-06-10 10:28:07
阅读次数:
260
今天下载了一份原来来参考,却发现SDK版本偏低我没有安装用SDK
Manager却一直更新不了出现Failed to fetch URL
https://dl-ssl.google.com/android/repository/repository-6.xml, reason:
Connection...
分类:
移动开发 时间:
2014-06-09 17:48:05
阅读次数:
409
什么是单一职责原则 什么是单一职责原则? 单一职责原则的英文名称是Single
Responsibility Principle,简称SRP。SRP的原话解释是:There should never be more than one
reason for a class to change.也就是说...
分类:
其他好文 时间:
2014-06-08 19:36:12
阅读次数:
315
One reason to use the wrapper objects is when
you want to augment the value and persist state. Because primitives are not
objects, they cannot be augm...
分类:
移动开发 时间:
2014-06-03 16:20:47
阅读次数:
345
iOS7刚发布的时候,总是出现这个 Can't add self as subview 的崩溃,团队内部没出现过,但是外部用户的crash频频上报这个崩溃。
异常描述和崩溃堆栈是这样的:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Can't add se...
分类:
其他好文 时间:
2014-06-01 17:32:08
阅读次数:
489