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

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

Від версії 6.1
редаговано Павло Заїченко
дата 2021/08/27 13:23
Змінити коментар: Немає коментарів для цієї версії
До версії 29.1
редаговано Павло Заїченко
дата 2021/08/27 19:33
Змінити коментар: Немає коментарів для цієї версії

Підсумок

Подробиці

Властивості сторінки
Назва
... ... @@ -1,0 +1,1 @@
1 +SandBox
Вміст
... ... @@ -1,8 +1,90 @@
1 +[[image:icon:help||alt="XWikiLogo.png"]]{{todo status="open" assignee="zpf"}}hshdvjhsvd{{/todo}}
2 +
3 +* {{id name="toto-774370917-anchor"/}}(% title="Task assigned to: zpf." class="todo todo-normal todo-open todo-status" id="todo-774370917-status" %)open(% class="todo todo-normal todo-open" id="todo-774370917" title="Task assigned to: zpf." %): (% title="Task assigned to: zpf." class="todo todo-normal todo-open todo-content" id="todo-774370917-content" %)hshdvjhsvd (% class="todo-buttons todo-open" id="todo-774370917-buttons" %)[[[[image:/resources/icons/silk/pencil_add.gif?cache-version=1627302940000||alt="edit"]]>>path:javascript:void(0)||class="todo-edit" onclick="todo_edit('Sandbox.WebHome', 1, -774370917, 774370917); return false;"]] [[[[image:/resources/icons/silk/tick.gif?cache-version=1627302940000||alt="edit"]]>>path:javascript:void(0)||class="todo-markdone" onclick="todo_markdone('Sandbox.WebHome', 1, -774370917, 774370917); return false;"]] (% class="todo-message" id="todo-774370917-message" style="display:none" %)Loading...(%%)(((
4 +(% class="todo-form" id="todo-774370917-editor" style="display:none" %)Todo:
5 +Status: openresolved Priority: lownormalhigh
6 +)))
7 +
8 +
9 +* (% class="todo todo-normal todo-open todo-status" id="todo-590041079-status" title="Task assigned to: ." %)open(% class="todo todo-normal todo-open" id="todo-590041079" title="Task assigned to: ." %): (% class="todo todo-content todo-normal todo-open" id="todo-590041079-content" title="Task assigned to: ." %)hshdvjhsvd (% class="todo-buttons todo-open" id="todo-590041079-buttons" %)[[[[image:/resources/icons/silk/pencil_add.gif?cache-version=1627302940000||alt="edit"]]>>path:javascript:void(0)||class="todo-edit" onclick="todo_edit('Sandbox.WebHome', 1, 590041079, 590041079); return false;"]] [[[[image:/resources/icons/silk/tick.gif?cache-version=1627302940000||alt="edit"]]>>path:javascript:void(0)||class="todo-markdone" onclick="todo_markdone('Sandbox.WebHome', 1, 590041079, 590041079); return false;"]] (% class="todo-message" id="todo-590041079-message" style="display:none" %)Loading...(%%)(((
10 +(% class="todo-form" id="todo-590041079-editor" style="display:none" %)Todo:
11 +Status: openresolved Priority: lownormalhigh
12 +)))
13 +
14 +
1 1  {{plantuml}}
2 -
3 -@startdot
4 -digraph G {
5 - Hello -> world
6 -}
7 -@enddot
16 +@startdot
17 +digraph G {
18 + Hello -> world
19 +}
20 +@enddot
8 8  {{/plantuml}}
22 +
23 +{{plantuml}}
24 +@startuml
25 +hide empty members
26 +hide empty methods
27 +
28 +package "Classic Collections" #DDDDDD {
29 + Object <|-- ArrayList
30 +}
31 +
32 +package net.sourceforge.plantuml {
33 +class Demo1 {
34 + -Number Identifier
35 + +String Name
36 +}
37 + Object <|-- Demo1
38 + Demo1 *- Demo2
39 +}
40 +@enduml
41 +{{/plantuml}}
42 +
43 +{{plantuml}}
44 +@startuml
45 +:Customer: -> (Withdraw)
46 +note right of (Withdraw) : This is an example.
47 +@enduml
48 +{{/plantuml}}
49 +
50 +{{plantuml}}
51 +@startditaa
52 + Web Browser JEE Server
53 + /--------\ +---------+ Database
54 + +--------+ |c789 | +---+
55 + |c1FF |<------->| XWIKI |<-=-->|{s}|
56 + | Wiki | text | | +---+
57 + | page | +---------+
58 + | with | |c789 | +---+
59 + |diagrams|<------->|PlantUML |<-=-->|{o}|
60 + | | image | Server| +---+
61 + \--------/ +---------+ Graphviz
62 +@endditaa
63 +{{/plantuml}}
64 +
65 +{{plantuml}}
66 +@startuml
67 +!include <office/Servers/application_server>
68 +!include <office/Servers/database_server>
69 +
70 +nwdiag {
71 + network dmz {
72 + address = "210.x.x.x/24"
73 +
74 + // set multiple addresses (using comma)
75 + web01 [address = "210.x.x.1, 210.x.x.20", description = "<$application_server>\n web01"]
76 + web02 [address = "210.x.x.2", description = "<$application_server>\n web02"];
77 + }
78 + network internal {
79 + address = "172.x.x.x/24";
80 +
81 + web01 [address = "172.x.x.1"];
82 + web02 [address = "172.x.x.2"];
83 + db01 [address = "172.x.x.100", description = "<$database_server>\n db01"];
84 + db02 [address = "172.x.x.101", description = "<$database_server>\n db02"];
85 + }
86 +}
87 +@enduml
88 +{{/plantuml}}
89 +
90 +{{diagram/}}