金融量化学习---Python, MySQL, Pandas

这里用来记录一些在金融领域,尤其是银行相关的资金、债券、票据中应用到的数据管理与分析, 编程等心得或笔记,以及个人的一点小小兴趣(易经八卦、藏密禅修)等

导航

PlantUML快速指南

什么是PlantUML

PlantUML是一个快速创建UML图形的组件,官网上之所以称它是一个组件,我 想主要是因为多数情况下我们都是在Eclipse、NetBenas、Intellijidea、 Emacs、Word等软件里来使用PlantUML。

官方地址:https://plantuml.com/zh/
官方教程:https://plantuml.com/zh/guide

PlantUML支持的图形有:
sequence diagram,
use case diagram,
class diagram,
activity diagram (here is the new syntax),
component diagram,
state diagram,
object diagram,
wireframe graphical interface

语法入门

https://www.cnblogs.com/young-youth/p/11665573.html

复杂图式

http://www.plantuml.com/plantuml/uml/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000

http://archive.3zso.com/archives/plantuml-quickstart.html#sec-2

@startuml
skin rose
start
partition "**新产品意向与识别**" {
    note
        这是我的注释
        ----
        //Creole 测试//
    end note
    :Ready;
    :HelloWorld(i)>
    :Hello-Sent;
}

@enduml

posted on 2023-07-26 18:46  chengjon  阅读(101)  评论(0编辑  收藏  举报