<
从版本< 26.1 >
xu yang编辑
在2021/11/30 14:12上
到版本
xu yang编辑
在2022/03/07 14:55上
>
修改评论 该版本没有评论

Summary

Details

Page properties
文档作者
... ... @@ -1,1 +1,1 @@
1 -XWiki.ar2oria
1 +XWiki.xuyang
Content
... ... @@ -151,9 +151,29 @@
151 151  {{/cache}}
152 152  
153 153  
154 +{{plantuml}}
155 +@startuml
156 +start
157 +:do something;
158 +note right
159 +gogogogogo
160 +end note
161 +:do something2;
162 +:do something3;
163 +if (finish) then(no)
164 +:do something4;
165 +else(yes)
166 +:do something5;
167 +endif
168 +end
169 +@enduml
170 +{{/plantuml}}
171 +
172 +
173 +
154 154  draw:
155 155  
156 -{{diagram cached="false"/}}
176 +{{diagram/}}
157 157  
158 158  
159 159  
... ... @@ -245,6 +245,60 @@
245 245  {{/plantuml}}
246 246  
247 247  
268 +
269 +{{plantuml}}
270 +@startmindmap
271 +
272 ++ OS
273 +++ Unix
274 +++ Linux
275 +++ MacOS
276 +** Windows
277 +*** Windows 95
278 +*** Windows 98
279 +*** Windows 7
280 +*** Windows 8
281 +*** Windows 10
282 +++ FreeBSD
283 +++ Other
284 +
285 +@endmindmap
286 +{{/plantuml}}
287 +
288 +
289 +
290 +
291 +
292 +{{plantuml}}
293 +@startuml
294 +
295 +interface Human{
296 +void eat()
297 +}
298 +note right
299 +human only eat()
300 +endnote
301 +
302 +class Father{
303 +void makeMoney()
304 +}
305 +
306 +class Xiaoming{
307 +Human girlFriend
308 +void play()
309 +}
310 +
311 +Human <|.. Father
312 +Human <|.. Xiaoming
313 +Human <.. Xiaoming
314 +Father <|-- Xiaoming
315 +
316 +
317 +
318 +@enduml
319 +{{/plantuml}}
320 +
321 +
248 248  页脚引用:
249 249  
250 250  {{footnote}}