码迷,mamicode.com
首页 >  
搜索关键字:reason -__nscfnumber    ( 798个结果
Push segues can only be used when the.....
刚刚遇到的两个错误,。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
cocos2dx 的基本框架
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
Content encoding error问题解决方法
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
cocos2dx 的基本框架
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
.Net 转战 Android 4.4 日常笔记(10)--ADT集成环境更新SDK
今天下载了一份原来来参考,却发现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
JavaScript Patterns 3.7 Primitive Wrappers
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
Can't add self as subview
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
798条   上一页 1 ... 77 78 79 80 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!