diff --git "a/Page107\345\233\276.jpg" "b/Page107\345\233\276.jpg" new file mode 100644 index 0000000..40d7d0e Binary files /dev/null and "b/Page107\345\233\276.jpg" differ diff --git "a/Page108\345\233\276.jpg" "b/Page108\345\233\276.jpg" new file mode 100644 index 0000000..a26bd17 Binary files /dev/null and "b/Page108\345\233\276.jpg" differ diff --git a/README.md b/README.md index 19bb3af..a634ef5 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,11 @@ ## 参考资料 - [教材下载](./信息系统分析与设计(第4版).pdf) - 绘制方法参考:[PlantUML标准](http://plantuml.com) +- [PlantUML GitHub 官方网站](https://github.com/plantuml/plantuml) - PlantUML服务: http://plantuml.com/zh/server - plantuml在线编辑器: http://www.plantuml.com/plantuml -- Markdown格式参考:https://www.jianshu.com/p/b03a8d7b1719 -- 老师的教学资源:https://github.com/zwdcdu/is_analysis +- Markdown格式参考: https://www.jianshu.com/p/b03a8d7b1719 +- 老师的教学资源: https://github.com/zwdcdu/is_analysis - Git简书 https://git-scm.com/book/zh/v2 - Git分支 https://git-scm.com/book/zh/v1/Git-%E5%88%86%E6%94%AF - Github 简明教程-操作标签 https://www.cnblogs.com/tracylxy/p/6439089.html diff --git a/test.png b/test.png new file mode 100644 index 0000000..406346d Binary files /dev/null and b/test.png differ diff --git a/test.puml b/test.puml new file mode 100644 index 0000000..6b36a19 --- /dev/null +++ b/test.puml @@ -0,0 +1,10 @@ +@startuml +(*) --> "中文 input" +If "input is verbose" then +--> [Yes] "turn on verbosity" +--> "run command" +else +--> "run command" +Endif +-->(*) +@enduml \ No newline at end of file