Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -266,31 +266,50 @@ 266 266 267 267 268 268 269 + 269 269 {{plantuml}} 271 +@startuml 272 + 273 +interface Human{ 274 +void eat() 275 +} 276 +note 277 +all human will extend this interface. 278 +endnote 279 + 280 +class Father{ 281 +void makeMoney() 282 +} 283 + 284 +class Xiaoming{ 285 +Human girlFriend 286 +void play() 287 +} 288 + 289 +Human <|.. Father 290 +Human <|.. Xiaoming 291 +Father <|-- Xiaoming 292 +Human <.. Xiaoming 293 + 294 +@enduml 295 +{{/plantuml}} 296 + 297 + 298 + 299 +{{plantuml}} 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,7 @@ 297 297 {{/plantuml}} 298 298 299 299 319 + 300 300 页脚引用: 301 301 302 302 {{footnote}}