Вікі-код для Sandbox
Остання зміна 2021/09/14 02:26 автором Павло Заїченко
Сховати останніх авторів
| author | version | line-number | content |
|---|---|---|---|
| |
8.1 | 1 | Press the (% class="mark" %){{icon name="windows"/}}+R(%%) buttons. |
| |
1.1 | 2 | |
| |
8.1 | 3 | {{plantuml}} |
| 4 | @startdot | ||
| 5 | digraph G { | ||
| 6 | Hello -> world1 | ||
| 7 | } | ||
| 8 | @enddot | ||
| 9 | {{/plantuml}} | ||
| |
1.1 | 10 | |
| |
8.1 | 11 | {{plantuml}} |
| 12 | @startuml | ||
| 13 | hide empty members | ||
| 14 | hide empty methods | ||
| |
1.1 | 15 | |
| |
8.1 | 16 | package "Classic Collections" #DDDDDD { |
| 17 | Object <|-- ArrayList | ||
| 18 | } | ||
| |
1.1 | 19 | |
| |
8.1 | 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}} | ||
| |
1.1 | 30 | |
| |
8.1 | 31 | {{plantuml}} |
| 32 | @startuml | ||
| 33 | :Customer: -> (Withdraw) | ||
| 34 | note right of (Withdraw) : This is an example. | ||
| 35 | @enduml | ||
| 36 | {{/plantuml}} | ||
| |
1.1 | 37 | |
| |
8.1 | 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}} | ||
| |
1.1 | 52 | |
| |
8.1 | 53 | {{plantuml}} |
| 54 | @startuml | ||
| 55 | !include <office/Servers/application_server> | ||
| 56 | !include <office/Servers/database_server> | ||
| |
1.1 | 57 | |
| |
8.1 | 58 | nwdiag { |
| 59 | network dmz { | ||
| 60 | address = "210.x.x.x/24" | ||
| |
1.1 | 61 | |
| |
8.1 | 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"; | ||
| |
1.1 | 68 | |
| |
8.1 | 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}} | ||
| |
1.1 | 77 | |
| |
8.1 | 78 | {{diagram/}} |
| |
1.1 | 79 | |
| |
8.1 | 80 | {{todo status="open" assignee="zpf"}} |
| 81 | hshdvjhsvd | ||
| 82 | {{/todo}} |