草叶睡蜢

导航

上一页 1 ··· 5 6 7 8 9

2021年10月16日 #

面向对象基础知识-一、类和对象

摘要: 一、类和对象 1.1 类和对象的基本概念 1.1.1 类 Class 抽象 抽象模型 1.1.2 对象 Object 类的实例化 1.1.3 类和对象之间的关系 1.2 对象和对象变量 1.2.1 对象和对象变量之间的关系 引用类型和值类型的区别 引用类型 Reference Type:“类”类型的 阅读全文

posted @ 2021-10-16 08:39 草叶睡蜢 阅读(105) 评论(0) 推荐(0) 编辑

2021年10月15日 #

2.3 Core Building Blocks 核心构件

摘要: Core Building Blocks 核心构件 DDD mostly focuses on the Domain & Application Layers and ignores the Presentation and Infrastructure. They are seen as deta 阅读全文

posted @ 2021-10-15 10:55 草叶睡蜢 阅读(142) 评论(0) 推荐(0) 编辑

2.2 DDD Layers & Clean Architecture DDD分层和简洁架构

摘要: DDD Layers & Clean Architecture DDD分层和简洁架构 There are four fundamental layers of a Domain Driven Based Solution; 一个基于领域驱动的解决方案有四层,如下图所示: Business Logic 阅读全文

posted @ 2021-10-15 10:19 草叶睡蜢 阅读(274) 评论(0) 推荐(0) 编辑

2.1 OOP & SOLID

摘要: OOP & SOLID Implementing DDD highly relies on the Object Oriented Programming (OOP) and SOLID principles. Actually, it implements and extends these pr 阅读全文

posted @ 2021-10-15 09:44 草叶睡蜢 阅读(106) 评论(0) 推荐(0) 编辑

2 What is the Domain Driven Design? 什么是领域驱动设计

摘要: What is the Domain Driven Design? 什么是领域驱动设计 Domain-driven design (DDD) is an approach to software development for complex needs by connecting the impl 阅读全文

posted @ 2021-10-15 09:35 草叶睡蜢 阅读(190) 评论(0) 推荐(0) 编辑

1.2 Simple Code!(翻译)

摘要: Simple Code! 简洁编码 Playing football is very simple, but playing simple football is the hardest thing there is. — Johan Cruyff 踢足球非常简单,但踢简单的足球是最难的事情。— J 阅读全文

posted @ 2021-10-15 09:19 草叶睡蜢 阅读(195) 评论(0) 推荐(0) 编辑

2021年10月14日 #

1.1 目标(翻译)

摘要: Goal The goals of this book are; 本书目标: Introduce and explain the DDD architecture, concepts,principles, patterns and building blocks. 介绍并诠释DDD架构、概念、原则 阅读全文

posted @ 2021-10-14 21:10 草叶睡蜢 阅读(213) 评论(0) 推荐(0) 编辑

一、简介(翻译)

摘要: INTRODUCTION 简介 This is a practical guide for implementing the Domain Driven Design (DDD). While the implementation details rely on the ABP Framework 阅读全文

posted @ 2021-10-14 18:42 草叶睡蜢 阅读(220) 评论(0) 推荐(0) 编辑

(翻译)领域驱动设计实现-Implementing Domain Driven Design

摘要: 简介 Implementing Domain Driven Design 领域驱动设计实现 A practical guide for implementing the Domain Driven Design with the ABP Framework 基于ABP框架实现领域驱动设计的一个实用指 阅读全文

posted @ 2021-10-14 18:26 草叶睡蜢 阅读(721) 评论(4) 推荐(2) 编辑

上一页 1 ··· 5 6 7 8 9