Зміни в документі Sandbox
Остання зміна 2021/09/14 02:26 автором Павло Заїченко
Від версії 8.1
редаговано Павло Заїченко
дата 2021/08/27 15:25
дата 2021/08/27 15:25
Змінити коментар:
Немає коментарів для цієї версії
До версії 18.1
редаговано Павло Заїченко
дата 2021/08/27 17:58
дата 2021/08/27 17:58
Змінити коментар:
Немає коментарів для цієї версії
Підсумок
-
Властивості сторінки (2 змінено, 0 додано, 0 видалено)
Подробиці
- Властивості сторінки
-
- Назва
-
... ... @@ -1,0 +1,1 @@ 1 +SandBox - Вміст
-
... ... @@ -1,8 +1,4 @@ 1 -{{velocity}} 2 -$services.component.getInstance('org.xwiki.environment.Environment').getPermanentDirectory().getCanonicalPath() 3 -{{/velocity}} 4 - 5 -{{plantuml}} 1 +{{plantuml server="http://www.plantuml.com/plantuml"}} 6 6 @startdot 7 7 digraph G { 8 8 Hello -> world ... ... @@ -10,15 +10,71 @@ 10 10 @enddot 11 11 {{/plantuml}} 12 12 13 -ss 9 +{{plantuml}} 10 +@startuml 11 +hide empty members 12 +hide empty methods 14 14 14 +package "Classic Collections" #DDDDDD { 15 + Object <|-- ArrayList 16 +} 17 + 18 +package net.sourceforge.plantuml { 19 +class Demo1 { 20 + -Number Identifier 21 + +String Name 22 +} 23 + Object <|-- Demo1 24 + Demo1 *- Demo2 25 +} 26 +@enduml 27 +{{/plantuml}} 28 + 15 15 {{plantuml}} 16 - 17 -@startdot 18 -digraph G { 19 - Hello -> world 20 -} 21 -@enddot 30 +@startuml 31 +:Customer: -> (Withdraw) 32 +note right of (Withdraw) : This is an example. 33 +@enduml 22 22 {{/plantuml}} 23 23 24 - 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 +{{diagram/}}