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

감성상자
둘러보기로 가기 검색하러 가기
36번째 줄: 36번째 줄:
  
 
     rankdir=LR;
 
     rankdir=LR;
     node [shape=box,style=filled, fillcolor="#eeeeee"];
+
     node [shape=box,style=filled, fillcolor="#dddddd"];
  
 
     subgraph clusterClient {
 
     subgraph clusterClient {
       label="클라이언트"; style=filled; bgcolor="#aaaaaa";
+
       label="클라이언트"; style=filled; bgcolor="#dddddd";
 
       "Client1";
 
       "Client1";
 
       "Client2";
 
       "Client2";
46번째 줄: 46번째 줄:
  
 
     subgraph clusterServer {
 
     subgraph clusterServer {
       label="서버"; style=filled; bgcolor="#abcabc";
+
       label="서버"; style=filled; bgcolor="#dddddd";
 
       "App";
 
       "App";
       "Database" [shape=DatabaseShape,peripheries=0];
+
       "Database" [shape=DatabaseShape, peripheries=0];
 
     };
 
     };
  

2020년 10월 3일 (토) 14:57 판