Skip to content

Commit

Permalink
impr: 常规更新
Browse files Browse the repository at this point in the history
  • Loading branch information
cloaks committed Sep 23, 2024
1 parent 10dffdd commit a928343
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added docs/ruankao/img_27.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/ruankao/img_28.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/ruankao/img_29.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/ruankao/img_30.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/ruankao/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# 高级架构师

[软件可靠性基础](reliability.md)是软件工程中的一部分,可靠性贯穿于软件工程生命周期的全过程。
# 高级架构师
31 changes: 31 additions & 0 deletions docs/ruankao/reliability.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 软件可靠性基础

## 软件可靠性基本概念(重要)

![img_26.png](img_26.png)

软件可靠性是软件产品在规定的条件下和规定的时间区间完成规定功能的能力。
Expand All @@ -16,3 +18,32 @@
* 平均失效前时间(MTTF):
* 平均恢复前时间(MTTR):
* 平均故障间隔时间(MTBF):

![img_27.png](img_27.png)

![img_28.png](img_28.png)

## 软件可靠性建模

![img_29.png](img_29.png)

## 软件可靠性管理

## 软件可靠性设计(重要)

软件可靠性设计技术有:容错设计技术、检错技术、降低复杂度设计、系统配置技术。

### 容错设计技术

### 检错技术

### 降低复杂度设计

### 系统配置技术

![img_30.png](img_30.png)

## 软件可靠性测试

## 软件可靠性评价

0 comments on commit a928343

Please sign in to comment.