Comprehensive Rust(한국어) 202412a &str value with escapes disabled: r"\n" == "\\n". You can embed double-quotes by using an equal amount of # on either side of the quotes: fn main() { println!(r#"link"#); println 참조된 데이터는 변경할 수 없습니다. fn main() { let a = 'A'; let b = 'B'; let mut r: &char = &a; println!("r: {}", *r); r = &b; println!("r: {}", *r); } T 타입에 대한 공유 참조는 &T 타입을 갖습니다. 참조값은 & 연산자로 작성됩니다. * 연산자는 참조를' 역참조' in particular when invoking methods (try r.is_ascii()). There is no need for an -> operator like in C++. • 이 예에서 r 은 변경 가능하므로 다시 할당할 수있습니다 (r = &b). 이렇게 하면 r 이 다시 바인 딩되어다른 것을 참조합니다. 이는 참조에 할당하면 참조된 값이0 码力 | 369 页 | 1.29 MB | 11 月前3
Comprehensive Rusta &str value with escapes disabled: r"\n" == "\\n". You can embed double-quotes by using an equal amount of # on either side of the quotes: fn main() { println!(r#"link"#); println 참조된 데이터는 변경할 수 없습니다. fn main() { let a = 'A'; let b = 'B'; let mut r: &char = &a; println!("r: {}", *r); r = &b; println!("r: {}", *r); } T 타입에 대한 공유 참조는 &T 타입을 갖습니다. 참조값은 & 연산자로 작성됩니다. * 연산자는 참조를' 역참조' in particular when invoking methods (try r.is_ascii()). There is no need for an -> operator like in C++. • 이 예에서 r 은 변경 가능하므로 다시 할당할 수있습니다 (r = &b). 이렇게 하면 r 이 다시 바인 딩되어다른 것을 참조합니다. 이는 참조에 할당하면 참조된 값이0 码力 | 368 页 | 1.29 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
@startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle PlantUML 언어참조가이드 (1.2023.11) 14 / 551 1.17 Note over all participants [across] 1 시퀀스다이어그램 binary "Binary" as B concise "Concise" as C robust "Robust" as R analog "Analog" as A @0 C is Idle R is Idle A is 0 @100 B is high C is Waiting R is Processing PlantUML 언어참조가이드 (1.2023.11) 235 / 551 10 10.2 Binary and Clock 10 TIMING DIAGRAM A is 3 @300 R is Waiting A is 1 @enduml [Ref. QA-14631, QA-14647 and QA-11288] 10.2 Binary and Clock It’s also possible to have binary and clock signal, using0 码力 | 552 页 | 7.88 MB | 1 年前3
Krita 5.2 브로셔Layer Lock the layer with the padlock, so you don’t draw on it. Quick Layer select If you hold the R key and press a spot on your drawing, Krita will select the layer underneath the cursor. Really useful the following in the text area: print("hello world") Press the big play button or press the Ctrl + R shortcut to run the script. Then, below, in the output area the following should show up: ==== Warning: produces white. As such, we can make a list of possible primary color intensities: 0% R�� 25% R�� 50% R�� 75% R�� 100% R�� Shown above is a table of different intensities of red light. Our screens can certainly0 码力 | 1531 页 | 79.11 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)@startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle "h" as hexagon endrnote @enduml 1.16 Creole 과 HTML creole 문법을사용할수도있다: @startuml participant Digital Example @startuml scale 5 as 150 pixels clock clk with period 1 binary "enable" as en binary "R/W" as rw binary "data Valid" as dv concise "dataBus" as db concise "address bus" as addr @6 as :write_beg [Prototype design] [r1] happens on 5 days after [Prototype design]'s end [r2] happens on 5 days after [r1]'s end [r3] happens on 5 days after [r2]'s end [r2] displays on same row as [r1] [r3] displays on same0 码力 | 307 页 | 3.16 MB | 1 年前3
PlantUML 1.2020.22 언어참조가이드@startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle "h" as hexagon endrnote @enduml 1.15 Creole 과 HTML creole 문법을사용할수도있다: @startuml participant Digital Example @startuml scale 5 as 150 pixels clock clk with period 1 binary "enable" as en binary "R/W" as rw binary "data Valid" as dv concise "dataBus" as db concise "address bus" as addr @6 as :write_beg [Prototype design] [r1] happens on 5 days after [Prototype design]'s end [r2] happens on 5 days after [r1]'s end [r3] happens on 5 days after [r2]'s end [r2] displays on same row as [r1] [r3] displays on same0 码力 | 295 页 | 3.08 MB | 1 年前3
PlantUML 1.2021.1 언어참조가이드@startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle "h" as hexagon endrnote @enduml *[Ref. [QA-1765](https://forum.plantuml.net/1765/is- Digital Example @startuml scale 5 as 150 pixels clock clk with period 1 binary "enable" as en binary "R/W" as rw binary "data Valid" as dv concise "dataBus" as db concise "address bus" as addr PlantUML 언어참조가이드 "a\fb"], "line feed character (U+000A)": ["\\n", "a\nb"], "carriage return character (U+000D)": ["\\r", "a\rb"], "character tabulation character (U+0009)": ["\\t", "a\tb"] } @endjson PlantUML 언어참조가이드 (10 码力 | 386 页 | 4.12 MB | 1 年前3
PlantUML 1.2021.2 언어참조가이드@startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle "h" as hexagon endrnote @enduml *[Ref. [QA-1765](https://forum.plantuml.net/1765/is- Digital Example @startuml scale 5 as 150 pixels clock clk with period 1 binary "enable" as en binary "R/W" as rw binary "data Valid" as dv concise "dataBus" as db concise "address bus" as addr PlantUML 언어참조가이드 "a\fb"], "line feed character (U+000A)": ["\\n", "a\nb"], "carriage return character (U+000D)": ["\\r", "a\rb"], "character tabulation character (U+0009)": ["\\t", "a\tb"] } @endjson PlantUML 언어참조가이드 (10 码力 | 391 页 | 4.17 MB | 1 年前3
PlantUML 1.2021.3 언어참조가이드@startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle "h" as hexagon endrnote @enduml *[Ref. [QA-1765](https://forum.plantuml.net/1765/is- Digital Example @startuml scale 5 as 150 pixels clock clk with period 1 binary "enable" as en binary "R/W" as rw binary "data Valid" as dv concise "dataBus" as db concise "address bus" as addr PlantUML 언어참조가이드 "a\fb"], "line feed character (U+000A)": ["\\n", "a\nb"], "carriage return character (U+000D)": ["\\r", "a\rb"], "character tabulation character (U+0009)": ["\\t", "a\tb"] } @endjson PlantUML 언어참조가이드 (10 码力 | 408 页 | 4.32 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.2)@startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle "h" as hexagon PlantUML 언어참조가이드 (1.2019.2) 10 / 157 1.14 Creole and HTML 1 시퀀스다이어그램0 码力 | 158 页 | 1.76 MB | 1 年前3
共 15 条
- 1
- 2













