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

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

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

Підсумок

Подробиці

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