Зміни в документі Sandbox
Остання зміна 2021/09/14 02:26 автором Павло Заїченко
Від версії 12.1
редаговано Павло Заїченко
дата 2021/08/27 16:56
дата 2021/08/27 16:56
Змінити коментар:
Немає коментарів для цієї версії
До версії 29.1
редаговано Павло Заїченко
дата 2021/08/27 19:33
дата 2021/08/27 19:33
Змінити коментар:
Немає коментарів для цієї версії
Підсумок
-
Властивості сторінки (1 змінено, 0 додано, 0 видалено)
Подробиці
- Властивості сторінки
-
- Вміст
-
... ... @@ -1,23 +1,43 @@ 1 -{{velocity}} 2 -$services.component.getInstance('org.xwiki.environment.Environment').getPermanentDirectory().getCanonicalPath() 3 -{{/velocity}} 1 +[[image:icon:help||alt="XWikiLogo.png"]]{{todo status="open" assignee="zpf"}}hshdvjhsvd{{/todo}} 4 4 5 -{{plantuml server="http://www.plantuml.com/plantuml"}} 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}} 6 6 @startdot 7 7 digraph G { 8 - Hello -> world 118 + 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 24 +@startuml 25 +hide empty members 26 +hide empty methods 27 + 28 +package "Classic Collections" #DDDDDD { 29 + Object <|-- ArrayList 19 19 } 20 -@enddot 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 21 21 {{/plantuml}} 22 22 23 23 {{plantuml}} ... ... @@ -27,5 +27,44 @@ 27 27 @enduml 28 28 {{/plantuml}} 29 29 30 -{{diagram/}} 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}} 31 31 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/}}