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

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

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

Підсумок

Подробиці

Властивості сторінки
Вміст
... ... @@ -1,4 +1,18 @@
1 -{{plantuml server="http://www.plantuml.com/plantuml"}}
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 +
15 +{{plantuml}}
2 2  @startdot
3 3  digraph G {
4 4   Hello -> world
... ... @@ -6,7 +6,26 @@
6 6  @enddot
7 7  {{/plantuml}}
8 8  
23 +{{plantuml}}
24 +@startuml
25 +hide empty members
26 +hide empty methods
9 9  
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 +
10 10  {{plantuml}}
11 11  @startuml
12 12  :Customer: -> (Withdraw)
... ... @@ -14,4 +14,44 @@
14 14  @enduml
15 15  {{/plantuml}}
16 16  
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 +
17 17  {{diagram/}}