http://www.smartdraw.com/tutorials/software/uml/tutorial_01.htm
SmartDraw UML Center
HOW TO DRAW UML DIAGRAMS
What is UML?
UML stands for Unified Modeling Language. This object-oriented system of notation has evolved from the work of Grady Booch, James Rumbaugh, Ivar Jacobson, and the Rational Software Corporation. These renowned computer scientists fused their respective technologies into a single, standardized model. Today, UML is accepted by the Object Management Group (OMG) as the standard for modeling object oriented programs.
Types of UML Diagrams
UML defines nine types of diagrams: class (package), object, use case, sequence, collaboration, statechart, activity, component, and deployment.
Class Diagrams
Class diagrams are the backbone of almost every object oriented method, including UML. They describe the static structure of a system.
webpack4+:. css属性自动追加前缀 与 mini-css-extract-plugin 插件 打包冲突问题
webpack4.x抽取css【extract-text-webpack-plugin与mini-css-extract-plugin】
javaScript中slice, substring,substr三者区别以及用法扩展
Spring Boot实践——Mybatis分页插件PageHelper的使用
Nginx配置详解
Maven的几个常用plugin
excel拼接数据宏
我的Linux之路——windows10用WMware安装CentOS7.5 虚拟机详细步骤
Spring Boot实践——多线程