forked from hzuapps/uml-modeling-2020
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request hzuapps#451 from LSevern/master
第一次实验文档
- Loading branch information
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 @@ | ||
#实验一 | ||
|
||
##实验要求: | ||
|
||
+安装StarUML与Git; | ||
|
||
+确定选题及描述其功能; | ||
|
||
+创建第一个UML图; | ||
|
||
+提交报告及UML图片. | ||
|
||
##实验结果 | ||
|
||
###UML图展示 | ||
|
||
![第一个UML图](./Model1.jpg) | ||
|
||
###选题 | ||
|
||
+选题题目:医院挂号小程序 | ||
|
||
+功能描述:挂号、报告查询、住院服务。 | ||
|
||
+涉及数据库:可挂号门诊、医生情况、住院人信息等。 |