<
从版本< 24.1 >
xu yang编辑
在2021/11/30 14:11上
到版本
xu yang编辑
在2022/03/07 14:57上
>
修改评论 该版本没有评论

Summary

Details

Page properties
文档作者
... ... @@ -1,1 +1,1 @@
1 -XWiki.ar2oria
1 +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  
... ... @@ -212,6 +212,7 @@
212 212  
213 213  {{plantuml}}
214 214  @startuml
235 +title Test
215 215  |A|
216 216  start
217 217  :actor = new Actor();
... ... @@ -231,12 +231,13 @@
231 231  while(actor.canFinish()) is (false)
232 232  :actor.finish();
233 233  endwhile(true)
255 +partition stop {
234 234  fork
235 235   :actor.stop();
236 236  fork again
237 237   :env.stop();
238 238  endfork
239 -
261 +}
240 240  end
241 241  
242 242  @endluml
... ... @@ -243,6 +243,45 @@
243 243  {{/plantuml}}
244 244  
245 245  
268 +
269 +
270 +{{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}}
287 +@startmindmap
288 +
289 ++ OS
290 +++ Unix
291 +++ Linux
292 +++ MacOS
293 +** Windows
294 +*** Windows 95
295 +*** Windows 98
296 +*** Windows 7
297 +*** Windows 8
298 +*** Windows 10
299 +++ FreeBSD
300 +++ Other
301 +
302 +@endmindmap
303 +{{/plantuml}}
304 +
305 +
306 +
246 246  页脚引用:
247 247  
248 248  {{footnote}}