随笔分类 - 框架
摘要:原文链接 云计算最初是实现资源管理的灵活性 云计算不光管资源,也要管应用 大数据拥抱云计算 数据的收集 数据的传输:基于硬盘的分布式队列 数据的存储:分布式文件系统 数据的分析:分布式计算的方法 人工智能拥抱大数据 推理、 知识教授、 基于统计的知识自学(事物间的关联)、 模拟大脑的工作方式(数学单
阅读全文
摘要:Spring boot 框架了解,java
阅读全文
摘要:GETTING DDD STARTED SURROUNDED BY LEGACY SYSTEMS ByEric Evans
阅读全文
摘要:原文 The Hollywood Principle states, “Don’t Call Us, We’ll Call You.” It’s closely related to the Dependency Inversion Principle, and illustrates a diff
阅读全文
摘要:MultipleCanonicalModels Scratch any large enterprise and you'll usually find some kind of group focused on enterprise-wide conceptual modeling. Most c
阅读全文
摘要:原文 BoundedContext Bounded Context is a central pattern in Domain-Driven Design. It is the focus of DDD's strategic design section which is all about d
阅读全文
摘要:Tight Coupling, Legos, and Super Glue
阅读全文
摘要:ASP.NET - 使用依赖关系注入在 ASP.NET Core 中编写干净代码
阅读全文
摘要:How to register a service with multiple interfaces in ASP.NET Core DI
阅读全文
摘要:ASP.NET Core Middleware
阅读全文
摘要:Configuration in ASP.NET Core App configuration in ASP.NET Core is based on key-value pairs established by configuration providers. Configuration prov
阅读全文
摘要:Options pattern in ASP.NET Core
阅读全文
摘要:原文 "If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization." - Gerald We
阅读全文
摘要:原文 github地址 ASP.NET Core supports the dependency injection (DI) software design pattern, which is a technique for achieving Inversion of Control (IoC)
阅读全文