Зміни в документі Sandbox
Остання зміна 2021/09/14 02:26 автором Павло Заїченко
Від версії 18.1
редаговано Павло Заїченко
дата 2021/08/27 17:58
дата 2021/08/27 17:58
Змінити коментар:
Немає коментарів для цієї версії
До версії 13.2
редаговано Павло Заїченко
дата 2021/08/27 17:40
дата 2021/08/27 17:40
Змінити коментар:
Немає коментарів для цієї версії
Підсумок
-
Властивості сторінки (1 змінено, 0 додано, 0 видалено)
Подробиці
- Властивості сторінки
-
- Вміст
-
... ... @@ -7,7 +7,6 @@ 7 7 {{/plantuml}} 8 8 9 9 {{plantuml}} 10 -@startuml 11 11 hide empty members 12 12 hide empty methods 13 13 ... ... @@ -15,7 +15,7 @@ 15 15 Object <|-- ArrayList 16 16 } 17 17 18 -package net.sourceforge.plantuml {17 +package net.sourceforge.plantuml 19 19 class Demo1 { 20 20 -Number Identifier 21 21 +String Name ... ... @@ -22,8 +22,7 @@ 22 22 } 23 23 Object <|-- Demo1 24 24 Demo1 *- Demo2 25 -} 26 -@enduml 24 +end package 27 27 {{/plantuml}} 28 28 29 29 {{plantuml}} ... ... @@ -33,44 +33,4 @@ 33 33 @enduml 34 34 {{/plantuml}} 35 35 36 -{{plantuml}} 37 -@startditaa 38 - Web Browser JEE Server 39 - /--------\ +---------+ Database 40 - +--------+ |c789 | +---+ 41 - |c1FF |<------->| XWIKI |<-=-->|{s}| 42 - | Wiki | text | | +---+ 43 - | page | +---------+ 44 - | with | |c789 | +---+ 45 - |diagrams|<------->|PlantUML |<-=-->|{o}| 46 - | | image | Server| +---+ 47 - \--------/ +---------+ Graphviz 48 -@endditaa 49 -{{/plantuml}} 50 - 51 -{{plantuml}} 52 -@startuml 53 -!include <office/Servers/application_server> 54 -!include <office/Servers/database_server> 55 - 56 -nwdiag { 57 - network dmz { 58 - address = "210.x.x.x/24" 59 - 60 - // set multiple addresses (using comma) 61 - web01 [address = "210.x.x.1, 210.x.x.20", description = "<$application_server>\n web01"] 62 - web02 [address = "210.x.x.2", description = "<$application_server>\n web02"]; 63 - } 64 - network internal { 65 - address = "172.x.x.x/24"; 66 - 67 - web01 [address = "172.x.x.1"]; 68 - web02 [address = "172.x.x.2"]; 69 - db01 [address = "172.x.x.100", description = "<$database_server>\n db01"]; 70 - db02 [address = "172.x.x.101", description = "<$database_server>\n db02"]; 71 - } 72 -} 73 -@enduml 74 -{{/plantuml}} 75 - 76 76 {{diagram/}}