PlantUML 1.2019.1 Guía de Referencia del Lenguajedroplist^ } @enduml The goal of this tool is to discuss about simple and sample windows. 13.2 Using grid A table is automatically created when you use an opening bracket {. And you have to use | to separate the opening bracket, you can use a character to define if you want to draw lines or columns of the grid : Guía de Referencia del Lenguaje PlantUML (1.2019.1) 101 / 146 13.3 Group box 13 SALT (WIREFRAME) path="c:/mydir" -jar plantuml.jar atest1.txt Note the this -D option has to put before the -jar option. -D options after the -jar option will be used to define constants within plantuml preprocessor. 17.12 Advanced0 码力 | 147 页 | 1.85 MB | 1 年前3
PlantUML 1.2019.4 Guía de Referencia del Lenguajedroplist^ } @enduml The goal of this tool is to discuss about simple and sample windows. 15.2 Using grid A table is automatically created when you use an opening bracket {. And you have to use | to separate the opening bracket, you can use a character to define if you want to draw lines or columns of the grid : Symbol Result # To display all vertical and horizontal lines ! To display all vertical lines path="c:/mydir" -jar plantuml.jar atest1.txt Note the this -D option has to put before the -jar option. -D options after the -jar option will be used to define constants within plantuml preprocessor. 19.12 Advanced0 码力 | 166 页 | 1.82 MB | 1 年前3
PlantUML 1.2019.3 Guía de Referencia del Lenguajedroplist^ } @enduml The goal of this tool is to discuss about simple and sample windows. 13.2 Using grid A table is automatically created when you use an opening bracket {. And you have to use | to separate the opening bracket, you can use a character to define if you want to draw lines or columns of the grid : Symbol Result # To display all vertical and horizontal lines ! To display all vertical lines path="c:/mydir" -jar plantuml.jar atest1.txt Note the this -D option has to put before the -jar option. -D options after the -jar option will be used to define constants within plantuml preprocessor. 17.12 Advanced0 码力 | 158 页 | 1.72 MB | 1 年前3
PlantUML 1.2019.2 Guía de Referencia del Lenguajedroplist^ } @enduml The goal of this tool is to discuss about simple and sample windows. 13.2 Using grid A table is automatically created when you use an opening bracket {. And you have to use | to separate the opening bracket, you can use a character to define if you want to draw lines or columns of the grid : Symbol Result # To display all vertical and horizontal lines ! To display all vertical lines path="c:/mydir" -jar plantuml.jar atest1.txt Note the this -D option has to put before the -jar option. -D options after the -jar option will be used to define constants within plantuml preprocessor. 17.12 Advanced0 码力 | 158 页 | 1.72 MB | 1 年前3
Comprehensive Rust(Español) 202412struct Grid { x_coords: Vec, y_coords: Vec , } impl IntoIterator for Grid { type Item = (u32, u32); type IntoIter = GridIter; fn into_iter(self) -> GridIter { GridIter { grid: self, i: } struct GridIter { grid: Grid, i: usize, j: usize, } impl Iterator for GridIter { type Item = (u32, u32); fn next(&mut self) -> Option<(u32, u32)> { if self.i >= self.grid.x_coords.len() { self self.j >= self.grid.y_coords.len() { return None; } } let res = Some((self.grid.x_coords[self.i], self.grid.y_coords[self.j])); 155 self.i += 1; res } } fn main() { let grid = Grid { x_coords: vec 0 码力 | 389 页 | 1.04 MB | 10 月前3
PlantUML 1.2019.6 Guía de Referencia del Lenguajedroplist^ } @enduml The goal of this tool is to discuss about simple and sample windows. 15.2 Using grid A table is automatically created when you use an opening bracket {. And you have to use | to separate the opening bracket, you can use a character to define if you want to draw lines or columns of the grid : Symbol Result # To display all vertical and horizontal lines ! To display all vertical lines path="c:/mydir" -jar plantuml.jar atest1.txt Note the this -D option has to put before the -jar option. -D options after the -jar option will be used to define constants within plantuml preprocessor. 19.16 Argument0 码力 | 172 页 | 1.91 MB | 1 年前3
PlantUML 1.2019.9 Guía de Referencia del Lenguajedroplist^ } @enduml The goal of this tool is to discuss about simple and sample windows. 15.2 Using grid A table is automatically created when you use an opening bracket {. And you have to use | to separate the opening bracket, you can use a character to define if you want to draw lines or columns of the grid : Symbol Result # To display all vertical and horizontal lines ! To display all vertical lines path="c:/mydir" -jar plantuml.jar atest1.txt Note the this -D option has to put before the -jar option. -D options after the -jar option will be used to define constants within plantuml preprocessor. 19.16 Argument0 码力 | 172 页 | 1.93 MB | 1 年前3
PlantUML 1.2020.23 Guía de Referencia del Lenguajeradio [] Unchecked box [X] Checked box "Enter text here " ^This is a droplist^ } @endsalt 16.2 Using grid [|] A table is automatically created when you use an opening bracket {. And you have to use | to the opening bracket, you can use a character to define if you want to draw lines or columns of the grid : Symbol Result # To display all vertical and horizontal lines ! To display all vertical lines path="c:/mydir" -jar plantuml.jar atest1.txt Note the this -D option has to put before the -jar option. -D options after the -jar option will be used to define constants within plantuml preprocessor. 20.19 Argument0 码力 | 305 页 | 3.11 MB | 1 年前3
PlantUML 1.2020.22 Guía de Referencia del Lenguajeradio [] Unchecked box [X] Checked box "Enter text here " ^This is a droplist^ } @endsalt 16.2 Using grid [|] A table is automatically created when you use an opening bracket {. And you have to use | to the opening bracket, you can use a character to define if you want to draw lines or columns of the grid : Symbol Result # To display all vertical and horizontal lines ! To display all vertical lines path="c:/mydir" -jar plantuml.jar atest1.txt Note the this -D option has to put before the -jar option. -D options after the -jar option will be used to define constants within plantuml preprocessor. 20.19 Argument0 码力 | 293 页 | 3.02 MB | 1 年前3
PlantUML 1.2021.2 Guía de Referencia del Lenguajeradio [] Unchecked box [X] Checked box "Enter text here " ^This is a droplist^ } @endsalt 14.2 Using grid [|] A table is automatically created when you use an opening bracket {. And you have to use | to the opening bracket, you can use a character to define if you want to draw lines or columns of the grid : Symbol Result # To display all vertical and horizontal lines ! To display all vertical lines path="c:/mydir" -jar plantuml.jar atest1.txt Note the this -D option has to put before the -jar option. -D options after the -jar option will be used to define constants within plantuml preprocessor. 25.19 Argument0 码力 | 389 页 | 4.12 MB | 1 年前3
共 14 条
- 1
- 2













