积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(276)UML(96)Python(84)Celery(43)数据库(42)综合其他(28)区块链(26)Java(23)Blender(21)Spring(21)

语言

全部英语(223)中文(简体)(41)韩语(14)西班牙语(13)日语(13)德语(12)法语(12)俄语(12)中文(繁体)(10)英语(3)

格式

全部PDF文档 PDF(313)其他文档 其他(44)
 
本次搜索耗时 0.061 秒,为您找到相关结果约 357 个.
  • 全部
  • 后端开发
  • UML
  • Python
  • Celery
  • 数据库
  • 综合其他
  • 区块链
  • Java
  • Blender
  • Spring
  • 全部
  • 英语
  • 中文(简体)
  • 韩语
  • 西班牙语
  • 日语
  • 德语
  • 法语
  • 俄语
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 From Eager Futures/Promises to Lazy Continuations: Evolving an Actor Library Based on Lessons Learned

    From Eager Futures/Promises to Lazy Continuations Evolving an Actor Library Based on Lessons Learned from Large-Scale Deployments Benjamin Hindman @benh CppCon 2021prologue ● past life at UC whether local or distributed“actors” in C++ many actor libraries are based on low-level message-passing “send/receive” struct MyActor : public Actor { void Receive(ActorId sender, Message message, MESSAGE_BAR_REQUEST: ... } } };“actors” in C++ many actor libraries are based on low-level message-passing “send/receive” struct MyActor : public Actor { void Receive(ActorId sender, Message message,
    0 码力 | 264 页 | 588.96 KB | 5 月前
    3
  • pdf文档 Spring Framwork Data Access v5.3.36 SNAPSHOT

    jdbcTemplate.queryForObject("select count(*) from t_actor", Integer.class); Kotlin val rowCount = jdbcTemplate.queryForObject("select count(*) from t_actor")!! The following query uses a bind variable: "select count(*) from t_actor where first_name = ?", Integer.class, "Joe"); Kotlin val countOfActorsNamedJoe = jdbcTemplate.queryForObject( "select count(*) from t_actor where first_name = "select last_name from t_actor where id = ?", String.class, 1212L); Kotlin val lastName = this.jdbcTemplate.queryForObject( "select last_name from t_actor where id = ?",
    0 码力 | 197 页 | 2.76 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2021.3 Language Reference Guide

    the participant represen- tation: • actor • boundary • control • entity • database • collections • queue @startuml participant participant as Foo actor actor as Foo1 boundary boundary as Foo2 control Foo4 database database as Foo5 collections collections as Foo6 queue queue as Foo7 Foo -> Foo1 : To actor PlantUML Language Reference Guide (1.2021.2) 1 / 415 1.2 Declaring participant 1 SEQUENCE DIAGRAM the as keyword. You can also change the background color of actor or participant. @startuml actor Bob #red ' The only difference between actor 'and participant is the drawing participant Alice participant
    0 码力 | 416 页 | 4.33 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2021.3 언어참조가이드

    participant 키워드를이용하여참여자의순서를바꿀수있다. 또한, 참여자선언에다음과같은키워드를사용할수있다. • actor • boundary • control • entity • database • collections @startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections (participant) 선언 1 시퀀스다이어그램 as 키워드를이용하여참여자의이름을변경할수있다. 또한, 참여자 (actor, participant) 의배경색을변경할수도있다. @startuml actor Bob #red ' The only difference between actor 'and participant is the drawing participant Alice participant 407 1.20 참조 1 시퀀스다이어그램 1.20 참조 ref over 키워드를이용하여, 다이어그램에참조를표시할수있다. @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end
    0 码力 | 408 页 | 4.32 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2021.1 Language Reference Guide

    the participant represen- tation: • actor • boundary • control • entity • database • collections • queue @startuml participant participant as Foo actor actor as Foo1 boundary boundary as Foo2 control Foo4 database database as Foo5 collections collections as Foo6 queue queue as Foo7 Foo -> Foo1 : To actor PlantUML Language Reference Guide (1.2021.1) 1 / 391 1.2 Declaring participant 1 SEQUENCE DIAGRAM the as keyword. You can also change the background color of actor or participant. @startuml actor Bob #red ' The only difference between actor 'and participant is the drawing participant Alice participant
    0 码力 | 392 页 | 4.12 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2021.2 Language Reference Guide

    the participant represen- tation: • actor • boundary • control • entity • database • collections • queue @startuml participant participant as Foo actor actor as Foo1 boundary boundary as Foo2 control Foo4 database database as Foo5 collections collections as Foo6 queue queue as Foo7 Foo -> Foo1 : To actor PlantUML Language Reference Guide (1.2021.2) 1 / 397 1.2 Declaring participant 1 SEQUENCE DIAGRAM the as keyword. You can also change the background color of actor or participant. @startuml actor Bob #red ' The only difference between actor 'and participant is the drawing participant Alice participant
    0 码力 | 398 页 | 4.17 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2021.3 Справочное руководство по языку

    participant) позволяет изменить представление участника: • actor • boundary • control • entity • database • collections @startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections ключевое слово as. Также возможно изменить цвет фона участника. @startuml actor Bob #red ' The only difference between actor 'and participant is the drawing participant Alice participant "I have a really\nlong использовать ссылки в диаграммах с помощью ключевого слова ref over. @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end
    0 码力 | 406 页 | 4.33 MB | 1 年前
    3
  • pdf文档 Drawing UML with PlantUML - PlantUML Language Reference Guide(Version 1.2023.11)

    the participant represen- tation: • actor • boundary • control • entity • database • collections • queue @startuml participant Participant as Foo actor Actor as Foo1 boundary Boundary as Foo2 control Foo4 database Database as Foo5 collections Collections as Foo6 queue Queue as Foo7 Foo -> Foo1 : To actor Foo -> Foo2 : To boundary Foo -> Foo3 : To control Foo -> Foo4 : To entity Foo -> Foo5 : To database the as keyword. You can also change the background color of actor or participant. @startuml actor Bob #red ' The only difference between actor 'and participant is the drawing participant Alice participant
    0 码力 | 551 页 | 7.79 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2021.3 Sprachreferenz

    andere Schlüsselwörter anstelle von participant verwenden: • actor • boundary • control • entity • database • collections @startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections mithilfe von HTML Farbcodes oder Farbbeze- ichnungen gesetzt werden. @startuml actor Bob #red ' The only difference between actor 'and participant is the drawing participant Alice participant "I have a really\nlong einem Diagramm mit Hilfe des Schlüsselwortes ref over verwendet werden. @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end
    0 码力 | 406 页 | 4.22 MB | 1 年前
    3
  • pdf文档 PlantUML 1.2021.2 Справочное руководство по языку

    participant) позволяет изменить представление участника: • actor • boundary • control • entity • database • collections @startuml actor Foo1 boundary Foo2 control Foo3 entity Foo4 database Foo5 collections ключевое слово as. Также возможно изменить цвет фона участника. @startuml actor Bob #red ' The only difference between actor 'and participant is the drawing participant Alice participant "I have a really\nlong использовать ссылки в диаграммах с помощью ключевого слова ref over. @startuml participant Alice actor Bob ref over Alice, Bob : init Alice -> Bob : hello ref over Bob This can be on several lines end
    0 码力 | 388 页 | 4.18 MB | 1 年前
    3
共 357 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 36
前往
页
相关搜索词
FromEagerFuturesPromisestoLazyContinuationsEvolvinganActorLibraryBasedonLessonsLearnedfromLargeScaleDeploymentsSpringFramworkDataAccessv53.36SNAPSHOTPlantUML1.2021LanguageReferenceGuideDrawingUMLwithVersion1.202311Sprachreferenz
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩