Skip to content

Commit 0419856

Browse files
committed
增加架构设计
1 parent 0cc96f5 commit 0419856

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
1.12 MB
Loading

Architecture/架构设计.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<h1 align="center">架构设计</h1>
2+
3+
[toc]
4+
5+
6+
7+
## 目的
8+
9+
架构设计的主要目的是为了解决软件系统复杂度带来的问题。
10+
11+
通过合理的架构设计提升性能、可用性、扩展性,使得引入变化时可以尽可能抑制成本。
12+
13+
## 设计图
14+
15+
- 功能图
16+
- 架构图
17+
- 流程图
18+
- 类图
19+
- 接口图
20+
21+
画图的优点:
22+
23+
## 结构设计
24+
25+
- 模块化
26+
- 组件化
27+
- 结构分层
28+
- 网络框架选择:优缺点
29+
- 图片加载框架选择:优缺点
30+
- 数据库框架选择:优缺点
31+
-
32+
33+
## 监控
34+
35+
![img](./media/20230311215612403.png)
36+
37+
## 优秀架构文章
38+
39+
- [Software Architecture and Design. It’s the decisions you wish you could… | by D. Husni Fahri Rizal | The Legend | Medium](https://medium.com/the-legend/software-arsitektur-dan-design-90f76288078e)
40+
- [一文教会你如何画好架构图-今日头条 (toutiao.com)](https://www.toutiao.com/article/7223195075596141113/?app=news_article&timestamp=1681948398&use_new_style=1&req_id=20230420075318A13197BACBC10123B3CE&group_id=7223195075596141113&wxshare_count=1&tt_from=weixin&utm_source=weixin&utm_medium=toutiao_android&utm_campaign=client_share&share_token=f79a4fb8-48b9-488a-8c93-d44700204a9f&source=m_redirect)

0 commit comments

Comments
 (0)