Зміни в документі Sandbox
Остання зміна 2021/09/14 02:26 автором Павло Заїченко
Від версії 10.1
редаговано Павло Заїченко
дата 2021/08/27 15:34
дата 2021/08/27 15:34
Змінити коментар:
Немає коментарів для цієї версії
До версії 22.1
редаговано Павло Заїченко
дата 2021/08/27 18:31
дата 2021/08/27 18:31
Змінити коментар:
Немає коментарів для цієї версії
Підсумок
-
Властивості сторінки (1 змінено, 0 додано, 0 видалено)
Подробиці
- Властивості сторінки
-
- Вміст
-
... ... @@ -1,23 +1,31 @@ 1 -{{velocity}} 2 -$services.component.getInstance('org.xwiki.environment.Environment').getPermanentDirectory().getCanonicalPath() 3 -{{/velocity}} 1 +[[image:XWikiLogo.png]] 4 4 5 -{{plantuml}} 3 +{{plantuml server="http://www.plantuml.com/plantuml"}} 6 6 @startdot 7 7 digraph G { 8 - Hello -> world 16 + Hello -> world 9 9 } 10 10 @enddot 11 11 {{/plantuml}} 12 12 13 -ss 14 - 15 15 {{plantuml}} 16 -@startdot 17 -digraph G { 18 - Hello -> world2 12 +@startuml 13 +hide empty members 14 +hide empty methods 15 + 16 +package "Classic Collections" #DDDDDD { 17 + Object <|-- ArrayList 19 19 } 20 -@enddot 19 + 20 +package net.sourceforge.plantuml { 21 +class Demo1 { 22 + -Number Identifier 23 + +String Name 24 +} 25 + Object <|-- Demo1 26 + Demo1 *- Demo2 27 +} 28 +@enduml 21 21 {{/plantuml}} 22 22 23 23 {{plantuml}} ... ... @@ -26,3 +26,45 @@ 26 26 note right of (Withdraw) : This is an example. 27 27 @enduml 28 28 {{/plantuml}} 37 + 38 +{{plantuml}} 39 +@startditaa 40 + Web Browser JEE Server 41 + /--------\ +---------+ Database 42 + +--------+ |c789 | +---+ 43 + |c1FF |<------->| XWIKI |<-=-->|{s}| 44 + | Wiki | text | | +---+ 45 + | page | +---------+ 46 + | with | |c789 | +---+ 47 + |diagrams|<------->|PlantUML |<-=-->|{o}| 48 + | | image | Server| +---+ 49 + \--------/ +---------+ Graphviz 50 +@endditaa 51 +{{/plantuml}} 52 + 53 +{{plantuml}} 54 +@startuml 55 +!include <office/Servers/application_server> 56 +!include <office/Servers/database_server> 57 + 58 +nwdiag { 59 + network dmz { 60 + address = "210.x.x.x/24" 61 + 62 + // set multiple addresses (using comma) 63 + web01 [address = "210.x.x.1, 210.x.x.20", description = "<$application_server>\n web01"] 64 + web02 [address = "210.x.x.2", description = "<$application_server>\n web02"]; 65 + } 66 + network internal { 67 + address = "172.x.x.x/24"; 68 + 69 + web01 [address = "172.x.x.1"]; 70 + web02 [address = "172.x.x.2"]; 71 + db01 [address = "172.x.x.100", description = "<$database_server>\n db01"]; 72 + db02 [address = "172.x.x.101", description = "<$database_server>\n db02"]; 73 + } 74 +} 75 +@enduml 76 +{{/plantuml}} 77 + 78 +{{diagram/}}