 Krita 5.2 브로셔powerful image manipulation feature lets you separate an image into its different components or channels. This is useful for people working in print, or people manipulating game textures. There’s no combine combine functionality, but what you can do, if using colored output, is to set two of the channels to the addition 혼합 모드. For grayscale images in the RGB space, you can use the Copy Red, Copy Green and memory for textures and sprites. However, this is not available in Krita. Krita instead works with channels, and counts how many colors per channel you need (described in terms of ‘’bits per channel’’). This0 码力 | 1531 页 | 79.11 MB | 1 年前3 Krita 5.2 브로셔powerful image manipulation feature lets you separate an image into its different components or channels. This is useful for people working in print, or people manipulating game textures. There’s no combine combine functionality, but what you can do, if using colored output, is to set two of the channels to the addition 혼합 모드. For grayscale images in the RGB space, you can use the Copy Red, Copy Green and memory for textures and sprites. However, this is not available in Krita. Krita instead works with channels, and counts how many colors per channel you need (described in terms of ‘’bits per channel’’). This0 码力 | 1531 页 | 79.11 MB | 1 年前3
 Comprehensive Rust(한국어) 202412접근가능합니다. mod outer { fn private() { println!("outer::private"); } pub fn public() { println!("outer::public"); } mod inner { fn private() { println!("outer::inner::private"); } pub fn public() public() { println!("outer::inner::public"); super::private(); } } } fn main() { outer::public(); } • pub 키워드는 모듈에도 사용할 수 있습니다. 또한, 고급 기능으로 pub(...) 지정자를 사용하여 공개 범위를제한할 수 있습니다. • 공식문서를 참고하세요. • pub(crate) test_multiple_words() { assert_eq!(first_word("Hello World"), "안녕하세요"); } } • 이렇게 서브 모듈로 테스트를 만들면 private 한 헬퍼 함수에 대한 단위테스트도 가능합니다. • #[cfg(test)] 어트리뷰트가 추가된 항목은 cargo test 를 수행했을 경우에만 동작합니다. 플레이그라운드에서0 码力 | 369 页 | 1.29 MB | 10 月前3 Comprehensive Rust(한국어) 202412접근가능합니다. mod outer { fn private() { println!("outer::private"); } pub fn public() { println!("outer::public"); } mod inner { fn private() { println!("outer::inner::private"); } pub fn public() public() { println!("outer::inner::public"); super::private(); } } } fn main() { outer::public(); } • pub 키워드는 모듈에도 사용할 수 있습니다. 또한, 고급 기능으로 pub(...) 지정자를 사용하여 공개 범위를제한할 수 있습니다. • 공식문서를 참고하세요. • pub(crate) test_multiple_words() { assert_eq!(first_word("Hello World"), "안녕하세요"); } } • 이렇게 서브 모듈로 테스트를 만들면 private 한 헬퍼 함수에 대한 단위테스트도 가능합니다. • #[cfg(test)] 어트리뷰트가 추가된 항목은 cargo test 를 수행했을 경우에만 동작합니다. 플레이그라운드에서0 码力 | 369 页 | 1.29 MB | 10 月前3
 Comprehensive Rust접근가능합니다. mod outer { fn private() { println!("outer::private"); } pub fn public() { println!("outer::public"); } mod inner { fn private() { println!("outer::inner::private"); } pub fn public() public() { println!("outer::inner::public"); super::private(); } } } fn main() { outer::public(); } • pub 키워드는 모듈에도 사용할 수 있습니다. 또한, 고급 기능으로 pub(...) 지정자를 사용하여 공개 범위를제한할 수 있습니다. • 공식문서를 참고하세요. • pub(crate) test_multiple_words() { assert_eq!(first_word("Hello World"), "안녕하세요"); } } • 이렇게 서브 모듈로 테스트를 만들면 private 한 헬퍼 함수에 대한 단위테스트도 가능합니다. • #[cfg(test)] 어트리뷰트가 추가된 항목은 cargo test 를 수행했을 경우에만 동작합니다. 플레이그라운드에서0 码力 | 368 页 | 1.29 MB | 1 年前3 Comprehensive Rust접근가능합니다. mod outer { fn private() { println!("outer::private"); } pub fn public() { println!("outer::public"); } mod inner { fn private() { println!("outer::inner::private"); } pub fn public() public() { println!("outer::inner::public"); super::private(); } } } fn main() { outer::public(); } • pub 키워드는 모듈에도 사용할 수 있습니다. 또한, 고급 기능으로 pub(...) 지정자를 사용하여 공개 범위를제한할 수 있습니다. • 공식문서를 참고하세요. • pub(crate) test_multiple_words() { assert_eq!(first_word("Hello World"), "안녕하세요"); } } • 이렇게 서브 모듈로 테스트를 만들면 private 한 헬퍼 함수에 대한 단위테스트도 가능합니다. • #[cfg(test)] 어트리뷰트가 추가된 항목은 cargo test 를 수행했을 경우에만 동작합니다. 플레이그라운드에서0 码力 | 368 页 | 1.29 MB | 1 年前3
 PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.2)the corresponding item: Character Icon for field Icon for method Visibility - private # protected ~ package private + public @startuml class Dummy { -field1 #field2 ~method1() +method2() } @enduml } class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.7 Notes and stereotypes Stereotypes opening a new opening bracket. @startsalt { Name | " " Modifiers: | { (X) public | () default | () private | () protected [] abstract | [] final | [] static } Superclass: | { "java.lang.Object " | [Browse0 码力 | 158 页 | 1.76 MB | 1 年前3 PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.2)the corresponding item: Character Icon for field Icon for method Visibility - private # protected ~ package private + public @startuml class Dummy { -field1 #field2 ~method1() +method2() } @enduml } class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.7 Notes and stereotypes Stereotypes opening a new opening bracket. @startsalt { Name | " " Modifiers: | { (X) public | () default | () private | () protected [] abstract | [] final | [] static } Superclass: | { "java.lang.Object " | [Browse0 码力 | 158 页 | 1.76 MB | 1 年前3
 PlantUML 1.2019.4 언어참조가이드the corresponding item: Character Icon for field Icon for method Visibility - private # protected ~ package private + public @startuml class Dummy { -field1 #field2 ~method1() +method2() } @enduml } class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.7 Notes and stereotypes Stereotypes opening a new opening bracket. @startsalt { Name | " " Modifiers: | { (X) public | () default | () private | () protected [] abstract | [] final | [] static } Superclass: | { "java.lang.Object " | [Browse0 码力 | 166 页 | 1.86 MB | 1 年前3 PlantUML 1.2019.4 언어참조가이드the corresponding item: Character Icon for field Icon for method Visibility - private # protected ~ package private + public @startuml class Dummy { -field1 #field2 ~method1() +method2() } @enduml } class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.7 Notes and stereotypes Stereotypes opening a new opening bracket. @startsalt { Name | " " Modifiers: | { (X) public | () default | () private | () protected [] abstract | [] final | [] static } Superclass: | { "java.lang.Object " | [Browse0 码力 | 166 页 | 1.86 MB | 1 年前3
 PlantUML 1.2019.1 언어참조가이드Abstract and Static 3 클래스다이어그램 Character Icon for field Icon for method Visibility - private # protected ~ package private + public @startuml class Dummy { -field1 #field2 ~method1() +method2() } @enduml } class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.7 Notes and stereotypes Stereotypes opening a new opening bracket. @startsalt { Name | " " Modifiers: | { (X) public | () default | () private | () protected [] abstract | [] final | [] static } Superclass: | { "java.lang.Object " | [Browse0 码力 | 146 页 | 1.89 MB | 1 年前3 PlantUML 1.2019.1 언어참조가이드Abstract and Static 3 클래스다이어그램 Character Icon for field Icon for method Visibility - private # protected ~ package private + public @startuml class Dummy { -field1 #field2 ~method1() +method2() } @enduml } class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.7 Notes and stereotypes Stereotypes opening a new opening bracket. @startsalt { Name | " " Modifiers: | { (X) public | () default | () private | () protected [] abstract | [] final | [] static } Superclass: | { "java.lang.Object " | [Browse0 码力 | 146 页 | 1.89 MB | 1 年前3
 PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.3)the corresponding item: Character Icon for field Icon for method Visibility - private # protected ~ package private + public @startuml class Dummy { -field1 #field2 ~method1() +method2() } @enduml } class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.7 Notes and stereotypes Stereotypes opening a new opening bracket. @startsalt { Name | " " Modifiers: | { (X) public | () default | () private | () protected [] abstract | [] final | [] static } Superclass: | { "java.lang.Object " | [Browse0 码力 | 158 页 | 1.76 MB | 1 年前3 PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.3)the corresponding item: Character Icon for field Icon for method Visibility - private # protected ~ package private + public @startuml class Dummy { -field1 #field2 ~method1() +method2() } @enduml } class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.7 Notes and stereotypes Stereotypes opening a new opening bracket. @startsalt { Name | " " Modifiers: | { (X) public | () default | () private | () protected [] abstract | [] final | [] static } Superclass: | { "java.lang.Object " | [Browse0 码力 | 158 页 | 1.76 MB | 1 年前3
 PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.9)the corresponding item: Character Icon for field Icon for method Visibility - private # protected ~ package private + public @startuml class Dummy { -field1 #field2 ~method1() +method2() } @enduml } class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.7 Notes and stereotypes Stereotypes opening a new opening bracket. @startsalt { Name | " " Modifiers: | { (X) public | () default | () private | () protected [] abstract | [] final | [] static } Superclass: | { "java.lang.Object " | [Browse0 码力 | 172 页 | 1.97 MB | 1 年前3 PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.9)the corresponding item: Character Icon for field Icon for method Visibility - private # protected ~ package private + public @startuml class Dummy { -field1 #field2 ~method1() +method2() } @enduml } class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.7 Notes and stereotypes Stereotypes opening a new opening bracket. @startsalt { Name | " " Modifiers: | { (X) public | () default | () private | () protected [] abstract | [] final | [] static } Superclass: | { "java.lang.Object " | [Browse0 码力 | 172 页 | 1.97 MB | 1 年前3
 PlantUML 1.2019.6 언어참조가이드the corresponding item: Character Icon for field Icon for method Visibility - private # protected ~ package private + public @startuml class Dummy { -field1 #field2 ~method1() +method2() } @enduml } class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.7 Notes and stereotypes Stereotypes opening a new opening bracket. @startsalt { Name | " " Modifiers: | { (X) public | () default | () private | () protected [] abstract | [] final | [] static } Superclass: | { "java.lang.Object " | [Browse0 码力 | 172 页 | 1.95 MB | 1 年前3 PlantUML 1.2019.6 언어참조가이드the corresponding item: Character Icon for field Icon for method Visibility - private # protected ~ package private + public @startuml class Dummy { -field1 #field2 ~method1() +method2() } @enduml } class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.7 Notes and stereotypes Stereotypes opening a new opening bracket. @startsalt { Name | " " Modifiers: | { (X) public | () default | () private | () protected [] abstract | [] final | [] static } Superclass: | { "java.lang.Object " | [Browse0 码力 | 172 页 | 1.95 MB | 1 年前3
 PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)the corresponding item: Character Icon for field Icon for method Visibility - private # protected ~ package private + public @startuml class Dummy { -field1 #field2 ~method1() +method2() } @enduml } class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.8 Notes and stereotypes Stereotypes opening a new opening bracket. @startsalt { Name | " " Modifiers: | { (X) public | () default | () private | () protected [] abstract | [] final | [] static } Superclass: | { "java.lang.Object " | [Browse0 码力 | 307 页 | 3.16 MB | 1 年前3 PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)the corresponding item: Character Icon for field Icon for method Visibility - private # protected ~ package private + public @startuml class Dummy { -field1 #field2 ~method1() +method2() } @enduml } class User { .. Simple Getter .. + getName() + getAddress() .. Some setter .. + setName() __ private data __ int age -- encrypted -- String password } @enduml 3.8 Notes and stereotypes Stereotypes opening a new opening bracket. @startsalt { Name | " " Modifiers: | { (X) public | () default | () private | () protected [] abstract | [] final | [] static } Superclass: | { "java.lang.Object " | [Browse0 码力 | 307 页 | 3.16 MB | 1 年前3
共 15 条
- 1
- 2














