PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
label label node node package package person person queue queue rectangle rectangle stack stack storage storage usecase usecase usecase/ "usecase/" @enduml PlantUML 언어참조가이드 (1.2023.11) 169 / 551 8.1 Declaring } node node { } package package { } queue queue { } rectangle rectangle { } stack stack { } storage storage { } @enduml 8.8 Packages and nested elements 8.8.1 Example with one level @startuml artifact { file f13 } stack stackVeryLOOOOOOOOOOOOOOOOOOOg as "stack" { file f14 } storage storageVeryLOOOOOOOOOOOOOOOOOOOg as "storage" { file f15 } @enduml 8.8.2 Other example @startuml artifact Foo1 { folder0 码力 | 552 页 | 7.88 MB | 1 年前3
PlantUML 1.2021.3 언어참조가이드interface label label node node package package queue queue rectangle rectangle stack stack storage storage usecase usecase usecase/ "usecase/" @enduml PlantUML 언어참조가이드 (1.2021.2) 132 / 407 8.1 Declaring } node node { } package package { } queue queue { } rectangle rectangle { } stack stack { } storage storage { } @enduml 8.8 Packages and nested elements 8.8.1 Example with one level @startuml artifact { file f13 } stack stackVeryLOOOOOOOOOOOOOOOOOOOg as "stack" { file f14 } storage storageVeryLOOOOOOOOOOOOOOOOOOOg as "storage" { file f15 } @enduml 8.8.2 Other example @startuml artifact Foo1 { folder0 码力 | 408 页 | 4.32 MB | 1 年前3
PlantUML 1.2021.2 언어참조가이드interface label label node node package package queue queue rectangle rectangle stack stack storage storage usecase usecase usecase/ "usecase/" @enduml PlantUML 언어참조가이드 (1.2021.2) 132 / 390 8.1 Declaring } node node { } package package { } queue queue { } rectangle rectangle { } stack stack { } storage storage { } @enduml 8.8 Packages and nested elements 8.8.1 Example with one level @startuml artifact { file f13 } stack stackVeryLOOOOOOOOOOOOOOOOOOOg as "stack" { file f14 } storage storageVeryLOOOOOOOOOOOOOOOOOOOg as "storage" { file f15 } @enduml 8.8.2 Other example @startuml artifact Foo1 { folder0 码力 | 391 页 | 4.17 MB | 1 年前3
PlantUML 1.2021.1 언어참조가이드interface label label node node package package queue queue rectangle rectangle stack stack storage storage usecase usecase usecase/ "usecase/" @enduml PlantUML 언어참조가이드 (1.2021.1) 132 / 385 8.1 Declaring } node node { } package package { } queue queue { } rectangle rectangle { } stack stack { } storage storage { } @enduml 8.8 Packages and nested elements 8.8.1 Example with one level @startuml artifact { file f13 } stack stackVeryLOOOOOOOOOOOOOOOOOOOg as "stack" { file f14 } storage storageVeryLOOOOOOOOOOOOOOOOOOOg as "storage" { file f15 } @enduml 8.8.2 Other example @startuml artifact Foo1 { folder0 码力 | 386 页 | 4.12 MB | 1 年前3
Krita 5.2 브로셔colors at any position, on any layer, or even in different documents! Quickly mix lighting colors with local colors, mix the ambient sky color into shadows, create atmospheric depth, mix from a preselected palette 255 values total, 50% would mean 128 values total, and 10% would mean a total of 25 values total. Local channel palette range Like Global channel palette range, but then decided per group. Use color palette contrasts, much like a sharpen filter, but within a texture editing workflow it is also used to remove local gradients. Radius The radius within the Gaussian High Pass filter is similar to the radius in the0 码力 | 1531 页 | 79.11 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.9)언어참조가이드 (1.2019.9) 146 / 171 19.5 Return function 19 PREPROCESSING Variables defined in functions are local. It means that the variable is destroyed when the function ends. 19.5 Return function A return function variable are local by default (they are destroyed when the function is exited). However, you can access to global variables from function. However, you can use the local keyword to create a local variable variable if ever a global variable exists with the same name. @startuml !function $dummy() !local $ijk = "local" Alice -> Bob : $ijk !endfunction !global $ijk = "foo" Alice -> Bob : $ijk $dummy() Alice -> Bob0 码力 | 172 页 | 1.97 MB | 1 年前3
PlantUML 1.2019.6 언어참조가이드언어참조가이드 (1.2019.6) 146 / 171 19.5 Return function 19 PREPROCESSING Variables defined in functions are local. It means that the variable is destroyed when the function is exited. 19.5 Return function A return variable are local by default (they are destroyed when the function is exited). However, you can access to global variables from function. However, you can use the local keyword to create a local variable variable if ever a global variable exists with the same name. @startuml !function $dummy() !local $ijk = "local" Alice -> Bob : $ijk !endfunction !global $ijk = "foo" Alice -> Bob : $ijk $dummy() Alice -> Bob0 码力 | 172 页 | 1.95 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)$init_class("foo1") $init_class("foo2") $msg("foo1", "foo2") @enduml Variables defined in procedures are local. It means that the variable is destroyed when the procedure ends. 20.7 Return function [!function variable are local by default (they are destroyed when the function is exited). However, you can access to global variables from function. However, you can use the local keyword to create a local variable variable if ever a global variable exists with the same name. @startuml !function $dummy() !local $ijk = "local" !return "Alice -> Bob : " + $ijk !endfunction !global $ijk = "foo" Alice -> Bob : $ijk $dummy()0 码力 | 307 页 | 3.16 MB | 1 年前3
PlantUML 1.2020.22 언어참조가이드$init_class("foo1") $init_class("foo2") $msg("foo1", "foo2") @enduml Variables defined in procedures are local. It means that the variable is destroyed when the procedure ends. 20.7 Return function [!function variable are local by default (they are destroyed when the function is exited). However, you can access to global variables from function. However, you can use the local keyword to create a local variable variable if ever a global variable exists with the same name. @startuml !function $dummy() !local $ijk = "local" !return "Alice -> Bob : " + $ijk !endfunction !global $ijk = "foo" Alice -> Bob : $ijk $dummy()0 码力 | 295 页 | 3.08 MB | 1 年前3
Comprehensive Rust(한국어) 202412working with tuples and other structured values it's common to want to extract the inner values into local variables. This can be done manually by directly accessing the inner values: fn print_tuple(tuple: Interior mutability is possible through a Mutex, atomic or similar. Thread-local data can be created with the macro std::thread_local. 10.5 타입별칭 타입 별칭은 다른 타입의 이름을 생성합니다. 두 타입은 서로 바꿔서 사용할수 있습니다. enum CarryableConcreteItem • 더 짧은 경로에서 기호를 ' 다시내보내기' 하는 것이 일반적입니다. 예를 들어 크레이트의최상위 lib.rs 는 mod storage; pub use storage::disk::DiskStorage; pub use storage::network::NetworkStorage; 편리하고 짧은 경로로 다른 크레이트에서 DiskStorage 및 NetworkStorage0 码力 | 369 页 | 1.29 MB | 10 月前3
共 15 条
- 1
- 2













