UML时序图画法简介-sequenceDiagram
              UML时序图画法简介-sequenceDiagram
一、时序图简介(Brief introduction)
二、时序图元素(Sequence Diagram Elements)
角色(Actor)
对象(Object)
生命线(Lifeline)
控制焦点(Focus of Control)
.
              
             
            
              
              UML类图与类的关系详解
              
来源:http://www.uml.org.cn/oobject/201104212.asp
来源:http://blog.csdn.net/longronglin/article/details/1454329
来源:http://www.cnblogs.com/mimime/p/5827895.html
统一建模语言(UML:Unified Modeling Lang
              
             
            
            
            
              
              IntelliJ IDEA常见问题解决办法汇总
              
必备材料介绍
IntelliJ IDEA 对其他 IDE 转过来的用户有特别优待,对其专门整理了非常棒的资料,还请其他 IDE 过来的用户抽时间查看,会有很大帮助:
Eclipse 用户可以看:https://www.jetbrains.com/idea/help/eclipse.html
NetBeans 用户可以看:https://www.jetbrains.com/idea/help/netbeans.html
Project 和 Module 介绍
这两个概念是 IntelliJ IDEA 的必懂知识点之一,请务必要学会。
              
             
            
            
              
              用代码画UML类图快餐教程
              之前我们讨论了graphviz的dot图,mermaid画流程图和时序图,plantuml画时序图。
plantuml除了可以画时序图之外,还可以画UML类图。