Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- 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 ... ... @@ -246,31 +246,47 @@ 246 246 247 247 248 248 269 + 249 249 {{plantuml}} 271 +@startuml 272 + 273 +interface Human{ 274 +void eat() 275 +} 276 + 277 +class Father{ 278 +void makeMoney() 279 +} 280 + 281 +class Xiaoming{ 282 +Human girlFriend 283 +void play() 284 +} 285 + 286 +Human <|.. Father 287 +Human <|.. Xiaoming 288 +Father <|-- Xiaoming 289 +Human <.. Xiaoming 290 + 291 +@enduml 292 +{{/plantuml}} 293 + 294 + 295 + 296 +{{plantuml}} 250 250 @startmindmap 251 251 252 252 + OS 253 - 254 254 ++ Unix 255 - 256 256 ++ Linux 257 - 258 258 ++ MacOS 259 - 260 260 ** Windows 261 - 262 262 *** Windows 95 263 - 264 264 *** Windows 98 265 - 266 266 *** Windows 7 267 - 268 268 *** Windows 8 269 - 270 270 *** Windows 10 271 - 272 272 ++ FreeBSD 273 - 274 274 ++ Other 275 275 276 276 @endmindmap ... ... @@ -277,6 +277,7 @@ 277 277 {{/plantuml}} 278 278 279 279 316 + 280 280 页脚引用: 281 281 282 282 {{footnote}}