码迷,mamicode.com
首页 >  
搜索关键字:architecture    ( 1570个结果
[Note] 计算机网络的应用层
应用层 原理 结构和模型 客户-服务器体系结构(client-server architecture ) 通信不是直接的,需要通过服务器转发 经常会在服务器积压大量的负载 服务器是提供服务的机器 服务器是一台常连接(always-on)的主机,具有固定的 IP 地址 因此,客户总是可以通过向服务器的 ...
分类:其他好文   时间:2018-03-03 14:05:37    阅读次数:171
What is Web Application Architecture? How It Works, Trends, Best Practices and More
At Stackify, we understand the amount of effort that goes into creating great applications. That’s why we build tools for Application Performance Mana ...
分类:移动开发   时间:2018-02-26 15:11:40    阅读次数:636
Oracle Apps DBA R12.2 Syllabus
1. What is Oracle R12.2 R12.2 Definition Architecture Advantages of R12.2 Limitations of R12.2 What Benefit Business users will get from R12.2 2. Diff... ...
分类:移动开发   时间:2018-02-25 13:07:12    阅读次数:168
西蒙布朗-C4模型
关于 C4 模型的一些解释 C4 模型是来自 software architecture for developers 一书的定义,指的是 Context 上下文场景、Container 容器、Component 组件和 Classes 类(或者 Code 代码),意思指一个软件架构是由这些模型呈树 ...
分类:其他好文   时间:2018-02-23 13:29:26    阅读次数:211
深度学习Inception
Inception的发展经历了4个版本,不太了解的童鞋可以参考:Short history of the Inception deep learning architecture 第一次学习GoogLeNet网络架构就深深被Inception的设计所吸引(如下图右),摸索着学习了部分设计灵感。 In ...
分类:其他好文   时间:2018-02-22 21:32:09    阅读次数:231
LinkIt Smart 7688 从源码构建固件并升级
1.操作系统:Ubuntu 16.04 LTS 2.安装必要的支持包: $:sudo dpkg --add-architecture i386 $:sudo apt-get update $:sudo apt-get install libc6:i386 libncurses5:i386 libst ...
分类:其他好文   时间:2018-02-17 10:30:13    阅读次数:717
Linux中断 - GIC代码分析
一、前言 GIC(Generic Interrupt Controller)是ARM公司提供的一个通用的中断控制器,其architecture specification目前有四个版本,V1~V4(V2最多支持8个ARM core,V3/V4支持更多的ARM core,主要用于ARM64服务器系统结 ...
分类:系统相关   时间:2018-02-13 22:16:35    阅读次数:372
Linux中断 - High level irq event handler
一、前言 当外设触发一次中断后,一个大概的处理过程是: 1、具体CPU architecture相关的模块会进行现场保护,然后调用machine driver对应的中断处理handler 2、machine driver对应的中断处理handler中会根据硬件的信息获取HW interrupt ID ...
分类:系统相关   时间:2018-02-13 22:16:18    阅读次数:297
状态管理(Vuex、 Flux、Redux、The Elm Architecture)
1、https://vuex.vuejs.org/zh-cn/intro.html (vuex) 这就是 Vuex 背后的基本思想,借鉴了 Flux、Redux、和 The Elm Architecture。与其他模式不同的是,Vuex 是专门为 Vue.js 设计的状态管理库,以利用 Vue.js ...
分类:其他好文   时间:2018-02-12 18:48:28    阅读次数:184
How To Build Kubernetes Platform (构建Kubernetes平台方案参考)
Architecture Architecture Diagram Non-Prod Environment Prod Environment Cluster Networking Container RepositorySetup Minikube For Dev Env Kubeadm For ...
分类:Web程序   时间:2018-02-09 20:23:43    阅读次数:356
1570条   上一页 1 ... 37 38 39 40 41 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!