- 沙箱
Summary
Details
-
Page properties
-
-
... |
... |
@@ -266,7 +266,24 @@ |
266 |
266 |
|
267 |
267 |
|
268 |
268 |
|
|
269 |
+ |
269 |
269 |
{{plantuml}} |
|
271 |
+@startuml |
|
272 |
+ |
|
273 |
+interface Human{ |
|
274 |
+void eat() |
|
275 |
+} |
|
276 |
+ |
|
277 |
+interface Animal{ |
|
278 |
+void eat() |
|
279 |
+} |
|
280 |
+ |
|
281 |
+@enduml |
|
282 |
+{{/plantuml}} |
|
283 |
+ |
|
284 |
+ |
|
285 |
+ |
|
286 |
+{{plantuml}} |
270 |
270 |
@startmindmap |
271 |
271 |
|
272 |
272 |
+ OS |
... |
... |
@@ -287,38 +287,6 @@ |
287 |
287 |
|
288 |
288 |
|
289 |
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 |
|
- |
322 |
322 |
页脚引用: |
323 |
323 |
|
324 |
324 |
{{footnote}} |