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

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

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

Підсумок

Подробиці

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