初学XCode最让人头疼的就是项目各属性设置,各种不解,这里做个总结: 项目配置: 基本项(Basic) 1、Architectures(指令集)——设置你想支持的指令集,目前ios的指令集有以下几种: (1)armv6,支持的机器iPhone,iPhone2,iPhone3G及对应的iTouch ...
分类:
其他好文 时间:
2016-08-19 14:42:34
阅读次数:
179
十年前,Martin Fowler撰写了 GUI Architectures 一文,至今被奉为经典。本文所谈的所谓架构二字,核心即是对于对于富客户端的 代码组织/职责划分 。纵览这十年内的架构模式变迁,大概可以分为MV*与Unidirectional两大类,而Clean Architecture则是 ...
分类:
Web程序 时间:
2016-08-17 15:31:10
阅读次数:
438
cache 1、why The existence of cache is based on a mismatch between the performance characteristics of core components of computing architectures, namel ...
分类:
系统相关 时间:
2016-08-04 13:17:51
阅读次数:
297
Please indicate the source: http://blog.csdn.net/gaoxiangnumber1
Welcome to my github: https://github.com/gaoxiangnumber12.1 Principles of Network Applications2.1.1 Network Application Architectures
A...
分类:
移动开发 时间:
2016-07-19 13:53:01
阅读次数:
391
一、报错与警报 1、错误代码:No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=armv7 armv7s) build 这个target的时候命令行报错。可以在 build s ...
分类:
移动开发 时间:
2016-07-04 17:00:22
阅读次数:
429
Dueling Network Architectures for Deep Reinforcement Learning ICML 2016 Best Paper Google DeepMind Abstract: 本文是 ICML 2016 的最佳论文之一,又是出自 Google DeepMin ...
分类:
Web程序 时间:
2016-06-21 22:23:47
阅读次数:
803
1. 架构和框架的设计层次不同 类似于硬件设计,软件设计也分为不同的层次。典型的软件设计层次如下图: 在这个图中我们可以看到,Framework处于Micro-architectures和Application Level之间。Deisgn Patterns是Micro-architectures级 ...
分类:
其他好文 时间:
2016-06-08 20:16:22
阅读次数:
151
X-code 编译报错: No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=arm64, VALID_ARCHS=armv7 armv7s). 运行报错出现的原因:armv7s是应用在iPhone 5 A6 的架构上 ...
分类:
其他好文 时间:
2016-06-06 16:59:46
阅读次数:
779
ARM 处理器架构 转自:http://www.arm.com/zh/products/processors/instruction-set-architectures/index.php ARM 架构是构建每个 ARM 处理器的基础。ARM 架构随着时间的推移不断发展,其中包含的架构功能可满足不断 ...
分类:
其他好文 时间:
2016-05-13 08:38:30
阅读次数:
186
一、xcode中在自己项目中引入cocos2dx,需要导入cocos2d_libs静态库。首先需要到官网下载cocos2d引擎,cocos2d引擎下载链接点击进入官网二、将cocos2d引擎拷贝到工程目录,在工程中add Files..添加到工程中。
三、添加依赖库
四、对工程进行配置
1、Build Settings中配置
设置Valid Architectures...
分类:
移动开发 时间:
2016-04-15 12:09:39
阅读次数:
223