PlantUML 1.2023.11 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 Lenguaje PlantUML (1.2023.11) 102 / 530 5.6 Sincronización 5 DIAGRAMA DE ACTIVIDADES a3 --> if "last test" then --> "activity 7" else -> "activity 8" endif @enduml 5.6 Sincronización Puedes usar === code0 码力 | 531 页 | 7.53 MB | 1 年前3PlantUML 1.2021.3 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 Lenguaje PlantUML (1.2021.2) 87 / 406 5.6 Sincronización 5 DIAGRAMA DE ACTIVIDADES a3 --> if "last test" then --> "activity 7" else -> "activity 8" endif @enduml 5.6 Sincronización Puedes usar === code0 码力 | 407 页 | 4.28 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 年前3PlantUML 1.2021.2 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 Lenguaje PlantUML (1.2021.2) 86 / 388 5.6 Sincronización 5 DIAGRAMA DE ACTIVIDADES a3 --> if "last test" then --> "activity 7" else -> "activity 8" endif @enduml 5.6 Sincronización Puedes usar === code0 码力 | 389 页 | 4.12 MB | 1 年前3PlantUML 1.2021.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" 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 Lenguaje PlantUML (1.2021.1) 86 / 383 5.6 Sincronización 5 DIAGRAMA DE ACTIVIDADES a3 --> if "last test" then --> "activity 7" else -> "activity 8" endif @enduml 5.6 Sincronización Puedes usar === code0 码力 | 384 页 | 4.07 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 月前3Hadoop 迁移到阿里云MaxCompute 技术方案
] 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 ] 2019-05-20 17:17:35.049 [main] PerformanceTester - Delete table ODPS_NETWORK_MEASUREMENT_TOOL_TEST_TBL ------------------------------------------------------------------------ ENDPOINT: null-null: 预先下载好工具包:odps-data-carrier.zip Alibaba Cloud MaxCompute 解决方案 45 此次我们要迁移的表为 database test 下名为 test 的表,该表的信息如下: 分区信息如下: 这两个分区中,每个分区中有 100 条数据 本次数据迁移验证环节会用到 MaxCompute 客户端 odpscmd,下载页面0 码力 | 59 页 | 4.33 MB | 1 年前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 年前3PlantUML 1.2019.4 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.2019.4) 55 / 165 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 码力 | 166 页 | 1.82 MB | 1 年前3
共 16 条
- 1
- 2