自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (1)
  • 收藏
  • 关注

转载 如何为snap设置代理

# 前置操作, 修改 systemctl edit 使用的编辑器为 VIM, 如果不介意 Nano 可以跳过这一步 $ sudo tee -a /etc/profile <<-'EOF' export SYSTEMD_EDITOR="/bin/vim" EOF $ source /etc/profile # 开始设置代理 $ sudo systemctl edit snapd 加...

2020-02-13 10:30:12 2036

原创 在深度里如何为apt指定代理

为apt命令指定-oAcquire::http::proxy="【http代理地址】" 例如: sudo apt-o Acquire::http::proxy="http://127.0.0.1:36033/" install docker-ce

2020-02-11 19:42:05 496

Domain-Driven Design Reference:Definitions and Pattern Summaries

本书是Eric Evans对他自己写的《领域驱动设计-软件核心复杂性应对之道》的一本字典式的参考书,可用于快速查找《领域驱动设计》中的诸多概念及其简明解释。书是英文版的,2015年3月修订版,我已经加了目录,方便大家参阅。 Acknowledgements Definitions Pattern Language Overview I. Putting the Model to Work Bounded Context Ubiquitous Language Continuous Integration Model-Driven Design Hands-on Modelers Refactoring Toward Deeper Insight II. Building Blocks of a Model-Driven Design Layered Architecture Entities Value Objects Domain Events * Services Modules Aggregates Repositories Factories III. Supple Design Intention-Revealing Interfaces Side-Effect-Free Functions Assertions Standalone Classes Closure of Operations Declarative Design iii Drawing on Established Formalisms Conceptual Contours IV. Context Mapping for Strategic Design Context Map Partnership * Shared Kernel Customer/Supplier Development Conformist Anticorruption Layer Open-host Service Published Language Separate Ways Big Ball of Mud * V. Distillation for Strategic Design Core Domain Generic Subdomains Domain Vision Statement Highlighted Core Cohesive Mechanisms Segregated Core Abstract Core VI. Large-scale Structure for Strategic Design Evolving Order System Metaphor Responsibility Layers Knowledge Level Pluggable Component Framework

2016-02-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除