-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5473c0
commit d54abf2
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 实验一(UML建模工具) | ||
|
||
## 实验目标 | ||
+ 工具安装之后,打开并截图,保存在实验报告中; | ||
+ 将个人选题及描述写在实验报告中,具体要求: | ||
+ 选题标题为软件名称; | ||
+ 描述中写出2-3个功能需求(不允许写“注册”和“登录”); | ||
+ 选题功能应该包含数据库的使用。 | ||
+ 实验报告将按照『教学助理』小程序的要求提交(此步骤延后)。 | ||
|
||
## 实验内容 | ||
+ 下载并安装建模工具 StarUML,下载地址:http://staruml.io | ||
+ 确定个人建模选题,将选题填写在 Issues 中: | ||
https://github.com/hzuapps/uml-modeling-2020/issues | ||
|
||
## 实验结果 | ||
1. 使用StarUML画图 | ||
![图一](./lab1.jpg) | ||
|
||
2. 选题:音乐播放器 | ||
功能需求: | ||
+ 用户可以创建新的聊天室 | ||
+ 用户可以在已经存在的聊天室聊天 | ||
+ 用户可以订阅聊天室/查看发过言的聊天室 | ||
+ 管理员可以删除/隐藏聊天室 |
d54abf2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Title:#1 提交实验一代码
Leave a comment:无