系统架构设计师-英文翻译题(2022年下半年)

Micro-service is a software development technology, which advocates dividing a single application into a group of small services, which coordinates and cooperates with each other to provide ultimate value for users.

微服务是一种软件开发技术,它主张将单个应用程序划分为一组小服务,相互协调合作,为用户提供终极价值。微

The micro-service (architecture)has many important benefits.

微服务架构有许多重要的好处。

First,it solves the problem of business complexity. lt decomposes the original huge single application into a group of services.Although the total amount of functions remains the same, the application has been decomposed into manageable services.

首先,它解决了业务复杂性的问题。它将原来庞大的单个应用程序分解为一组服务尽管功能的总数保持不变,但应用程序已被分解为可管理的服务。

The development speed of a single service is much faster, and it is easier to understand and(maintain).

单个服务的开发速度要快得多,而且更容易理解和维护

Second, this architecture allows each service to be (developed)independently by a team.

其次,这种架构允许每个服务由一个团队独立开发,

Developers are free to choose any appropriate technology.

开发人员可以自由选择任何适当的技术:

Third, the micro-service architecture mode enables each service to be (deployed)independently.

再次,微服务架构模式允许各个服务独立部署

Developers never need to coordinate the deployment of local changes to their services. These types of changes can be deployed immediately after testing.

开发人员永远不需要协调对其服务的本地更改的部署这些类型的更改可以在测试后立即部署:

Finally, themicro-service architecture enables each service to( expand)independently.

最后微服务架构允许每个服务独立扩展。

相关推荐
人才程序员1 天前
QML z轴(z-order)前后层级
c语言·前端·c++·qt·软件工程·用户界面·界面
Theodore_10221 天前
3 需求分析
java·开发语言·算法·java-ee·软件工程·需求分析·需求
做人求其滴1 天前
GDPU软件工程习题(挖空版)
软件工程
MrFlySand_飞沙1 天前
软件工程
软件工程
jokr_1 天前
【软件工程复习】
软件工程
云空1 天前
《软件工程文档攻略:解锁软件开发的“秘籍”》
软件工程
人才程序员1 天前
【无标题】
c语言·前端·c++·qt·软件工程·qml·界面
Aderversa2 天前
关于数据流图绘制和使用上的一些个人经验
软件工程
梁辰兴2 天前
UML 建模实验
软件工程·uml·建模
shinelord明3 天前
【再谈设计模式】外观模式~复杂系统交互的简化大师
开发语言·数据结构·设计模式·软件工程