首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏王小二的Android站

    Architecture of SQLite

    本文翻译自Architecture of SQLite https://www.sqlite.org/arch.html 介绍 本文档描述了SQLite库的体系结构。

    2K30发布于 2020-06-08
  • 来自专栏智能时刻

    IoTivitiy Architecture

    IoTivity is an open source software framework enabling seamless device-to-device connectivity to add

    72940发布于 2018-04-09
  • 来自专栏everhad

    The Clean Architecture

    原文地址:The Clean Architecture The Clean Architecture Over the last several years we’ve seen a whole range of ideas regarding the architecture of systems. These include: Hexagonal Architecture (a.k.a. by Jeffrey Palermo(洋葱架构) Screaming Architecture(尖叫架构?) The overriding rule that makes this architecture work is The Dependency Rule.

    2.6K60发布于 2018-01-08
  • Pstore architecture

    systemd start and dump pstore file if has

    11010编辑于 2026-03-18
  • 来自专栏虚拟化笔记

    switch architecture and pipeline

    感觉自己写这个有点班门弄斧,但为了知识体系完善,体系完善了好记住,硬着头皮写,写到什么程度算什么,理解不深,瞎扯蛋的成分比较多,大家不要笑话。

    2.3K20发布于 2021-02-24
  • 来自专栏用户4822892的专栏

    Benefits of Microservices Architecture

    Benefits of Microservices.png Microservices architecture enables a system to be divided into multiple Every service present in the microservices architecture is robust, flexible, composable, and complete Read: "Why Microservices Architecture?" Advantages of Microservices Architecture What are the advantages of Microservices Architecture? Still not sure if microservices architecture can be beneficial for you?

    71030发布于 2021-04-01
  • 来自专栏码匠的流水账

    聊聊Tomato Architecture

    序 本文主要研究一下Tomato Architecture Clean/Onion/Hexagonal/Ports&Adapters Architectures Clean Architecture clean Onion Architecture Onion Architecture定义了domain、repository、services、ui这几层,其核心要点如下: 整个应用基于独立的domain构建 内部的 Hexagonal Architecture(Ports&Adapters Architecture) Ports and Adapters architecture,又叫Hexagonal architecture 项目对Clean Architecture的实践 聊聊Onion Architecture项目结构 www.hexagonalarchitecture.org 聊聊buckpal对于Hexagonal Architecture的实践 聊聊Ports and Adapters architecture

    32310编辑于 2025-06-10
  • 来自专栏程序员与猫

    Log system architecture

    Keywords: Collector, Processor, Aggregator

    1.3K10发布于 2018-08-02
  • 来自专栏distributed cloud

    CDC network architecture

    CDC network architecture description:• Internal physical networking: two access switches are used to servers to the public network are achieved through customer local gateways or EIPs.Virtual network architecture

    28010编辑于 2025-06-16
  • 来自专栏虚拟化笔记

    datacenter network architecture

    借用cisco的这张图,用我自己的话说一上,可以看原文《Cisco Data Center Spine-and-Leaf Architecture: Design Overview》,写的特别多,大厂技术积累厚理解深

    1.2K30发布于 2021-02-24
  • 来自专栏码匠的流水账

    聊聊Tomato Architecture

    序本文主要研究一下Tomato ArchitectureClean/Onion/Hexagonal/Ports&Adapters ArchitecturesClean Architectureclean architecture Onion ArchitectureOnion Architecture定义了domain、repository、services、ui这几层,其核心要点如下:整个应用基于独立的domain构建内部的layer Hexagonal Architecture(Ports&Adapters Architecture)Ports and Adapters architecture,又叫Hexagonal architecture 项目对Clean Architecture的实践聊聊Onion Architecture项目结构www.hexagonalarchitecture.org聊聊buckpal对于Hexagonal Architecture 的实践聊聊Ports and Adapters architecture

    33110编辑于 2025-05-29
  • 来自专栏码匠的流水账

    聊聊Ports and Adapters architecture

    序 本文主要研究一下Ports and Adapters architecture Ports and Adapters architecture Ports and Adapters architecture ,又叫Hexagonal architecture,其中ports层是六边形的边界,其中port又可以分为driver port及driven port,简单理解对应输入层及输出层;边界保护的是内部的app services层以及domain层;adapter可以理解为将外部依赖进行适配,实现port层定义的接口 示例结构 github.com/albertllousas/implementing-hexagonal-architecture ,又叫Hexagonal architecture,其中ports层是六边形的边界,其中port又可以分为driver port及driven port,简单理解对应输入层及输出层;边界保护的是内部的app doc implementing-hexagonal-architecture

    69520发布于 2021-03-15
  • 来自专栏刘君君

    Docker Notes-architecture

    摘要: Docker Notes系列为学习Docker笔记,本文是Docker架构介绍

    55220发布于 2018-08-03
  • 来自专栏公众号:懒时小窝

    【Other】What is the Serverless architecture

    Source What is the Serverless architecture? I think you may have heard about Serverless Architecture. 我想你可能听说过无服务器架构(Serverless Architecture)。 图片 Monolith to serverless 从单体到无服务器 Years ago we were very satisfied with Monolithic Architecture. Then we came across Microservices architecture to avoid the drawbacks of the Monolithic. How to select a database for serverless architecture? 如何为无服务器架构选择数据库?

    3.2K20编辑于 2023-09-14
  • 来自专栏码匠的流水账

    聊聊Ports and Adapters architecture

    序 本文主要研究一下Ports and Adapters architecture Ports and Adapters architecture ? Ports and Adapters architecture,又叫Hexagonal architecture,其中ports层是六边形的边界,其中port又可以分为driver port及driven services层以及domain层;adapter可以理解为将外部依赖进行适配,实现port层定义的接口 示例结构 github.com/albertllousas/implementing-hexagonal-architecture ,又叫Hexagonal architecture,其中ports层是六边形的边界,其中port又可以分为driver port及driven port,简单理解对应输入层及输出层;边界保护的是内部的app doc implementing-hexagonal-architecture

    67620发布于 2021-03-24
  • 来自专栏公众号:懒时小窝

    【Other】What is the Serverless architecture

    Part1Source What is the Serverless architecture? I think you may have heard about Serverless Architecture. 我想你可能听说过无服务器架构(Serverless Architecture)。 Part3Monolith to serverless 从单体到无服务器 Years ago we were very satisfied with Monolithic Architecture. Then we came across Microservices architecture to avoid the drawbacks of the Monolithic. Part6How to select a database for serverless architecture? 如何为无服务器架构选择数据库?

    2.3K30编辑于 2023-09-14
  • 来自专栏公众号:懒时小窝

    【Other】What is the Serverless architecture

    Part1Source What is the Serverless architecture? I think you may have heard about Serverless Architecture. 我想你可能听说过无服务器架构(Serverless Architecture)。 Part3Monolith to serverless 从单体到无服务器 Years ago we were very satisfied with Monolithic Architecture. Then we came across Microservices architecture to avoid the drawbacks of the Monolithic. Part6How to select a database for serverless architecture? 如何为无服务器架构选择数据库?

    2.2K31编辑于 2023-09-14
  • 来自专栏AutoML(自动机器学习)

    Network Architecture Search Survey

    ?

    52120发布于 2018-10-15
  • 来自专栏公众号:懒时小窝

    【Other】What is the Serverless architecture

    Part1Source What is the Serverless architecture? I think you may have heard about Serverless Architecture. 我想你可能听说过无服务器架构(Serverless Architecture)。 Part3Monolith to serverless 从单体到无服务器 Years ago we were very satisfied with Monolithic Architecture. Then we came across Microservices architecture to avoid the drawbacks of the Monolithic. Part6How to select a database for serverless architecture? 如何为无服务器架构选择数据库?

    2.9K30编辑于 2023-09-14
  • 来自专栏小鄧子的技术博客专栏

    Easy Clean architecture on Android

    本文的目标是分享我使用clean Architecture构建项目时所收获的经验,希望能够为你的项目改进带来灵感。 Clean architecture and The Clean rule 这种看起来像“洋葱”的环形图就是Clean Architecture,不同颜色的“环”代表了不同的系统结构,它们组成了整个系统 另外值得一提的是architecture是面向软件设计的,它不应该做语言差异,而本文将主要讲述如何结合Clean Architecture构建你的Android应用程序。 具体到Android中的框架结构如下图所示: clean architecture structure 你可能有些困惑,为什么Domain指向Data? 为了更方便理解,我对项目进行了简单的拆解,并在图中加上了类的用例描述,它看起来就像这样: clean architecture UML 对上图所表示内容做一下总结: 首先,项目被分为三层: app:UI

    92530发布于 2018-08-20
领券