<
从版本< 29.1 >
xu yang编辑
在2022/03/07 14:42上
到版本
xu yang编辑
在2022/03/07 14:55上
>
修改评论 该版本没有评论

Summary

Details

Page properties
Content
... ... @@ -270,27 +270,16 @@
270 270  @startmindmap
271 271  
272 272  + OS
273 -
274 274  ++ Unix
275 -
276 276  ++ Linux
277 -
278 278  ++ MacOS
279 -
280 280  ** Windows
281 -
282 282  *** Windows 95
283 -
284 284  *** Windows 98
285 -
286 286  *** Windows 7
287 -
288 288  *** Windows 8
289 -
290 290  *** Windows 10
291 -
292 292  ++ FreeBSD
293 -
294 294  ++ Other
295 295  
296 296  @endmindmap
... ... @@ -297,6 +297,39 @@
297 297  {{/plantuml}}
298 298  
299 299  
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 +
300 300  页脚引用:
301 301  
302 302  {{footnote}}