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

无数据

分类

全部云计算&大数据(278)VirtualBox(113)Apache Kyuubi(44)Pandas(32)OpenShift(19)Kubernetes(11)机器学习(9)Apache Flink(8)Istio(6)rancher(6)

语言

全部英语(230)中文(简体)(44)英语(4)

格式

全部PDF文档 PDF(254)其他文档 其他(24)
 
本次搜索耗时 0.041 秒,为您找到相关结果约 278 个.
  • 全部
  • 云计算&大数据
  • VirtualBox
  • Apache Kyuubi
  • Pandas
  • OpenShift
  • Kubernetes
  • 机器学习
  • Apache Flink
  • Istio
  • rancher
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Local Istio Development

    #IstioCon Local Istio Development John Howard / @howardjohn / Google #IstioCon Fully Cloud docker push kubectl apply docker pull #IstioCon Fully Cloud docker push kubectl apply docker pull requests #IstioCon Thank you! For more information: ● https://github.com/howardjohn/local-istio-development
    0 码力 | 16 页 | 424.31 KB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.4 构建(build)

    ON=true。 除了构建之外,指定的环境变量也可以在运行的应用程序本身中使用。例如,使 Rails 应用程序在 development 模式而非 production 模式中启动: 在 .s2i/environment 文件中添加 RAILS_ENV=development。 其他 其他资 资源 源 使用镜像部分中提供了各个镜像支持的环境变量的完整列表。 5.2.3.2. 使用 使用 出示例 $ oc create configmap [options] $ ls example-files game.properties ui.properties $ cat example-files/game.properties enemies=aliens lives=3 enemies.cheat=true enemies.cheat.level=noGoodRotten configmap game-config \ --from-file=example-files/ $ oc describe configmaps game-config Name: game-config Namespace: default Labels: Annotations: Data game.properties:
    0 码力 | 101 页 | 1.12 MB | 1 年前
    3
  • pdf文档 4.Apache RocketMQ Meetup Shenzhen.key

    material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Alibaba’s products remains (community must still agree). Merit gets you privileges: commit access, voting on committers. Open Development - For Everything Asynchronous communication is critical - feedback, critique, new ideas, others unless there's a reason for private list. Don't be a jerk; avoid the poisonous people. The core development activity must be in English. Decision Making - Consensus & Votes Consensus within community
    0 码力 | 40 页 | 27.97 MB | 1 年前
    3
  • pdf文档 The Future of Cloud Native Applications with Open Application Model (OAM) and Dapr

    Cluster https://dapr.io State of Enterprise Developers What is holding back micro-service development? Hard to incrementally migrate from existing code to a microservices architecture Programming Distribution and failover Turn-based concurrency State management Timers Reminders Host/Pod Video Game Enemy Pod Y Actor C Actor D Pod X Actor A Actor B Post http://localhost:3500/v1.0/actor
    0 码力 | 51 页 | 2.00 MB | 1 年前
    3
  • pdf文档 OAM, Dapr and Rudr: The future of cloud native applications

    write in many languages They want to leverage existing code What is holding back serverless development? Frequently need to incrementally migrate from existing and legacy code Serverless runtimes Turn-based concurrency • State management • Timers • Reminders Host/Pod Host/Pod Host/Pod Video Game Enemy Virtual Actors with Dapr Pod X Actor A Actor B Pod Y Actor C Actor D App POST ht
    0 码力 | 59 页 | 1.65 MB | 1 年前
    3
  • pdf文档 机器学习课程-温州大学-04机器学习-朴素贝叶斯

    文本 标签 A great game Sports The election was over Not Sports Very clean match Sports A clean but forgettable game Sports It was a close election Not Sports 我们想要计算句子“A very close game”是 Sports 的概率以及它不 close game )这个句子的类别是Sports的概率 20 3.朴素贝叶斯案例 特征:单词的频率 已知贝叶斯定理?(?|?) = ?(?|?)?(?) ?(?) ,则: ?( Sports | a very close game ) = ?( a very close game | Sports ) × ?( Sports ) ?( a very close game ) 由 数,只是比较 ?( a very close game | Sports ) × ?( Sports ) 和 ?( a very close game | Not Sports ) × ?( Not Sports ) 21 3.朴素贝叶斯案例 我们假设一个句子中的每个单词都与其他单词无关。 ) ?( a very close game ) = ?(?) × ?( very ) × ?(
    0 码力 | 31 页 | 1.13 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.9 节点

    出示例 $ oc create configmap [options] $ ls example-files game.properties ui.properties $ cat example-files/game.properties enemies=aliens lives=3 enemies.cheat=true enemies.cheat.level=noGoodRotten configmap game-config \ --from-file=example-files/ $ oc describe configmaps game-config Name: game-config Namespace: default Labels: Annotations: Data game.properties: properties: 158 bytes ui.properties: 83 bytes $ oc get configmaps game-config -o yaml apiVersion: v1 data: game.properties: |- enemies=aliens lives=3 enemies.cheat=true enemies
    0 码力 | 374 页 | 3.80 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.6 节点

    $ oc create configmap [options] $ ls example-files game.properties ui.properties $ cat example-files/game.properties enemies=aliens lives=3 enemies.cheat=true enemies.cheat.level=noGoodRotten configmap game-config \ --from-file=example-files/ $ oc describe configmaps game-config Name: game-config Namespace: default Labels: Annotations: Data game.properties: 以下示例流程概述了如何从文件 以下示例流程概述了如何从文件创 创建配置映射。 建配置映射。 注意 注意 $ oc get configmaps game-config -o yaml apiVersion: v1 data: game.properties: |- enemies=aliens lives=3 enemies.cheat=true enemies
    0 码力 | 404 页 | 3.60 MB | 1 年前
    3
  • pdf文档 Notions of time and progress - CS 591 K1: Data Stream Processing and Analytics Spring 2020

    Spring 2020 2/06: Notions of time and progress Vasiliki Kalavri | Boston University 2020 Mobile game application • input stream: user activity • output: rewards based on how fast the user meets goals the local clock where an event is being processed • a processing-time window wouldn’t account for game activity while the train is in the tunnel • results depend on the processing speed and aren’t deterministic
    0 码力 | 22 页 | 2.22 MB | 1 年前
    3
  • pdf文档 《Efficient Deep Learning Book》[EDL] Chapter 7 - Automation

    one (the best) configuration left. An intuitive way to think about it is to imagine a multiplayer game with multiple levels where a few best performing players are promoted to the next level until we have on the target dataset. The controller model learns to generate better architectures as the search game progresses. Figure 7-4: An overview of Neural Architecture Search framed as a Reinforcement Learning
    0 码力 | 33 页 | 2.48 MB | 1 年前
    3
共 278 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 28
前往
页
相关搜索词
LocalIstioDevelopmentOpenShiftContainerPlatform4.4构建buildApacheRocketMQMeetupShenzhenkeyTheFutureofCloudNativeApplicationswithOpenApplicationModelOAMandDaprRudrfuturecloudnativeapplications机器学习课程温州大学04朴素贝叶贝叶斯4.9节点4.6NotionstimeprogressCS591K1DataStreamProcessingAnalyticsSpring2020EfficientDeepLearningBookEDLChapterAutomation
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩