Skip to content

Commit c5458a8

Browse files
committed
fix post system design wrong word
1 parent 2017293 commit c5458a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_posts/Interview-Questions-On-System-Design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ categories:
1313
# 什么是系统设计
1414

1515
- 系统设计是一个定义系统架构,模块,接口和数据满足特定需求的过程
16-
- 比如设计一个断网只服务,评论服务,Feed流系统,抢红包服务
16+
- 比如设计一个短网址服务,评论服务,Feed流系统,抢红包服务
1717
- 微服务架构很多系统被按照业务拆分,需要单独设计一个系统服务
1818

1919
# 系统设计需要掌握哪些知识
2020

21-
- 需要续杯相关领域,算法的经验,有一定的架构设计能力
21+
- 需要具备相关领域,算法的经验,有一定的架构设计能力
2222
- 熟悉后端技术组件,比如消息队列,缓存,数据库,框架
2323
- 具备文档撰写,流程图绘制,架构设计,编码实现等综合能力
2424

0 commit comments

Comments
 (0)