PlantUML 1.2023.11 Guía de Referencia del Lenguaje
diagram Los siguientes diagramas no-UML también están soportados: • JSON Data • YAML Data • Network diagram (nwdiag) • Wireframe graphical interface • Archimate diagram • Specification and Description if/then/else para definir ramas o caminos alternos. @startuml (*) --> "Initialization" if "Some Test" then -->[true] "Some Activity" --> "Another activity" -right-> (*) else ->[false] "Something else" También es posible anidar ramas. @startuml (*) --> if "Some Test" then -->[true] "activity 1" if "" then -> "activity 3" as a3 else if "Other test" then -left-> "activity 5" else --> "activity 6" endif endif0 码力 | 531 页 | 7.53 MB | 1 年前3PlantUML 1.2021.3 Guía de Referencia del Lenguaje
diagram Los siguientes diagramas no-UML también están soportados: • JSON Data • YAML Data • Network diagram (nwdiag) • Wireframe graphical interface • Archimate diagram • Specification and Description if/then/else para definir ramas o caminos alternos. @startuml (*) --> "Initialization" if "Some Test" then -->[true] "Some Activity" --> "Another activity" -right-> (*) else ->[false] "Something else" También es posible anidar ramas. @startuml (*) --> if "Some Test" then -->[true] "activity 1" if "" then -> "activity 3" as a3 else if "Other test" then -left-> "activity 5" else --> "activity 6" endif endif0 码力 | 407 页 | 4.28 MB | 1 年前3PlantUML 1.2021.2 Guía de Referencia del Lenguaje
diagram Los siguientes diagramas no-UML también están soportados: • JSON Data • YAML Data • Network diagram (nwdiag) • Wireframe graphical interface • Archimate diagram • Specification and Description if/then/else para definir ramas o caminos alternos. @startuml (*) --> "Initialization" if "Some Test" then -->[true] "Some Activity" --> "Another activity" -right-> (*) else ->[false] "Something else" También es posible anidar ramas. @startuml (*) --> if "Some Test" then -->[true] "activity 1" if "" then -> "activity 3" as a3 else if "Other test" then -left-> "activity 5" else --> "activity 6" endif endif0 码力 | 389 页 | 4.12 MB | 1 年前3PlantUML 1.2021.1 Guía de Referencia del Lenguaje
Estados • Timing diagram Los siguientes diagramas no-UML también están soportados: • JSON Data • Network diagram (nwdiag) • Wireframe graphical interface • Archimate diagram • Specification and Description if/then/else para definir ramas o caminos alternos. @startuml (*) --> "Initialization" if "Some Test" then -->[true] "Some Activity" --> "Another activity" -right-> (*) else ->[false] "Something else" También es posible anidar ramas. @startuml (*) --> if "Some Test" then -->[true] "activity 1" if "" then -> "activity 3" as a3 else if "Other test" then -left-> "activity 5" else --> "activity 6" endif endif0 码力 | 384 页 | 4.07 MB | 1 年前3PlantUML 1.2020.23 Guía de Referencia del Lenguaje
if/then/else para definir ramas o caminos alternos. @startuml (*) --> "Initialization" if "Some Test" then -->[true] "Some Activity" --> "Another activity" -right-> (*) else ->[false] "Something else" También es posible anidar ramas. @startuml (*) --> if "Some Test" then -->[true] "activity 1" if "" then -> "activity 3" as a3 else if "Other test" then -left-> "activity 5" else --> "activity 6" endif endif PlantUML (1.2020.23) 74 / 304 4.6 Sincronización 4 DIAGRAMA DE ACTIVIDADES endif a3 --> if "last test" then --> "activity 7" else -> "activity 8" endif @enduml 4.6 Sincronización Puedes usar === code0 码力 | 305 页 | 3.11 MB | 1 年前3PlantUML 1.2020.22 Guía de Referencia del Lenguaje
if/then/else para definir ramas o caminos alternos. @startuml (*) --> "Initialization" if "Some Test" then -->[true] "Some Activity" --> "Another activity" -right-> (*) else ->[false] "Something else" También es posible anidar ramas. @startuml (*) --> if "Some Test" then -->[true] "activity 1" if "" then -> "activity 3" as a3 else if "Other test" then -left-> "activity 5" else --> "activity 6" endif endif PlantUML (1.2020.22) 63 / 292 4.6 Sincronización 4 DIAGRAMA DE ACTIVIDADES endif a3 --> if "last test" then --> "activity 7" else -> "activity 8" endif @enduml 4.6 Sincronización Puedes usar === code0 码力 | 293 页 | 3.02 MB | 1 年前3Guía de referencia de Debian v2.124
. . . . . . . . . . . . . . . . 110 5.4.3. La moderna configuración de la red para la nube con Network Manger . . . . . . . . . . . . . . . . . . . 110 5.5. La configuración de red de bajo nivel . . archivo de órdenes, es mejor utilizar las órdenes como test(1), stat(1) y readlink(1). La funcionalidad interna del intérprete de órdenes como«[» o «test» también puede ser utilizada. Guía de referencia de [^1-3]* 4.h $ cd ..; rm -rf junk Ver glob(7). nota Si prueba «*» en la orden find(1) con «-name» test etc., encajará «.» como parte inicial del nombre de archivo, al contrario que en la expansión de nombres0 码力 | 285 页 | 1.43 MB | 1 年前3Hadoop 迁移到阿里云MaxCompute 技术方案
BI、推荐系统等) 期望时间 成本要求 Alibaba Cloud MaxCompute 解决方案 26 6.3.1.3 检查网络连通性 使用客户端工具 network-measurement-tool 可以检查 Hadoop 集群与 MaxCompute 各个 Region 的网络连通质量,以及 download/upload 的性能。 工具使用方法 性能测试报告 [INFO ] 2019-05-20 17:17:21.664 [main] PerformanceTester - Create table ODPS_NETWORK_MEASUREMENT_TOOL_TEST_TBL [INFO ] 2019-05-20 17:17:24.718 [main] PerformanceTester - Start testing upload performance [INFO ] 2019-05-20 17:17:35.049 [main] PerformanceTester - Delete table ODPS_NETWORK_MEASUREMENT_TOOL_TEST_TBL ------------------------------------------------------------------------ ENDPOINT:0 码力 | 59 页 | 4.33 MB | 1 年前3Comprehensive Rust(Español) 202412
mut len = 1; while n > 1 { n = if n % 2 == 0 { n / 2 } else { 3 * n + 1 }; len += 1; } len } fn test_collatz_length() { assert_eq!(collatz_length(11), 15); } fn main() { println!("Longitud: {}", de implementarlo. fn transpose(matrix: [[i32; 3]; 3]) -> [[i32; 3]; 3] { unimplemented!() } fn test_transpose() { let matrix = [ [101, 102, 103], // [201, 202, 203], [301, 302, 303], ]; let transposed = [[0; 3]; 3]; for i in 0..3 { for j in 0..3 { result[j][i] = matrix[i][j]; } } result } fn test_transpose() { let matrix = [ [101, 102, 103], // [201, 202, 203], [301, 302, 303], ]; let transposed0 码力 | 389 页 | 1.04 MB | 10 月前3PlantUML 1.2019.1 Guía de Referencia del Lenguaje
if/then/else para definir ramas o caminos alternos. @startuml (*) --> "Initialization" if "Some Test" then -->[true] "Some Activity" --> "Another activity" -right-> (*) else ->[false] "Something else" es posible anidar ramas. @startuml (*) --> if "Some Test" then -->[true] "activity 1" if "" then -> "activity 3" as a3 else if "Other test" then -left-> "activity 5" else --> "activity 6" endif endif endif else ->[false] "activity 2" endif a3 --> if "last test" then --> "activity 7" else -> "activity 8" endif @enduml Guía de Referencia del Lenguaje PlantUML (1.2019.1) 52 / 146 4.60 码力 | 147 页 | 1.85 MB | 1 年前3
共 16 条
- 1
- 2