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

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

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

Підсумок

Подробиці

Властивості сторінки
Вміст
... ... @@ -1,23 +1,39 @@
1 -{{velocity}}
2 -$services.component.getInstance('org.xwiki.environment.Environment').getPermanentDirectory().getCanonicalPath()
3 -{{/velocity}}
1 +[[image:XWikiLogo.png]]
4 4  
3 +{{lightbox image="{{plantuml server="http://www.plantuml.com/plantuml"}}
4 +@startdot
5 +digraph G {
6 + Hello -> world
7 +}
8 +@enddot
9 +{{/plantuml}}"/}}
10 +
5 5  {{plantuml server="http://www.plantuml.com/plantuml"}}
6 6  @startdot
7 7  digraph G {
8 - Hello -> world1
14 + 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
20 +@startuml
21 +hide empty members
22 +hide empty methods
23 +
24 +package "Classic Collections" #DDDDDD {
25 + Object <|-- ArrayList
19 19  }
20 -@enddot
27 +
28 +package net.sourceforge.plantuml {
29 +class Demo1 {
30 + -Number Identifier
31 + +String Name
32 +}
33 + Object <|-- Demo1
34 + Demo1 *- Demo2
35 +}
36 +@enduml
21 21  {{/plantuml}}
22 22  
23 23  {{plantuml}}
... ... @@ -27,5 +27,44 @@
27 27  @enduml
28 28  {{/plantuml}}
29 29  
30 -{{diagram/}}
46 +{{plantuml}}
47 +@startditaa
48 + Web Browser JEE Server
49 + /--------\ +---------+ Database
50 + +--------+ |c789 | +---+
51 + |c1FF |<------->| XWIKI |<-=-->|{s}|
52 + | Wiki | text | | +---+
53 + | page | +---------+
54 + | with | |c789 | +---+
55 + |diagrams|<------->|PlantUML |<-=-->|{o}|
56 + | | image | Server| +---+
57 + \--------/ +---------+ Graphviz
58 +@endditaa
59 +{{/plantuml}}
31 31  
61 +{{plantuml}}
62 +@startuml
63 +!include <office/Servers/application_server>
64 +!include <office/Servers/database_server>
65 +
66 +nwdiag {
67 + network dmz {
68 + address = "210.x.x.x/24"
69 +
70 + // set multiple addresses (using comma)
71 + web01 [address = "210.x.x.1, 210.x.x.20", description = "<$application_server>\n web01"]
72 + web02 [address = "210.x.x.2", description = "<$application_server>\n web02"];
73 + }
74 + network internal {
75 + address = "172.x.x.x/24";
76 +
77 + web01 [address = "172.x.x.1"];
78 + web02 [address = "172.x.x.2"];
79 + db01 [address = "172.x.x.100", description = "<$database_server>\n db01"];
80 + db02 [address = "172.x.x.101", description = "<$database_server>\n db02"];
81 + }
82 +}
83 +@enduml
84 +{{/plantuml}}
85 +
86 +{{diagram/}}