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

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

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

Підсумок

Подробиці

Властивості сторінки
Вміст
... ... @@ -1,23 +5,29 @@
1 -{{velocity}}
2 -$services.component.getInstance('org.xwiki.environment.Environment').getPermanentDirectory().getCanonicalPath()
3 -{{/velocity}}
4 -
5 5  {{plantuml server="http://www.plantuml.com/plantuml"}}
6 6  @startdot
7 7  digraph G {
8 - Hello -> world1
4 + 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
10 +@startuml
11 +hide empty members
12 +hide empty methods
13 +
14 +package "Classic Collections" #DDDDDD {
15 + Object <|-- ArrayList
19 19  }
20 -@enddot
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
21 21  {{/plantuml}}
22 22  
23 23  {{plantuml}}
... ... @@ -27,5 +27,44 @@
27 27  @enduml
28 28  {{/plantuml}}
29 29  
30 -{{diagram/}}
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}}
31 31  
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/}}