| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

「PlantUML」の版間の差分

提供: MyMemoWiki
ナビゲーションに移動 検索に移動
1行目: 1行目:
| [[UML]] |  
+
| [[UML]] |  [[Visual Studio Code]] |
  
 
====[[Mac]]====
 
====[[Mac]]====
 +
*[[Visual Studio Code]] にインストール
 
*[[Java SE|Java]]のインストール
 
*[[Java SE|Java]]のインストール
 
<pre>
 
<pre>

2022年3月23日 (水) 13:24時点における版

| UML | Visual Studio Code |

Mac

$ brew install graphviz

シーケンス図

Plantuml vc.png

  • tcp.pu
  • option + d でプレビュー
@startuml
title TCP コネクション確立
クライアント -> サーバ: 1.SYN
サーバ --> クライアント: 2.SYN/ACk
クライアント -> サーバ: 1.ACK
@enduml

Plantuml tcp.png