Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- 文档作者
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.a r2oria1 +XWiki.xuyang - 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 ... ... @@ -232,12 +232,13 @@ 232 232 while(actor.canFinish()) is (false) 233 233 :actor.finish(); 234 234 endwhile(true) 255 +partition stop { 235 235 fork 236 236 :actor.stop(); 237 237 fork again 238 238 :env.stop(); 239 239 endfork 240 - 261 +} 241 241 end 242 242 243 243 @endluml ... ... @@ -244,6 +244,29 @@ 244 244 {{/plantuml}} 245 245 246 246 268 + 269 +{{plantuml}} 270 +@startmindmap 271 + 272 ++ OS 273 +++ Unix 274 +++ Linux 275 +++ MacOS 276 +** Windows 277 +*** Windows 95 278 +*** Windows 98 279 +*** Windows 7 280 +*** Windows 8 281 +*** Windows 10 282 +++ FreeBSD 283 +++ Other 284 + 285 +@endmindmap 286 +{{/plantuml}} 287 + 288 + 289 + 290 + 247 247 页脚引用: 248 248 249 249 {{footnote}}