PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)hnote 와 rnote 키워드를이용하여, 노트의모양을바꿀수있다. @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 Individual colors You can specify a color after component definition. @startuml component [Web Server] #Yellow @enduml 6.12 Using Sprite in Stereotype You can use sprites within stereotype components } () "Data Access" as DA DA - [First Component] [First Component] ..> () HTTP : use HTTP - [Web Server] << Apache >> PlantUML 언어참조가이드 (1.2020.23) 114 / 306 6.13 Skinparam 6 컴포넌트다이어그램 @enduml @startuml0 码力 | 307 页 | 3.16 MB | 1 年前3
PlantUML 1.2020.22 언어참조가이드hnote 와 rnote 키워드를이용하여, 노트의모양을바꿀수있다. @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 Individual colors You can specify a color after component definition. @startuml component [Web Server] #Yellow @enduml 6.12 Using Sprite in Stereotype You can use sprites within stereotype components } () "Data Access" as DA DA - [First Component] [First Component] ..> () HTTP : use HTTP - [Web Server] << Apache >> PlantUML 언어참조가이드 (1.2020.22) 103 / 294 6.13 Skinparam 6 컴포넌트다이어그램 @enduml @startuml0 码力 | 295 页 | 3.08 MB | 1 年前3
PlantUML 1.2021.1 언어참조가이드hnote 와 rnote 키워드를이용하여, 노트의모양을바꿀수있다. @startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle "h" as hexagon endrnote @enduml *[Ref. Individual colors You can specify a color after component definition. @startuml component [Web Server] #Yellow @enduml 7.12 Using Sprite in Stereotype You can use sprites within stereotype components } () "Data Access" as DA DA - [First Component] [First Component] ..> () HTTP : use HTTP - [Web Server] << Apache >> @enduml @startuml [AA] <> PlantUML 언어참조가이드 (1.2021.1) 128 / 385 7.14 0 码力 | 386 页 | 4.12 MB | 1 年前3
PlantUML 1.2021.2 언어참조가이드hnote 와 rnote 키워드를이용하여, 노트의모양을바꿀수있다. @startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle "h" as hexagon endrnote @enduml *[Ref. Individual colors You can specify a color after component definition. @startuml component [Web Server] #Yellow @enduml 7.12 Using Sprite in Stereotype You can use sprites within stereotype components } () "Data Access" as DA DA - [First Component] [First Component] ..> () HTTP : use HTTP - [Web Server] << Apache >> @enduml @startuml [AA] <> PlantUML 언어참조가이드 (1.2021.2) 128 / 390 7.14 0 码力 | 391 页 | 4.17 MB | 1 年前3
PlantUML 1.2021.3 언어참조가이드hnote 와 rnote 키워드를이용하여, 노트의모양을바꿀수있다. @startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle "h" as hexagon endrnote @enduml *[Ref. Individual colors You can specify a color after component definition. @startuml component [Web Server] #Yellow @enduml 7.12 Using Sprite in Stereotype You can use sprites within stereotype components } () "Data Access" as DA DA - [First Component] [First Component] ..> () HTTP : use HTTP - [Web Server] << Apache >> @enduml @startuml [AA] <> PlantUML 언어참조가이드 (1.2021.2) 128 / 407 7.14 0 码力 | 408 页 | 4.32 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
노트의모양을바꿀수있습니다: • hnote 는육각형노트; • rnote 는사각형노트. @startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle PlantUML 언어참조가이드 (1.2023.11) 14 / 551 1 1.17 Note over all participants [across] 1 시퀀스다이어그램 "h" as hexagon endrnote rnote over server this is on several lines endrnote hnote over caller this is on several lines endhnote @enduml [Ref. QA-1765] Individual colors You can specify a color after component definition. @startuml component [Web Server] #Yellow @enduml 7.12 Using Sprite in Stereotype You can use sprites within stereotype components0 码力 | 552 页 | 7.88 MB | 1 年前3
Comprehensive Rust(한국어) 202412– FFI 런타임 오버헤드 없음. – 비용이 들지 않는 추상화. – 친절한 컴파일러 오류메시지. – 내장 종속성 관리자. – 내장 테스트 지원. – LSP (Language Server Protocol, 언어 서버 프로토콜) 지원이 잘되어있음. 여기에서 많은 시간을 보내지 마세요. 이 모든 사항은 나중에 자세히다룹니다. 수강생들에게 어떤 프로그래밍 언어를 might put messages in the test logfile, while in a production build it would send messages to a log server. However, the StderrLogger given below logs all messages, regardless of verbosity. Your task is to override? Where source? 34.1.4 AIDL 서버 마지막으로 서비스를 제공하는 서버를 만들 수 있습니다: birthday_service/src/server.rs: //! Birthday service. use birthdayservice::BirthdayService; use com_example_birthdayservice0 码力 | 369 页 | 1.29 MB | 10 月前3
Comprehensive Rust– FFI 런타임 오버헤드 없음. – 비용이 들지 않는 추상화. – 친절한 컴파일러 오류메시지. – 내장 종속성 관리자. – 내장 테스트 지원. – LSP (Language Server Protocol, 언어 서버 프로토콜) 지원이 잘되어있음. 여기에서 많은 시간을 보내지 마세요. 이 모든 사항은 나중에 자세히다룹니다. 수강생들에게 어떤 프로그래밍 언어를 might put messages in the test logfile, while in a production build it would send messages to a log server. However, the StderrLogger given below logs all messages, regardless of verbosity. Your task is to override? Where source? 34.1.4 AIDL 서버 마지막으로 서비스를 제공하는 서버를 만들 수 있습니다: birthday_service/src/server.rs: //! Birthday service. use birthdayservice::BirthdayService; use com_example_birthdayservice0 码力 | 368 页 | 1.29 MB | 1 年前3
Krita 5.2 브로셔path is filled. The button with the inner square blank toggles even-odd mode, where every filled region of the path is next to an unfilled one, like this: Sub-path with different direction Sub-path overlaps with a sub-path of a different direction that ‘decrease the level of overlapping’ so that the region between the two is considered outside the path and remain unfilled, like this: Sub-path with different back faster at the cost of lower resolution. Use Region Of Interest We technically only need to use the section of the image that is in view. Region of interest represents that section. When the image0 码力 | 1531 页 | 79.11 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.2)rnote keywords to change note shapes. @startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle "h" as hexagon PlantUML 언어참조가이드 (1.2019 Individual colors You can specify a color after component definition. @startuml component [Web Server] #Yellow @enduml 6.10 Using Sprite in Stereotype You can use sprites within stereotype components ..> () HTTP : use PlantUML 언어참조가이드 (1.2019.2) 81 / 157 6.11 Skinparam 6 컴포넌트다이어그램 HTTP - [Web Server] << Apache >> @enduml @startuml [AA] <> [BB] < > [CC] < > node 0 码力 | 158 页 | 1.76 MB | 1 年前3
共 15 条
- 1
- 2













