PlantUML 1.2021.3 Guía de Referencia del Lenguajeauthentication Response @enduml También puedes usar autonumber stop y autonumber resume //increment// //format// para pausar y continuar la numeración automática, respectivamente. @startuml autonumber 10 10 Referencia del Lenguaje PlantUML (1.2021.2) 196 / 406 11 DISPLAY JSON DATA 11 Display JSON Data JSON format is widely used in software. You can use PlantUML to visualize your data. To activate this feature Referencia del Lenguaje PlantUML (1.2021.2) 204 / 406 12 DISPLAY YAML DATA 12 Display YAML Data YAML format is widely used in software. You can use PlantUML to visualize your data. To activate this feature0 码力 | 407 页 | 4.28 MB | 1 年前3
PlantUML 1.2023.11 Guía de Referencia del LenguajeDIAGRAMA DE SECUENCIA @enduml También puedes usar autonumber stop y autonumber resume //increment// //format// para pausar y continuar la numeración automática, respectivamente. @startuml autonumber 10 10 Referencia del Lenguaje PlantUML (1.2023.11) 239 / 530 11 DISPLAY JSON DATA 11 Display JSON Data JSON format is widely used in software. You can use PlantUML to visualize your data. To activate this feature Referencia del Lenguaje PlantUML (1.2023.11) 252 / 530 12 DISPLAY YAML DATA 12 Display YAML Data YAML format is widely used in software. You can use PlantUML to visualize your data. To activate this feature0 码力 | 531 页 | 7.53 MB | 1 年前3
Comprehensive Rust(Español) 202412serie de macros útiles. • println!(format, ..) imprime una linea a la salida estándar (”standard output”), aplicando el formato descrito en std::fmt. • format!(format, ..) funciona igual que println!, vacía a la que se pueden añadir datos de cadena mediante los métodos push() y push_str(). • La macro format!() es una forma práctica de generar una cadena propia a partir de valores dinámicos. Acepta la misma fn divide_in_two(n: i32) -> Result { if n % 2 == 0 { Result::Ok(n / 2) } else { Result::Err(format!("no se puede dividir {n} en dos partes iguales")) } } fn main() { let n = 100; match divide_in_two(n)0 码力 | 389 页 | 1.04 MB | 10 月前3
PlantUML 1.2021.2 Guía de Referencia del Lenguajeauthentication Response @enduml También puedes usar autonumber stop y autonumber resume //increment// //format// para pausar y continuar la numeración automática, respectivamente. @startuml autonumber 10 10 Referencia del Lenguaje PlantUML (1.2021.2) 185 / 388 11 DISPLAY JSON DATA 11 Display JSON Data JSON format is widely used in software. You can use PlantUML to visualize your data. To activate this feature Referencia del Lenguaje PlantUML (1.2021.2) 193 / 388 12 DISPLAY YAML DATA 12 Display YAML Data YAML format is widely used in software. You can use PlantUML to visualize your data. To activate this feature0 码力 | 389 页 | 4.12 MB | 1 年前3
PlantUML 1.2019.1 Guía de Referencia del LenguajeFooter 1 DIAGRAMA DE SECUENCIA También puedes usar autonumber stop y autonumber resume increment format para pausar y continuar la numeración automática, respectivamente. @startuml autonumber 10 10 "[000]" 15.2 Importing Sprite 15 DEFINING AND USING SPRITES After -encodesprite, you have to specify a format: 4, 8, 16, 4z, 8z or 16z. The number indicates the gray level and the optional z is used to enable You can also expand current date and time using the special variable %date%. Date format can be specified using format specified in SimpleDataFormat documentation. @startuml !define ANOTHER_DATE %date[yyyy0 码力 | 147 页 | 1.85 MB | 1 年前3
PlantUML 1.2019.4 Guía de Referencia del LenguajeDIAGRAMA DE SECUENCIA @enduml También puedes usar autonumber stop y autonumber resume increment format para pausar y continuar la numeración automática, respectivamente. @startuml autonumber 10 10 "[000]" to use (it will be converted to gray automatically). After -encodesprite, you have to specify a format: 4, 8, 16, 4z, 8z or 16z. The number indicates the gray level and the optional z is used to enable You can also expand current date and time using the special variable %date%. Date format can be specified using format specified in SimpleDataFormat documentation. @startuml !define ANOTHER_DATE %date[yyyy0 码力 | 166 页 | 1.82 MB | 1 年前3
PlantUML 1.2019.3 Guía de Referencia del LenguajeDIAGRAMA DE SECUENCIA @enduml También puedes usar autonumber stop y autonumber resume increment format para pausar y continuar la numeración automática, respectivamente. @startuml autonumber 10 10 "[000]" to use (it will be converted to gray automatically). After -encodesprite, you have to specify a format: 4, 8, 16, 4z, 8z or 16z. The number indicates the gray level and the optional z is used to enable You can also expand current date and time using the special variable %date%. Date format can be specified using format specified in SimpleDataFormat documentation. @startuml !define ANOTHER_DATE %date[yyyy0 码力 | 158 页 | 1.72 MB | 1 年前3
PlantUML 1.2019.2 Guía de Referencia del LenguajeDIAGRAMA DE SECUENCIA @enduml También puedes usar autonumber stop y autonumber resume increment format para pausar y continuar la numeración automática, respectivamente. @startuml autonumber 10 10 "[000]" to use (it will be converted to gray automatically). After -encodesprite, you have to specify a format: 4, 8, 16, 4z, 8z or 16z. The number indicates the gray level and the optional z is used to enable You can also expand current date and time using the special variable %date%. Date format can be specified using format specified in SimpleDataFormat documentation. @startuml !define ANOTHER_DATE %date[yyyy0 码力 | 158 页 | 1.72 MB | 1 年前3
PlantUML 1.2021.1 Guía de Referencia del Lenguajeauthentication Response @enduml También puedes usar autonumber stop y autonumber resume //increment// //format// para pausar y continuar la numeración automática, respectivamente. @startuml autonumber 10 10 Referencia del Lenguaje PlantUML (1.2021.1) 183 / 383 11 DISPLAY JSON DATA 11 Display JSON Data JSON format is widely used in software. You can use PlantUML to visualize your data. To activate this feature Archimate elements Using the macros, creation of ArchiMate elements are done using the following format: Category_ElementName(nameOfTheElement, "description") For example: • To define a Stakeholder element0 码力 | 384 页 | 4.07 MB | 1 年前3
PlantUML 1.2020.23 Guía de Referencia del Lenguajeauthentication Response @enduml También puedes usar autonumber stop y autonumber resume //increment// //format// para pausar y continuar la numeración automática, respectivamente. @startuml autonumber 10 10 Referencia del Lenguaje PlantUML (1.2020.23) 181 / 304 13 DISPLAY JSON DATA 13 Display JSON Data JSON format is widely used in software. You can use PlantUML to visualize your data. To activate this feature to use (it will be converted to gray automatically). After -encodesprite, you have to specify a format: 4, 8, 16, 4z, 8z or 16z. The number indicates the gray level and the optional z is used to enable0 码力 | 305 页 | 3.11 MB | 1 年前3
共 15 条
- 1
- 2













