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

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

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

Підсумок

Подробиці

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