码迷,mamicode.com
首页 >  
搜索关键字:architecture    ( 1570个结果
embedded dylibs/frameworks are only supported on iOS 8.0 and later 错误解决
ld: warning: embedded dylibs/frameworks only run on iOS 8 or later ld: embedded dylibs/frameworks are only supported on iOS 8.0 and later (@rpath/XXX.framework/XXX) for architecture armv7 clang: error...
分类:移动开发   时间:2014-12-23 12:24:35    阅读次数:226
对“用微服务架构开发应用”的注解
下文是对 Chris Richardson(CloudFoundry 的创建者) 在 SlideShare 分享的“[Developing applications with a microservice architecture](http://www.slideshare.net/chris.e.richardson/developing-apps-wit...
分类:其他好文   时间:2014-12-23 00:24:17    阅读次数:423
xcode编译时,有第三方库时,编译设置build active architecture only问题
本文转载至http://blog.csdn.net/ysysbaobei/article/details/16371263编译静态库1、http://blog.csdn.net/dengdengxiximeimei/article/details/8845621关于Build Active Arch...
分类:其他好文   时间:2014-12-21 17:49:14    阅读次数:182
SOLID architecture principles using simple C# examples
转:http://www.codeproject.com/Articles/703634/SOLID-architecture-principles-using-simple-Csharp?msg=4729987#xx4729987xx
分类:Windows程序   时间:2014-12-19 17:15:55    阅读次数:177
利用cxf开发WebService
利用cxf开发WebService 1.什么是CXF Apache CXF =Celtix + Xfire 支持多种协议: ?    SOAP1.1,1,2 ?    XML/HTTP ?    CORBA(Common ObjectRequest Broker Architecture公共对象请求代理体系结构,早期语言使用的WS。C,c++,C#) ?    并可以与Spri...
分类:Web程序   时间:2014-12-19 10:06:14    阅读次数:229
[译]微服务架构(Microservices Architecture)
This a translation of an article (?http://microservices.io/patterns/microservices.html) originally written and copyrighted by Chris Richardson (?http://twitter.com/crichardson). 模式:微服务架构 ...
分类:其他好文   时间:2014-12-18 07:00:43    阅读次数:308
[Quote] Android Graphics Architecture
Fromhttps://source.android.com/devices/graphics/architecture.htmlGraphics architectureIN THIS DOCUMENTBufferQueue and grallocgralloc HALSurfaceFlinger...
分类:移动开发   时间:2014-12-17 14:27:21    阅读次数:472
KVM源代码解读:linux-3.17.4\arch\x86\include\asm\kvm_host.h
/** Kernel-based Virtual Machine driver for Linux** This header defines architecture specific interfaces, x86 version** This work is licensed under th...
分类:系统相关   时间:2014-12-16 13:02:25    阅读次数:487
JavaScript Application Architecture On The Road To 2015
JavaScript Application Architecture On The Road To 2015I once told someone I was an architect. It’s true in a way since I now have to design an intric...
分类:移动开发   时间:2014-12-16 09:52:28    阅读次数:480
Xcode Build Settings中的Architecture概述
Xcode 6.1版本在新建一个工程的时候,会给我们做一些默认的Build Settings,其中有一种很重要的就是Architecture的设置,先来看一张图片,如下所示: 在第二行的Architectures中,设置的是标准的架构,里面包括armv7,arm64.这个编译选项指定了工程将被编译成支持哪些指令集,支持指令集是通过编译生成对应的二进制数据包实现的,如果支持的指令集数目有多...
分类:其他好文   时间:2014-12-13 18:02:35    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!