Вікі-код для Sandbox
Остання зміна 2020/12/25 19:42 автором Павло Заїченко
Показати останніх авторів
| author | version | line-number | content |
|---|---|---|---|
| 1 | Press the (% class="mark" %){{icon name="windows"/}}+R(%%) buttons. | ||
| 2 | |||
| 3 | {{plantuml}} | ||
| 4 | @startdot | ||
| 5 | digraph G { | ||
| 6 | Hello -> world1 | ||
| 7 | } | ||
| 8 | @enddot | ||
| 9 | {{/plantuml}} | ||
| 10 | |||
| 11 | {{plantuml}} | ||
| 12 | @startuml | ||
| 13 | hide empty members | ||
| 14 | hide empty methods | ||
| 15 | |||
| 16 | package "Classic Collections" #DDDDDD { | ||
| 17 | Object <|-- ArrayList | ||
| 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 | ||
| 29 | {{/plantuml}} | ||
| 30 | |||
| 31 | {{plantuml}} | ||
| 32 | @startuml | ||
| 33 | :Customer: -> (Withdraw) | ||
| 34 | note right of (Withdraw) : This is an example. | ||
| 35 | @enduml | ||
| 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/}} | ||
| 79 | |||
| 80 | {{todo status="open" assignee="zpf"}} | ||
| 81 | hshdvjhsvd | ||
| 82 | {{/todo}} |