CSS Architecture & CSS Design Patterns
转载 2020-06-17 12:02:00
119阅读
2评论
作者: 阎宏 责任编辑:>方舟 什么是软件系统的架构(Architecture)?一般而言,架构有两个要素:   ·它是一个软件系统从整体到部分的最高层次的划分。   一个系统通常是由元件组成的,而这些元件如何形成、相互之间如何发生作用,则是关于这个系统本身结构的重要信息。   详细地说,就是要包括架构元件(Architecture Component)、联
我所能理解的 Android Architecture Components写在前面: Android Architecture Components 是 Google 2017 年 I/O 大会提出的一种架构解决方案。在此之前,Android 应用大多数以 MVC MVP MVVM 等比较常见的架构方式被构建。看到这样各自为战的情况,再加上开发者们强烈的意愿,Google 自然也坐不住了,推出
转载 2023-08-12 17:51:32
120阅读
In software engineering, multitier architecture (often referred to as n-tier architecture) or multilayered architecture is a client–server architectur
转载 2018-01-04 21:52:00
246阅读
2评论
架构(Architecture)的意义:先不要看什么是架构,先看下architect是什么,没有错,它是建筑师,在一块空地上build高楼大厦的人,它是一个designer,设计好整个大楼,也是一个superviser,监督好整个项目不偏离设计。切换到computing的小宇宙,它就是架构设计者,设计出整个软件的主体结构,同时确保整个软件项目按照设计完成。略有不同的是,一个大楼更倾向于静态的设计,
转载 2023-07-04 22:25:17
71阅读
学习摘录于网上资料文章Refined Architecture,直接翻译为【精致的建筑】,这是本书的第三个部分,前两个阶段按分别为pre-Architecture阶段、conceptual Architecture阶段,两个阶段分别为【前架构】、【概念架构】,我自己对这写阶段的理解就是,一栋建筑物的形成过程,在正式架构之前,要了解这栋建筑的用途,居民楼?学生公寓?购物广场?政府大楼……,将情况了解
转载 2023-10-09 14:06:00
169阅读
Computer Systems A Programmer's Perspective Second Edition We have seen that a processor must execute a sequence of instructions, where each instructi
ide
转载 2016-12-07 12:53:00
121阅读
Introduction The Hadoop Distributed File System (HDFS) is a distributed file system designed to run on commodity hardware. It has many similarities wi
原创 2021-08-07 14:45:10
297阅读
WCF - Architecture WCF has a layered architecture that offers ample support for developing various distributed applications. The architecture is expla
转载 2015-07-07 21:22:00
205阅读
2评论
![|700](https://gitee.com/srxyjxjg/images/raw/master/202203250850561.png)
git
原创 2022-03-26 07:03:10
209阅读
http://hbase.apache.org/book.html#architecture
原创 2023-03-22 16:13:44
56阅读
HDFS ArchitectureHDFS ArchitectureIntroductionAssumptions and GoalsHard
原创 2023-06-05 14:45:35
55阅读
HDFS ArchitectureIntroductionHDFS是分布式文件系统,它被设计为运行在普通商用硬件之上
ArchitectureAirflow是一个DGA流派的作业调度平台,既然是作业调度平台,那就分执行从如何部署一个健壮的 apache-a...
原创 2022-10-28 13:57:06
165阅读
oTivity is an open source software framework enabling seamless devic
转载 2022-06-25 00:01:27
107阅读
内容来自github 官方文档,参考连接:https://github.com/cortexproject/cortex/blob/master/docs/architecture.md Cortex consists of multiple horizontally scalable micros
原创 2021-07-19 11:27:20
447阅读
# Kubernetes Architecture: A Comprehensive Guide Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It
原创 2024-02-28 03:37:54
16阅读
1 前言前一篇博文已经初步的介绍了Android Architecture Components的基本概念以及基本使用,相信大家已经对这个组件有了一定的了解,这一篇博文主要来解析Android Architecture Components 的Lifecycles生命周期组件,以便于大家更好的深入理解这个组件。从而更好的进行App架构设计。2 Lifecycles 的作用生命周期管理(Lifecy
Android ArchitectureThe following diagram shows the major components of the Android operating system. Each section is described in more detail below.ApplicationsAndroid will ship with a set of core ap
转载 2012-01-20 16:07:00
221阅读
2评论
The fundamental idea of YARN is to split up the functionalities of resource management and job scheduling/monitoring into separate daemons. The idea i
原创 2021-08-07 11:28:57
772阅读
  • 1
  • 2
  • 3
  • 4
  • 5