PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.9)ref over 키워드를이용하여, 다이어그램에참조를표시할수있다. @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end ref @enduml 1.17 지연 ... 을이용하여 activity together by defining partition: @startuml start partition Initialization { :read config file; :init internal variable; } partition Running { :wait for user interaction; :print information; } stop @enduml end [Hire tests writers] lasts 6 days and ends at [Write tests]'s start [Init and write tests report] is colored in Coral/Green [Init and write tests report] starts 1 day before [Test prototype]'s start and0 码力 | 172 页 | 1.97 MB | 1 年前3
PlantUML 1.2019.6 언어참조가이드ref over 키워드를이용하여, 다이어그램에참조를표시할수있다. @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end ref @enduml 1.17 지연 ... 을이용하여 activity together by defining partition: @startuml start partition Initialization { :read config file; :init internal variable; } partition Running { :wait for user interaction; :print information; } stop @enduml end [Hire tests writers] lasts 6 days and ends at [Write tests]'s start [Init and write tests report] is colored in Coral/Green [Init and write tests report] starts 1 day before [Test prototype]'s start and0 码力 | 172 页 | 1.95 MB | 1 年前3
Comprehensive Rust(한국어) 202412concurrency. 새 크레이트를 설정하고 몇 가지 의존성을 다운로드해 두어야 합니다. 그런다음 예제를 src/main.rs 에 복사/붙여넣기 하여 테스트 해 볼 수있습니다: cargo init concurrency cd concurrency cargo add tokio --features full cargo run 강의형식 이 강의는 강사와 수강생이 양방향으로 소통하면서 its own module. Cargo Setup Rust 플레이그라운드는 하나의 파일만 지원하므로 로컬 파일 시스템에 Cargo 프로젝트를 만들어야 합 니다. cargo init gui-modules cd gui-modules cargo run Edit the resulting src/main.rs to add mod statements, and add 테스트를 해야 합니다. test/디렉터리 아래에 .rs 파일을 하나 만드세요: // tests/my_library.rs use my_library::init; fn test_init() { assert!(init().is_ok()); } 이 테스트는 크레이트의 공개 API 에만 접근할 수 있습니다. 문서화주석테스트 러스트는 문서화주석에 대한 테스트를0 码力 | 369 页 | 1.29 MB | 10 月前3
Comprehensive Rustconcurrency. 새 크레이트를 설정하고 몇 가지 의존성을 다운로드해 두어야 합니다. 그런다음 예제를 src/main.rs 에 복사/붙여넣기 하여 테스트 해 볼 수있습니다: cargo init concurrency cd concurrency cargo add tokio --features full cargo run 강의형식 이 강의는 강사와 수강생이 양방향으로 소통하면서 its own module. Cargo Setup Rust 플레이그라운드는 하나의 파일만 지원하므로 로컬 파일 시스템에 Cargo 프로젝트를 만들어야 합 니다. cargo init gui-modules cd gui-modules cargo run Edit the resulting src/main.rs to add mod statements, and add 테스트를 해야 합니다. test/디렉터리 아래에 .rs 파일을 하나 만드세요: // tests/my_library.rs use my_library::init; fn test_init() { assert!(init().is_ok()); } 이 테스트는 크레이트의 공개 API 에만 접근할 수 있습니다. 문서화주석테스트 러스트는 문서화주석에 대한 테스트를0 码力 | 368 页 | 1.29 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
ref over 키워드를이용하여, 다이어그램에참조를표시할수있다. @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end ref @enduml PlantUML 언어참조가이드 group activity together by defining group: @startuml start group Initialization :read config file; :init internal variable; end group group Running group :wait for user interaction; :print information; end activity together by defining partition: @startuml start partition Initialization { :read config file; :init internal variable; } partition Running { :wait for user interaction; :print information; } stop @enduml0 码力 | 552 页 | 7.88 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)ref over 키워드를이용하여, 다이어그램에참조를표시할수있다. @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end ref @enduml PlantUML 언어참조가이드 activity together by defining partition: @startuml start partition Initialization { :read config file; :init internal variable; } partition Running { :wait for user interaction; :print information; } stop @enduml end [Hire tests writers] lasts 6 days and ends at [Write tests]'s start [Init and write tests report] is colored in Coral/Green [Init and write tests report] starts 1 day before [Test prototype]'s start and0 码力 | 307 页 | 3.16 MB | 1 年前3
PlantUML 1.2020.22 언어참조가이드ref over 키워드를이용하여, 다이어그램에참조를표시할수있다. @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end ref @enduml PlantUML 언어참조가이드 activity together by defining partition: @startuml start partition Initialization { :read config file; :init internal variable; } partition Running { :wait for user interaction; :print information; } stop @enduml end [Hire tests writers] lasts 6 days and ends at [Write tests]'s start [Init and write tests report] is colored in Coral/Green [Init and write tests report] starts 1 day before [Test prototype]'s start and0 码力 | 295 页 | 3.08 MB | 1 年前3
PlantUML 1.2021.1 언어참조가이드ref over 키워드를이용하여, 다이어그램에참조를표시할수있다. @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end ref @enduml 1.21 지연 ... 을이용하여 Swimlanes 6 ACTIVITY DIAGRAM (BETA) @startuml start partition Initialization { :read config file; :init internal variable; } partition Running { :wait for user interaction; :print information; } stop @enduml end [Hire tests writers] lasts 6 days and ends at [Write tests]'s start [Init and write tests report] is colored in Coral/Green [Init and write tests report] starts 1 day before [Test prototype]'s start and0 码力 | 386 页 | 4.12 MB | 1 年前3
PlantUML 1.2021.2 언어참조가이드ref over 키워드를이용하여, 다이어그램에참조를표시할수있다. @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end ref @enduml 1.21 지연 ... 을이용하여 Swimlanes 6 ACTIVITY DIAGRAM (BETA) @startuml start partition Initialization { :read config file; :init internal variable; } partition Running { :wait for user interaction; :print information; } stop @enduml end [Hire tests writers] lasts 6 days and ends at [Write tests]'s start [Init and write tests report] is colored in Coral/Green [Init and write tests report] starts 1 day before [Test prototype]'s start and0 码力 | 391 页 | 4.17 MB | 1 年前3
PlantUML 1.2021.3 언어참조가이드ref over 키워드를이용하여, 다이어그램에참조를표시할수있다. @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end ref @enduml 1.21 지연 ... 을이용하여 Swimlanes 6 ACTIVITY DIAGRAM (BETA) @startuml start partition Initialization { :read config file; :init internal variable; } partition Running { :wait for user interaction; :print information; } stop @enduml end [Hire tests writers] lasts 6 days and ends at [Write tests]'s start [Init and write tests report] is colored in Coral/Green [Init and write tests report] starts 1 day before [Test prototype]'s start and0 码力 | 408 页 | 4.32 MB | 1 年前3
共 15 条
- 1
- 2













