码迷,mamicode.com
首页 >  
搜索关键字:architecture    ( 1570个结果
基于MVC的RESTful风格的实现
基于MVC的RESTful风格的实现 1.RESTful风格阐述 REST服务是一种ROA(Resource-Oriented Architecture,面向资源的架构)应用。主要特点是方法信息存在于HTTP协议的方法中(GET,POST,PUT,DELETE),作用域存在于URL中。例如,在一个获 ...
分类:Web程序   时间:2019-11-02 13:35:40    阅读次数:115
The Architectural Principles Behind Vrbo’s GraphQL Implementation
转自:https://medium.com/expedia-group-tech/graphql-component-architecture-principles-homeaway-ede8a58d6fde At Vrbo, we’ve been using GraphQL for over a ...
分类:其他好文   时间:2019-10-31 23:41:58    阅读次数:106
compile and link C/CPP programs on Mac
ref: https://stackoverflow.com/questions/29987716/cannot use gsl library on macos ld symbols not found for architecture x86 6 Indeed, as @trojanfoe an ...
分类:系统相关   时间:2019-10-28 19:11:42    阅读次数:98
计算机系统结构总结_Instruction Set Architecture
Textbook:《计算机组成与设计——硬件/软件接口》 HI《计算机体系结构——量化研究方法》 QR 这节我们来看CPU内部的一些东西。 Instruction Set Architecture 指令集是介于硬件(CPU microarchitecture / IO / ....)和软件(comp ...
分类:其他好文   时间:2019-10-25 09:43:36    阅读次数:91
MFC之Frame-Splitter模型
1. 新建一个SDI工程,去掉“Document/View architecture support” 2. 添加 CTreeView 类的派生类 CLeftView 作为分隔器的左侧视图,添加 CListView 的派生类 CRightView 作为右边视图。可能需要 #include <afxc ...
分类:编程语言   时间:2019-10-22 22:19:51    阅读次数:104
关于flutter mac catalina arch: posix_spawnp: ...flutter/bin/cache/artifacts/engine/ios-release/gen_snapshot: Bad CPU type in executable
参考https://github.com/flutter/flutter/issues/33909 Xcode 10 SDK seems not to include i386 architecture. Can't build Flutter engine with Xcode 10 becaus ...
分类:移动开发   时间:2019-10-22 13:15:26    阅读次数:213
JavaEE三层架构
三层架构 三层架构是javaee规范中的推荐架构,传统意义上是分为表示层(UI)、业务逻辑层(BLL)、数据访问层(DAL)。在javaee的开发中,三层架构具体分为表示层(web层)、业务逻辑层(service)、数据访问层(dao层)。 三层架构是典型的架构模式(Architecture Pat ...
分类:编程语言   时间:2019-10-20 14:36:57    阅读次数:169
Video Architecture Search
Video Architecture Search 2019-10-20 06:48:26 This blog is from: https://ai.googleblog.com/2019/10/video-architecture-search.html Posted by Michael S. ...
分类:其他好文   时间:2019-10-20 10:57:57    阅读次数:99
使用Pods中使用Swift和Objective-C混编-编译不通过的原因
iOS开发 使用Pods中使用Swift和Objective C混编 编译不通过的原因 ld: symbol(s) not found for architecture arm64 问题基本描述 在Pods管理的Objective C中导入Swift过程中出现问题 项目中需要展示报表,而使用的第三方 ...
分类:编程语言   时间:2019-10-14 15:06:07    阅读次数:111
Paper Reading_SysML
最近(以及预感接下来的一年)会读很多很多的paper......不如开个帖子记录一下读paper心得 SysML相关的文章很多来源于上学期的8980课。有些和具体field(比如DB/architecture/...)相关的就放到各个field的分类里啦,这里放一些不好分类的 Class Blog ...
分类:其他好文   时间:2019-10-11 20:17:38    阅读次数:101
1570条   上一页 1 ... 13 14 15 16 17 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!