-
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.
Merge pull request #2490 from nekodevelopers/master
- Loading branch information
Showing
2 changed files
with
24 additions
and
18 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,34 +1,40 @@ | ||
#实验一 | ||
# 实验一:UML建模工具 | ||
|
||
##实验目标 | ||
## 1.实验目标 | ||
|
||
#下载StarUML和Git | ||
1. 认识staruml工具。 | ||
2. 认识建模概念。 | ||
3. 建立个人课程选题。 | ||
|
||
#注册git账号 | ||
## 2.实验内容 | ||
|
||
#确认选题及其功能要求 | ||
1. 下载并安装建模工具 StarUML,下载地址:http://staruml.io | ||
2. 确定个人建模选题,将选题填写在 Issues 中:https://github.com/hzuapps/uml-modeling-2020/issues | ||
|
||
#建立第一个UML模型图 | ||
## 3.实验步骤 | ||
|
||
#使用git上传本地使用文件 | ||
1. 首选按照要求安装好staruml工具; | ||
2. 再根据要求建立自己的个人选题; | ||
3. 再根据选题建立自己的选题的功能需求; | ||
4. 最后编写报告并提交。 | ||
|
||
#在GitHup将git上的文件发送至老师账号 | ||
|
||
|
||
##实验内容 | ||
## 实验结果 | ||
|
||
![StarUML图](./staUml.jpg) | ||
|
||
##选题标题:本地应用管理系统 | ||
## 选题标题:本地应用管理系统 | ||
|
||
##功能需求 | ||
## 功能需求 | ||
|
||
#题目数据库建立 | ||
# 题目数据库建立 | ||
|
||
主键id(int),js调用本地register命令,用于唤起外部链接(varchar),应用名称(varchar) | ||
|
||
#功能1:对应用列表增删查改 | ||
# 功能1: | ||
添加应用 | ||
|
||
#功能2:模糊搜索应用 | ||
# 功能2: | ||
删除应用 | ||
|
||
#功能3:通过javascript使用外部链接唤醒本地应用 | ||
# 功能3: | ||
通过javascript使用外部链接唤醒本地应用 |
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 |
---|---|---|
|
@@ -27,4 +27,4 @@ | |
|
||
应用删除时需要加锁防止重复删除,只有加锁成功的才能获取到线程进行删除操作,删除时会反馈一个删除状态表明成功失败 | ||
|
||
![删除应用状态图](./delstate.jpg) | ||
![应用状态图](./delstate.jpg) |