"대문"의 두 판 사이의 차이

감성상자
둘러보기로 가기 검색하러 가기
잔글
잔글 (→‎편집0)
28번째 줄: 28번째 줄:
 
graph [hostidtype="hostname", version="1:0", date="10/10/2013"];
 
graph [hostidtype="hostname", version="1:0", date="10/10/2013"];
 
edge [dir=none, len=3, headport=center, tailport=center];
 
edge [dir=none, len=3, headport=center, tailport=center];
"R1":"swp1" -> "R2":"swp3"
+
"R1":"swp1" -> "R2":"swp3" image
 
"R1":"swp2" -> "R3":"swp3"
 
"R1":"swp2" -> "R3":"swp3"
  
  
 
</quickgv>
 
</quickgv>
 +
<nowiki>
 +
<quickgv name='own21' usage="G" >
 +
    a -- b;
 +
    b -- c;
 +
    c -- d;
 +
    d -- e;
 +
    e -- f;
 +
    a -- f;
 +
    a -- c;
 +
    a -- d;
 +
    a -- e;
 +
    b -- d;
 +
    b -- e;
 +
    b -- f;
 +
    c -- e;
 +
    c -- f;
 +
    d -- f;
 +
</quickgv></nowiki>
  
 
=== client/web/was/db ===
 
=== client/web/was/db ===

2020년 10월 9일 (금) 11:43 판

처음

문서만들기

test test


편집0

<quickgv name='own21' usage="G" > a -- b; b -- c; c -- d; d -- e; e -- f; a -- f; a -- c; a -- d; a -- e; b -- d; b -- e; b -- f; c -- e; c -- f; d -- f; </quickgv>

client/web/was/db

편집1

http://magjac.com/graphviz-visual-editor/

http://graphviz.it/

https://itsecworks.com/2012/03/16/networking-topology-with-graphviz/