"대문"의 두 판 사이의 차이
둘러보기로 가기
검색하러 가기
Hunter0x01 (토론 | 기여) 잔글 (→client/web/was/db) |
Hunter0x01 (토론 | 기여) 잔글 (→client/web/was/db) |
||
35번째 줄: | 35번째 줄: | ||
<quickgv name="app" usage="Application"> | <quickgv name="app" usage="Application"> | ||
rankdir=LR; | rankdir=LR; | ||
− | node [shape=box,style=filled, fillcolor="# | + | node [shape=box,style=filled, fillcolor="#ffaaee"]; |
+ | |||
subgraph clusterClient { | subgraph clusterClient { | ||
− | label=" | + | label="클라이언트"; style=filled; bgcolor="#D0C0A0"; |
− | " | + | "Client"; |
}; | }; | ||
+ | |||
subgraph clusterServer { | subgraph clusterServer { | ||
label="Server"; style=filled; bgcolor="#D0C0A0"; | label="Server"; style=filled; bgcolor="#D0C0A0"; | ||
45번째 줄: | 47번째 줄: | ||
"Database" [shape=DatabaseShape,peripheries=0]; | "Database" [shape=DatabaseShape,peripheries=0]; | ||
}; | }; | ||
− | " | + | |
+ | "Client" -> "App" [label="HTTP"]; | ||
"App" -> "Database" [label="SQL"]; | "App" -> "Database" [label="SQL"]; | ||
</quickgv> | </quickgv> |
2020년 10월 3일 (토) 14:48 판
처음
문서만들기
test test
편집0
client/web/was/db
편집1
http://magjac.com/graphviz-visual-editor/
https://itsecworks.com/2012/03/16/networking-topology-with-graphviz/