PlantUML 1.2020.23 Guía de Referencia del Lenguajepara cambiar el aspecto de las notas. @startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle "h" as hexagon endrnote @enduml 1.16 Creole individuales Puedes especificar un color despues de la definición del componente. @startuml component [Web Server] #Yellow @enduml 6.12 Using Sprite in Stereotype You can use sprites within stereotype components } () "Data Access" as DA DA - [First Component] [First Component] ..> () HTTP : use HTTP - [Web Server] << Apache >> Guía de Referencia del Lenguaje PlantUML (1.2020.23) 111 / 304 6.13 Personalización0 码力 | 305 页 | 3.11 MB | 1 年前3
PlantUML 1.2020.22 Guía de Referencia del Lenguajepara cambiar el aspecto de las notas. @startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle "h" as hexagon endrnote @enduml 1.15 Creole individuales Puedes especificar un color despues de la definición del componente. @startuml component [Web Server] #Yellow @enduml 6.12 Using Sprite in Stereotype You can use sprites within stereotype components } () "Data Access" as DA DA - [First Component] [First Component] ..> () HTTP : use HTTP - [Web Server] << Apache >> Guía de Referencia del Lenguaje PlantUML (1.2020.22) 100 / 292 6.13 Personalización0 码力 | 293 页 | 3.02 MB | 1 年前3
PlantUML 1.2021.2 Guía de Referencia del Lenguajepara cambiar el aspecto de las notas. @startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle "h" as hexagon endrnote @enduml *[Ref. individuales Puedes especificar un color despues de la definición del componente. @startuml component [Web Server] #Yellow @enduml 7.12 Using Sprite in Stereotype You can use sprites within stereotype components } () "Data Access" as DA DA - [First Component] [First Component] ..> () HTTP : use HTTP - [Web Server] << Apache >> @enduml @startuml [AA] <> Guía de Referencia del Lenguaje PlantUML (1 0 码力 | 389 页 | 4.12 MB | 1 年前3
PlantUML 1.2021.1 Guía de Referencia del Lenguajepara cambiar el aspecto de las notas. @startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle "h" as hexagon endrnote @enduml *[Ref. individuales Puedes especificar un color despues de la definición del componente. @startuml component [Web Server] #Yellow @enduml 7.12 Using Sprite in Stereotype You can use sprites within stereotype components } () "Data Access" as DA DA - [First Component] [First Component] ..> () HTTP : use HTTP - [Web Server] << Apache >> @enduml @startuml [AA] <> Guía de Referencia del Lenguaje PlantUML (1 0 码力 | 384 页 | 4.07 MB | 1 年前3
PlantUML 1.2021.3 Guía de Referencia del Lenguajepara cambiar el aspecto de las notas. @startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle "h" as hexagon endrnote @enduml *[Ref. individuales Puedes especificar un color despues de la definición del componente. @startuml component [Web Server] #Yellow @enduml 7.12 Using Sprite in Stereotype You can use sprites within stereotype components } () "Data Access" as DA DA - [First Component] [First Component] ..> () HTTP : use HTTP - [Web Server] << Apache >> @enduml @startuml [AA] <> Guía de Referencia del Lenguaje PlantUML (1 0 码力 | 407 页 | 4.28 MB | 1 年前3
PlantUML 1.2023.11 Guía de Referencia del Lenguajepara cambiar el aspecto de las notas. @startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle "h" as hexagon endrnote @enduml *[Ref. individuales Puedes especificar un color despues de la definición del componente. @startuml component [Web Server] #Yellow @enduml 7.12 Using Sprite in Stereotype You can use sprites within stereotype components ArrowFontName Impact ArrowColor #FF6655 ArrowFontColor #777777 } () "Data Access" as DA Component "Web Server" as WS << Apache >> DA - [First Component] [First Component] ..> () HTTP : use HTTP - WS @enduml0 码力 | 531 页 | 7.53 MB | 1 年前3
Hadoop 迁移到阿里云MaxCompute 技术方案解决方案 26 6.3.1.3 检查网络连通性 使用客户端工具 network-measurement-tool 可以检查 Hadoop 集群与 MaxCompute 各个 Region 的网络连通质量,以及 download/upload 的性能。 工具使用方法 Example Alibaba Cloud MaxCompute 解决方案 27 Meta 和数据迁移 6.4.1 环境准备 6.4.1.1 工具运行环境 ⚫ JDK 1.8 ⚫ Python 3.x ⚫ Hive Client ⚫ 能访问 Hive Server 的机器 ⚫ 网络连接 MaxCompute Alibaba Cloud MaxCompute 解决方案 31 https://help.aliyun.com/document_detail/57195 Dataworks)所在的 Region 能够正常建立网络连接。如果无法访问,建议您预先拉专线, 保证网络可用。 Alibaba Cloud MaxCompute 解决方案 56 2、 您可以使用 MMA Agent 的 network-measurement-tool 工具检查您的 Hadoop 集群到 MaxCompute 各 Region 网络的连接质量和网络上下行的传输速率评测。参见0 码力 | 59 页 | 4.33 MB | 1 年前3
Comprehensive Rust(Español) 202412Servidor de AIDL Por último, podemos crear un servidor que exponga el servicio: birthday_service/src/server.rs: //! Servicio de felicitación cumpleaños. use birthdayservice::BirthdayService; use com_exam ool() } birthday_service/Android.bp: rust_binary { name: "birthday_server", crate_name: "birthday_server", srcs: ["src/server.rs"], rustlibs: [ "com.example.birthdayservice-rust", "libbinder_rs", e iniciar el servicio: m birthday_server adb push "$ANDROID_PRODUCT_OUT/system/bin/birthday_server" /data/local/tmp adb root adb shell /data/local/tmp/birthday_server Comprueba que el servicio funciona0 码力 | 389 页 | 1.04 MB | 10 月前3
Curve核心组件之mds – 网易数帆pool: 用于实现对机器资源进行物理隔离,server不能跨 Pool交互。运维上,建议以pool为单元进行物理资源的扩 容。 • zone: 故障隔离的基本单元,一般来说属于不同zone的机 器至少是部署在不同的机架,一个server必须归属于一个 zone。 • server: 用于抽象描述一台物理服务器,chunkserver必须 归属一个于server。 • Chunkserver: 用于抽象描述物理服务器上的一块物理磁盘 置文件: 集群有一个物理pool,由3个zone组成,每个zone有1台server。 在物理pool上,还创建了一个逻辑pool,逻辑pool使用3个zone,采用 3副本,有100个copyset。 cluster pool1 zone1 zone2 zone3 server1 server2 server3 192.168.0.1:8200 192.168.0.2:8200 192 cluster_map: servers: - name: server1 internalip: 192.168.0.1 internalport: 8200 externalip: 192.168.0.1 externalport: 8200 zone: zone1 physicalpool: pool1 - name: server2 internalip: 192.168.0.2 internalport:0 码力 | 23 页 | 1.74 MB | 6 月前3
PlantUML 1.2019.1 Guía de Referencia del Lenguajepara cambiar el aspecto de las notas. @startuml caller -> server : conReq hnote over caller : idle caller <- server : conConf rnote over server "r" as rectangle "h" as hexagon endrnote @enduml 1.14 Creole individuales Puedes especificar un color despues de la definición del componente. @startuml component [Web Server] #Yellow @enduml 6.10 Using Sprite in Stereotype You can use sprites within stereotype components } () "Data Access" as DA DA - [First Component] [First Component] ..> () HTTP : use HTTP - [Web Server] << Apache >> @enduml Guía de Referencia del Lenguaje PlantUML (1.2019.1) 76 / 146 6.11 Personalización0 码力 | 147 页 | 1.85 MB | 1 年前3
共 19 条
- 1
- 2













