积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(97)UML(97)

语言

全部中文(简体)(13)德语(12)英语(12)西班牙语(12)法语(12)日语(12)韩语(12)俄语(12)

格式

全部PDF文档 PDF(97)
 
本次搜索耗时 0.109 秒,为您找到相关结果约 97 个.
  • 全部
  • 后端开发
  • UML
  • 全部
  • 中文(简体)
  • 德语
  • 英语
  • 西班牙语
  • 法语
  • 日语
  • 韩语
  • 俄语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Drawing UML with PlantUML - PlantUML Language Reference Guide(Version 1.2023.11)

    Change arrow style 1 SEQUENCE DIAGRAM @startuml skinparam responseMessageBelowArrow true Bob -> Alice : hello Alice -> Bob : ok @enduml 1.7 Change arrow style You can change arrow style by several ways: @enduml [Ref. QA-2794] 1.39.3 style strictuml To be conform to strict UML (for arrow style: emits triangle rather than sharp arrowheads), you can use: • skinparam style strictuml PlantUML Language Reference Guide (1.2023.11) 42 / 550 1.40 Hide unlinked participant 1 SEQUENCE DIAGRAM @startuml skinparam style strictuml Bob -> Alice : hello Alice -> Bob : ok @enduml [Ref. QA-1047] 1.40 Hide unlinked participant
    0 码力 | 551 页 | 7.79 MB | 1 年前
    3
  • pdf文档 PlantUML 을사용해서 UML 그리기 - PlantUML 언어참조가이드(Version 1.2023.11)

    @enduml [Ref. QA-2794] 1.39.3 style strictuml To be conform to strict UML (for arrow style: emits triangle rather than sharp arrowheads), you can use: • skinparam style strictuml PlantUML 언어참조가이드 (1 (1.2023.11) 42 / 551 1.40 Hide unlinked participant 1 시퀀스다이어그램 @startuml skinparam style strictuml Bob -> Alice : hello Alice -> Bob : ok @enduml [Ref. QA-1047] 1.40 Hide unlinked participant By default @enduml PlantUML 언어참조가이드 (1.2023.11) 47 / 551 2.3 Change Actor style 2 유즈케이스다이어그램 2.3 Change Actor style You can change the actor style from stick man (by default) to: • an awesome man with the skinparam
    0 码力 | 552 页 | 7.88 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2021.3 Language Reference Guide

    ok @enduml TODO: TODO Link to Text Alignment on skinparam page. 1.6 Change arrow style You can change arrow style by several ways: • add a final x to denote a lost message • use \ or / instead of QA-2794] 1.38.3 style strictuml To be conform to strict UML (for arrow style: emits triangle rather than sharp arrowheads), you can use: • skinparam style strictuml @startuml skinparam style strictuml Bob Language Reference Guide (1.2021.2) 41 / 415 2.3 Change Actor style 2 USE CASE DIAGRAM 2.3 Change Actor style You can change the actor style from stick man (by default) to: • an awesome man with the skinparam
    0 码力 | 416 页 | 4.33 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2021.3 Справочное руководство по языку

    QA-2794] 1.38.3 style strictuml To be conform to strict UML (for arrow style: emits triangle rather than sharp arrowheads), you can use: • skinparam style strictuml @startuml skinparam style strictuml Bob руководство по языку PlantUML (1.2021.2) 40 / 405 2.3 Change Actor style 2 ДИАГРАММА ПРЕЦЕДЕНТОВ 2.3 Change Actor style You can change the actor style from stick man (by default) to: • an awesome man with the Справочное руководство по языку PlantUML (1.2021.2) 49 / 405 2.16 Change arrow color and style (inline style) 2 ДИАГРАММА ПРЕЦЕДЕНТОВ 2.15.2 Business Actor @startuml :First Actor:/ :Another\nactor:/
    0 码力 | 406 页 | 4.33 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2023.11 Sprachreferenz

    @enduml [Ref. QA-2794] 1.39.3 style strictuml To be conform to strict UML (for arrow style: emits triangle rather than sharp arrowheads), you can use: • skinparam style strictuml PlantUML Sprachreferenz Sprachreferenz (1.2023.11) 38 / 528 1.40 Hide unlinked participant 1 SEQUENZDIAGRAMM @startuml skinparam style strictuml Bob -> Alice : hello Alice -> Bob : ok @enduml [Ref. QA-1047] 1.40 Hide unlinked participant PlantUML Sprachreferenz (1.2023.11) 43 / 528 2.3 Change Actor style 2 ANWENDUNGSFALL-DIAGRAMM 2.3 Change Actor style You can change the actor style from stick man (by default) to: • an awesome man with the
    0 码力 | 529 页 | 7.46 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2021.3 Sprachreferenz

    QA-2794] 1.38.3 style strictuml To be conform to strict UML (for arrow style: emits triangle rather than sharp arrowheads), you can use: • skinparam style strictuml @startuml skinparam style strictuml Bob PlantUML Sprachreferenz (1.2021.2) 39 / 405 2.3 Change Actor style 2 ANWENDUNGSFALL-DIAGRAMM 2.3 Change Actor style You can change the actor style from stick man (by default) to: • an awesome man with the 16 Change arrow color and style (inline style) 2 ANWENDUNGSFALL-DIAGRAMM [Ref. QA-12179] 2.16 Change arrow color and style (inline style) You can change the color or style of individual arrows using
    0 码力 | 406 页 | 4.22 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2023.11 Guía de Referencia del Lenguaje

    @enduml [Ref. QA-2794] 1.39.3 style strictuml To be conform to strict UML (for arrow style: emits triangle rather than sharp arrowheads), you can use: • skinparam style strictuml Guía de Referencia (1.2023.11) 39 / 530 1.40 Hide unlinked participant 1 DIAGRAMA DE SECUENCIA @startuml skinparam style strictuml Bob -> Alice : hello Alice -> Bob : ok @enduml [Ref. QA-1047] 1.40 Hide unlinked participant 16 Change arrow color and style (inline style) 2 DIAGRAMA DE CASOS DE USO [Ref. QA-12179] 2.16 Change arrow color and style (inline style) You can change the color or style of individual arrows using
    0 码力 | 531 页 | 7.53 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2023.11 Guide de référence du langage

    11) 5 / 533 1.7 Autre style de flèches 1 DIAGRAMME DE SÉQUENCE @startuml skinparam responseMessageBelowArrow true Bob -> Alice : hello Alice -> Bob : ok @enduml 1.7 Autre style de flèches Vous pouvez Bob -> Alice : hello Alice -> Bob : ok @enduml [Ref. QA-2794] 1.39.3 style strictuml Pour être conforme à l’UML strict(pour le style de flèche : émet un triangle plutôt que des pointes de flèche pointues) / 533 1.40 Masquer un participant non lié 1 DIAGRAMME DE SÉQUENCE • skinparam style strictuml @startuml skinparam style strictuml Bob -> Alice : hello Alice -> Bob : ok @enduml [Réf. QA-1047] 1.40
    0 码力 | 534 页 | 7.56 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2021.3 언어참조가이드

    QA-2794] 1.38.3 style strictuml To be conform to strict UML (for arrow style: emits triangle rather than sharp arrowheads), you can use: • skinparam style strictuml @startuml skinparam style strictuml Bob @enduml PlantUML 언어참조가이드 (1.2021.2) 39 / 407 2.3 Change Actor style 2 유즈케이스다이어그램 2.3 Change Actor style You can change the actor style from stick man (by default) to: • an awesome man with the skinparam make Business Use Case. PlantUML 언어참조가이드 (1.2021.2) 48 / 407 2.16 Change arrow color and style (inline style) 2 유즈케이스다이어그램 2.15.1 Business Usecase @startuml (First usecase)/ (Another usecase)/ as (UC2)
    0 码力 | 408 页 | 4.32 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2021.3 Guía de Referencia del Lenguaje

    QA-2794] 1.38.3 style strictuml To be conform to strict UML (for arrow style: emits triangle rather than sharp arrowheads), you can use: • skinparam style strictuml @startuml skinparam style strictuml Bob Lenguaje PlantUML (1.2021.2) 40 / 406 2.3 Change Actor style 2 DIAGRAMA DE CASOS DE USO 2.3 Change Actor style You can change the actor style from stick man (by default) to: • an awesome man with the Guía de Referencia del Lenguaje PlantUML (1.2021.2) 49 / 406 2.16 Change arrow color and style (inline style) 2 DIAGRAMA DE CASOS DE USO 2.15.1 Business Usecase @startuml (First usecase)/ (Another
    0 码力 | 407 页 | 4.28 MB | 1 年前
    3
共 97 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
DrawingUMLwithPlantUMLLanguageReferenceGuideVersion1.2023111.2021SprachreferenzGudeReferenciadelLenguajerencedulangage
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩