Зміни в документі Sandbox

Остання зміна 2021/09/14 02:26 автором Павло Заїченко

Від версії 18.1
редаговано Павло Заїченко
дата 2021/08/27 17:58
Змінити коментар: Немає коментарів для цієї версії
До версії 10.1
редаговано Павло Заїченко
дата 2021/08/27 15:34
Змінити коментар: Немає коментарів для цієї версії

Підсумок

Подробиці

Властивості сторінки
Вміст
... ... @@ -1,29 +1,23 @@
1 -{{plantuml server="http://www.plantuml.com/plantuml"}}
1 +{{velocity}}
2 +$services.component.getInstance('org.xwiki.environment.Environment').getPermanentDirectory().getCanonicalPath()
3 +{{/velocity}}
4 +
5 +{{plantuml}}
2 2  @startdot
3 3  digraph G {
4 - Hello -> world
8 + Hello -> world1
5 5  }
6 6  @enddot
7 7  {{/plantuml}}
8 8  
9 -{{plantuml}}
10 -@startuml
11 -hide empty members
12 -hide empty methods
13 +ss
13 13  
14 -package "Classic Collections" #DDDDDD {
15 - Object <|-- ArrayList
15 +{{plantuml}}
16 +@startdot
17 +digraph G {
18 + Hello -> world2
16 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
20 +@enddot
27 27  {{/plantuml}}
28 28  
29 29  {{plantuml}}
... ... @@ -32,45 +32,3 @@
32 32  note right of (Withdraw) : This is an example.
33 33  @enduml
34 34  {{/plantuml}}
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 -{{diagram/}}