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

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();
... ... @@ -221,17 +221,23 @@
221 221  else(true)
222 222  |B|
223 223  :actor.postProcess();
245 +note right
246 +This note is on several
247 + //lines// and can
248 + contain <b>HTML</b>
249 +end note
224 224  |A|
225 225  endif
226 226  while(actor.canFinish()) is (false)
227 227  :actor.finish();
228 228  endwhile(true)
255 +partition stop {
229 229  fork
230 230   :actor.stop();
231 231  fork again
232 232   :env.stop();
233 233  endfork
234 -
261 +}
235 235  end
236 236  
237 237  @endluml
... ... @@ -238,6 +238,55 @@
238 238  {{/plantuml}}
239 239  
240 240  
268 +
269 +
270 +{{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}}
297 +@startmindmap
298 +
299 ++ OS
300 +++ Unix
301 +++ Linux
302 +++ MacOS
303 +** Windows
304 +*** Windows 95
305 +*** Windows 98
306 +*** Windows 7
307 +*** Windows 8
308 +*** Windows 10
309 +++ FreeBSD
310 +++ Other
311 +
312 +@endmindmap
313 +{{/plantuml}}
314 +
315 +
316 +
241 241  页脚引用:
242 242  
243 243  {{footnote}}