PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
User::id *-- Email::user_id @enduml [Ref. QA-5261] 3.39 Grouping inheritance arrow heads You can merge all arrow heads using the skinparam groupInheritance, with a threshold as parameter. 3.39.1 GroupInheritance (no) if (Second Test Question?) then (yes) label sp_lab2 goto sp_lab1 else :nonShared; endif endif :merge; PlantUML 언어참조가이드 (1.2023.11) 119 / 551 6.9 While loop 6 ACTIVITY DIAGRAM (BETA) @enduml [Ref fork again, end fork, end merge] 6 ACTIVITY DIAGRAM (BETA) 6.10 Parallel processing [fork, fork again, end fork, end merge] You can use fork, fork again and end fork or end merge keywords to denote parallel0 码力 | 552 页 | 7.88 MB | 1 年前3
Krita 5.2 브로셔The most common default shortcuts are very similar in PS and Krita: Ctrl + J: duplicate Ctrl + E: merge down Ctrl + Shift + E: flattens all (not the Ctrl + Shift + M shortcut as in PS) Ins: insert a new paintoppresets and patterns folders from the ZIP file to the resource folder. You should get a prompt to merge the folders, agree to this. 4. Restart Krita. 5. Enjoy your brushes! On-Canvas Brush Editor Krita’s variations of a given image. 참고 You can merge all visible layers by selecting everything first Layer ‣ Select ‣ Visible Layers. Then Combine them all by merging Layer ‣ Merge with Layer Below. These filters0 码力 | 1531 页 | 79.11 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)PlantUML 언어참조가이드 (1.2020.23) 119 / 306 7.6 Fork [fork, join] 7 상태다이어그램 7.6 Fork [fork, join] You can also fork and join using the <> and <<join>> stereotypes. @startuml state fork_state < > --> fork_state fork_state --> State2 fork_state --> State3 state join_state <<join>> State2 --> join_state State3 --> join_state join_state --> State4 State4 --> [*] @enduml PlantUML 언어참조가이드 (1.2020 [choice, fork, join, end] @startuml PlantUML 언어참조가이드 (1.2020.23) 123 / 306 7.10 Point [entryPoint, exitPoint] 7 상태다이어그램 state choice1 < > state fork1 < > state join2 <<join>> state end3 < > 0 码力 | 307 页 | 3.16 MB | 1 年前3
PlantUML 1.2020.22 언어참조가이드PlantUML 언어참조가이드 (1.2020.22) 108 / 294 7.6 Fork [fork, join] 7 상태다이어그램 7.6 Fork [fork, join] You can also fork and join using the <> and <<join>> stereotypes. @startuml state fork_state < > --> fork_state fork_state --> State2 fork_state --> State3 state join_state <<join>> State2 --> join_state State3 --> join_state join_state --> State4 State4 --> [*] @enduml PlantUML 언어참조가이드 (1.2020 [choice, fork, join, end] @startuml PlantUML 언어참조가이드 (1.2020.22) 112 / 294 7.10 Point [entryPoint, exitPoint] 7 상태다이어그램 state choice1 < > state fork1 < > state join2 <<join>> state end3 < > 0 码力 | 295 页 | 3.08 MB | 1 年前3
PlantUML 1.2021.1 언어참조가이드Succeeded / Save Result State3 --> [*] : Aborted @enduml 9.6 Fork [fork, join] You can also fork and join using the <> and <<join>> stereotypes. PlantUML 언어참조가이드 (1.2021.1) 160 / 385 9.7 Concurrent --> fork_state fork_state --> State2 fork_state --> State3 state join_state <<join>> State2 --> join_state State3 --> join_state join_state --> State4 State4 --> [*] @enduml 9.7 Concurrent state [– [choice, fork, join, end] @startuml PlantUML 언어참조가이드 (1.2021.1) 163 / 385 9.10 Point [entryPoint, exitPoint] 9 상태다이어그램 state choice1 < > state fork1 < > state join2 <<join>> state end3 < > 0 码力 | 386 页 | 4.12 MB | 1 年前3
PlantUML 1.2021.2 언어참조가이드Succeeded / Save Result State3 --> [*] : Aborted @enduml 9.6 Fork [fork, join] You can also fork and join using the <> and <<join>> stereotypes. PlantUML 언어참조가이드 (1.2021.2) 162 / 390 9.7 Concurrent --> fork_state fork_state --> State2 fork_state --> State3 state join_state <<join>> State2 --> join_state State3 --> join_state join_state --> State4 State4 --> [*] @enduml 9.7 Concurrent state [– [choice, fork, join, end] @startuml PlantUML 언어참조가이드 (1.2021.2) 165 / 390 9.10 Point [entryPoint, exitPoint] 9 상태다이어그램 state choice1 < > state fork1 < > state join2 <<join>> state end3 < > 0 码力 | 391 页 | 4.17 MB | 1 年前3
PlantUML 1.2021.3 언어참조가이드Succeeded / Save Result State3 --> [*] : Aborted @enduml 9.6 Fork [fork, join] You can also fork and join using the <> and <<join>> stereotypes. PlantUML 언어참조가이드 (1.2021.2) 172 / 407 9.7 Concurrent --> fork_state fork_state --> State2 fork_state --> State3 state join_state <<join>> State2 --> join_state State3 --> join_state join_state --> State4 State4 --> [*] @enduml 9.7 Concurrent state [– [choice, fork, join, end] @startuml PlantUML 언어참조가이드 (1.2021.2) 175 / 407 9.10 Point [entryPoint, exitPoint] 9 상태다이어그램 state choice1 < > state fork1 < > state join2 <<join>> state end3 < > 0 码力 | 408 页 | 4.32 MB | 1 年前3
Comprehensive Rust(한국어) 202412. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 340 64 Futures Control Flow 341 64.1 Join . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 341 64.2 Select tempfile::TempDir::new()?; std::fs::write(tmp.path().join("foo.txt"), "Foo 다이어리\n")?; std::fs::write(tmp.path().join("bar.png"), "\n")?; std::fs::write(tmp.path().join("crab.rs"), "//! Crab\n")?; let iter = D CE_IDENTIFIER, birthday_service_binder.as_binder()) .expect("서비스 등록 실패"); binder::ProcessState::join_thread_pool() } birthday_service/Android.bp: rust_binary { name: "birthday_server", crate_name: 0 码力 | 369 页 | 1.29 MB | 10 月前3
Comprehensive Rust. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 339 64 Futures Control Flow 340 64.1 Join . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 340 64.2 Select tempfile::TempDir::new()?; std::fs::write(tmp.path().join("foo.txt"), "Foo 다이어리\n")?; std::fs::write(tmp.path().join("bar.png"), "\n")?; std::fs::write(tmp.path().join("crab.rs"), "//! Crab\n")?; let iter = D CE_IDENTIFIER, birthday_service_binder.as_binder()) .expect("서비스 등록 실패"); binder::ProcessState::join_thread_pool() } birthday_service/Android.bp: rust_binary { name: "birthday_server", crate_name: 0 码力 | 368 页 | 1.29 MB | 1 年前3
共 9 条
- 1













