- 沙箱
Summary
Details
-
Page properties
-
-
... |
... |
@@ -270,16 +270,27 @@ |
270 |
270 |
@startmindmap |
271 |
271 |
|
272 |
272 |
+ OS |
|
273 |
+ |
273 |
273 |
++ Unix |
|
275 |
+ |
274 |
274 |
++ Linux |
|
277 |
+ |
275 |
275 |
++ MacOS |
|
279 |
+ |
276 |
276 |
** Windows |
|
281 |
+ |
277 |
277 |
*** Windows 95 |
|
283 |
+ |
278 |
278 |
*** Windows 98 |
|
285 |
+ |
279 |
279 |
*** Windows 7 |
|
287 |
+ |
280 |
280 |
*** Windows 8 |
|
289 |
+ |
281 |
281 |
*** Windows 10 |
|
291 |
+ |
282 |
282 |
++ FreeBSD |
|
293 |
+ |
283 |
283 |
++ Other |
284 |
284 |
|
285 |
285 |
@endmindmap |
... |
... |
@@ -287,34 +287,9 @@ |
287 |
287 |
|
288 |
288 |
|
289 |
289 |
|
290 |
|
- |
291 |
|
- |
292 |
292 |
{{plantuml}} |
293 |
293 |
@startuml |
294 |
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 |
318 |
@enduml |
319 |
319 |
{{/plantuml}} |
320 |
320 |
|