PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)
Authentication Accepted else some kind of failure Bob -> Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack Authentication Failure PlantUML 언어참조가이드 (1.2023.11) 12 / 551 1.14 메시지에노트추가하기 1 시퀀스다이어그램 group My own label [My own label 2] Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log 1.26 리턴 return 명령은추가텍스트레이블과함께리턴메시지를생성합니다. 리턴되는지점은가장최근에생명선을활성화시킨지점의출발점이된다. 문법은간단히 return label 이며, label 은기존의메시지와마찬가지로임의의문자열을쓸수있다. @startuml Bob -> Alice : hello activate Alice Alice -> Alice : some0 码力 | 552 页 | 7.88 MB | 1 年前3
Krita 5.2 브로셔on the brush. The Instant Preview has a super-secret feature: when you press the instant preview label, and then right click it, it will show a threshold slider. This slider determines at what brush size To assign a color label to your layer or layer group you have to on the layer and choose one of the given colors from the context menu. To remove an already existing color label you can click on the Labels Once you assign color labels to your layers, you can then filter layers having similar color label by clicking on one or more colors in the list from the drop-down situated in the top-right corner0 码力 | 1531 页 | 79.11 MB | 1 年前3
PlantUML 1.2021.3 언어참조가이드opt • loop • par • break • critical PlantUML 언어참조가이드 (1.2021.2) 8 / 407 1.12 Secondary group label 1 시퀀스다이어그램 • group, 화면에보여질텍스트 헤더에표시될텍스트를추가할수있다. (group 제외). end 키워드는그룹을닫는데사용한다. 또한, 그룹을중첩해서만들수도있다 Authentication Accepted else some kind of failure Bob -> Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack -> Alice: Please repeat end @enduml 1.12 Secondary group label For group, it is possible to add, between[ and ], a secondary text or label that will be displayed into the header. PlantUML 언어참조가이드 (10 码力 | 408 页 | 4.32 MB | 1 年前3
PlantUML 1.2021.1 언어참조가이드opt • loop • par • break • critical PlantUML 언어참조가이드 (1.2021.1) 8 / 385 1.12 Secondary group label 1 시퀀스다이어그램 • group, 화면에보여질텍스트 헤더에표시될텍스트를추가할수있다. (group 제외). end 키워드는그룹을닫는데사용한다. 또한, 그룹을중첩해서만들수도있다 Authentication Accepted else some kind of failure Bob -> Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack -> Alice: Please repeat end @enduml 1.12 Secondary group label For group, it is possible to add, between[ and ], a secondary text or label that will be displayed into the header. PlantUML 언어참조가이드 (10 码力 | 386 页 | 4.12 MB | 1 年前3
PlantUML 1.2021.2 언어참조가이드opt • loop • par • break • critical PlantUML 언어참조가이드 (1.2021.2) 8 / 390 1.12 Secondary group label 1 시퀀스다이어그램 • group, 화면에보여질텍스트 헤더에표시될텍스트를추가할수있다. (group 제외). end 키워드는그룹을닫는데사용한다. 또한, 그룹을중첩해서만들수도있다 Authentication Accepted else some kind of failure Bob -> Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack -> Alice: Please repeat end @enduml 1.12 Secondary group label For group, it is possible to add, between[ and ], a secondary text or label that will be displayed into the header. PlantUML 언어참조가이드 (10 码力 | 391 页 | 4.17 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2020.23)opt • loop • par • break • critical PlantUML 언어참조가이드 (1.2020.23) 8 / 306 1.12 Secondary group label 1 시퀀스다이어그램 • group, 화면에보여질텍스트 헤더에표시될텍스트를추가할수있다. (group 제외). end 키워드는그룹을닫는데사용한다. 또한, 그룹을중첩해서만들수도있다 Authentication Accepted else some kind of failure Bob -> Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack -> Alice: Please repeat end @enduml 1.12 Secondary group label For group, it is possible to add, between[ and ], a secondary text or label that will be displayed into the header. @startuml PlantUML0 码力 | 307 页 | 3.16 MB | 1 年前3
Comprehensive Rust(한국어) 202412pub struct Label { label: String, } impl Label { fn new(label: &str) -> Label { Label { label: label.to_owned() } } } pub struct Button { label: Label, } impl Button { fn new(label: &str) -> -> Button { Button { label: Label::new(label) } } } pub struct Window { title: String, widgets: Vec>, } impl Window { fn new(title: &str) -> Window { Window { title: title.to_owned() { self.label.width() + 8 // 패딩을 약간 추가합니다. } fn draw_into(&self, buffer: &mut dyn std::fmt::Write) { let width = self.width(); let mut label = String::new(); self.label.draw_into(&mut label); writeln 0 码力 | 369 页 | 1.29 MB | 10 月前3
Comprehensive Rustpub struct Label { label: String, } impl Label { fn new(label: &str) -> Label { Label { label: label.to_owned() } } } pub struct Button { label: Label, } impl Button { fn new(label: &str) -> -> Button { Button { label: Label::new(label) } } } pub struct Window { title: String, widgets: Vec>, } impl Window { fn new(title: &str) -> Window { Window { title: title.to_owned() { self.label.width() + 8 // 패딩을 약간 추가합니다. } fn draw_into(&self, buffer: &mut dyn std::fmt::Write) { let width = self.width(); let mut label = String::new(); self.label.draw_into(&mut label); writeln 0 码力 | 368 页 | 1.29 MB | 1 年前3
PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2019.2)Authentication Accepted else some kind of failure Bob -> Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack return message with optional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply return label where label, if provided, can be any string cases, the arrow --> is used. The more dashes - in the arrow, the longer the arrow. You can add a label on the arrow, by adding a : character in the arrow definition. In this example, you see that User0 码力 | 158 页 | 1.76 MB | 1 年前3
PlantUML 1.2019.4 언어참조가이드Authentication Accepted else some kind of failure Bob -> Alice: Authentication Failure group My own label Alice -> Log : Log attack start loop 1000 times Alice -> Bob: DNS Attack end Alice -> Log : Log attack return message with optional text label. The point returned to is the point that cause the most recently activated life-line. The syntax is simply return label where label, if provided, can be any string cases, the arrow --> is used. The more dashes - in the arrow, the longer the arrow. You can add a label on the arrow, by adding a : character in the arrow definition. In this example, you see that User0 码力 | 166 页 | 1.86 MB | 1 年前3
共 15 条
- 1
- 2













