Skip to content

Commit

Permalink
Merge pull request #2492 from EderAlan/master
Browse files Browse the repository at this point in the history
#8 #539 实验8:修改了多个实验的图,以及补交实验7
  • Loading branch information
zengsn authored Apr 17, 2020
2 parents 006f067 + 518667c commit 2cdba4e
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 9 deletions.
Binary file modified students/1714080902441/ClassDiagram1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified students/1714080902441/ClassDiagram3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified students/1714080902441/Lab3_ActivityDiagram1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified students/1714080902441/Lab6_SequenceDiagram1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified students/1714080902441/Lab6_SequenceDiagram3.jpg
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 students/1714080902441/StatechartDiagram1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 10 additions & 9 deletions students/1714080902441/lab2.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
~| 3. 系统检查搜索内容不为空; |
~| 4. 系统识别搜索内容成功; |
~| 5. 查询视频标题; |
~| 6. 系统显示视频列表页面; |
~| 6. 系统显示视频列表; |
扩展流程 | 3.1 系统检查搜索内容为空,提示“搜索内容不能为空”; |
~| 4.1 系统识别搜索内容失败,提示“请重新输入”。 |

Expand All @@ -65,11 +65,12 @@
后置条件 | | *可选*
基本流程 | 1. 观众点击发送弹幕框; |*用例执行成功的步骤*
~| 2. 观众输入弹幕内容; |
~| 3. 系统检测弹幕内容不为空; |
~| 4. 系统检测弹幕内容符合法律法规; |
~| 5. 系统保存弹幕到本地弹幕池; |
~| 6. 系统上传弹幕到云端弹幕池; |
~| 7. 系统装载新弹幕到视频中; |
~| 8. 系统显示“弹幕发送成功”; |
扩展流程 | 3.1 系统检测弹幕内容为空,提示“不能发送空弹幕”; |
~| 4.1 系统检测弹幕内容违反法律法规,提示“弹幕内容违反相关法律法规,请重新输入”。 |
~| 3. 系统保存弹幕为草稿; |
~| 4. 系统检测弹幕内容不为空; |
~| 5. 系统检测弹幕内容符合法律法规; |
~| 6. 系统保存弹幕到本地弹幕池; |
~| 7. 系统上传弹幕到云端弹幕池; |
~| 8. 系统装载新弹幕到视频中; |
~| 9. 系统显示“弹幕发送成功”; |
扩展流程 | 4.1 系统检测弹幕内容为空,提示“不能发送空弹幕”; |
~| 5.1 系统检测弹幕内容违反法律法规,提示“弹幕内容违反相关法律法规,请重新输入”。 |
28 changes: 28 additions & 0 deletions students/1714080902441/lab7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 实验七:状态建模

## 一、实验目标

1. 掌握对象状态建模(状态图,Statechart)

## 二、实验内容

1. 寻找一个关键对象
2. 设计该对象的关键状态
3. 设计状态之间的转变条件

## 三、实验步骤

1. 寻找关键对象
- 弹幕
2. 设计该对象的状态
- 草稿的
- 已过审的
- 未过审的
- 已发布的
3. 设计状态之间的转变条件


## 实验结果

![弹幕状态图](./StatechartDiagram1.jpg)
图1:弹幕的状态图

0 comments on commit 2cdba4e

Please sign in to comment.