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

无数据

分类

全部云计算&大数据(285)VirtualBox(113)Apache Kyuubi(44)Pandas(32)机器学习(18)Apache Flink(18)OpenShift(15)rancher(12)Kubernetes(8)Istio(7)

语言

全部英语(259)中文(简体)(24)俄语(1)英语(1)

格式

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

    1.77. oc image extract 将文件从镜像复制到文件系统 用法示例 用法示例 # Add a new layer to the image and store the result on disk # This results in $(pwd)/v2/mysql/blobs,manifests oc image append --from mysql:latest file://mysql:local layer.tar.gz # Add a new layer to the image and store the result on disk in a designated directory # This will result in $(pwd)/mysql-local/v2/mysql/blobs,manifests oc image append --from containers of daemonset abc to 'nginx:1.9.1' oc set image daemonset abc *=nginx:1.9.1 # Print result (in yaml format) of updating nginx container image from local file, without hitting the server
    0 码力 | 120 页 | 1.04 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.13 CLI 工具

    mysql:latest --to myregistry.com/myimage:latest layer.tar.gz # Add a new layer to the image and store the result on disk # This results in $(pwd)/v2/mysql/blobs,manifests oc image append --from mysql:latest file://mysql:local layer.tar.gz # Add a new layer to the image and store the result on disk in a designated directory # This will result in $(pwd)/mysql-local/v2/mysql/blobs,manifests oc image append --from containers of daemonset abc to 'nginx:1.9.1' oc set image daemonset abc *=nginx:1.9.1 # Print result (in yaml format) of updating nginx container image from local file, without hitting the server
    0 码力 | 128 页 | 1.11 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.8 CLI 工具

    mysql:latest --to myregistry.com/myimage:latest layer.tar.gz # Add a new layer to the image and store the result on disk # This results in $(pwd)/v2/mysql/blobs,manifests oc image append --from mysql:latest file://mysql:local layer.tar.gz # Add a new layer to the image and store the result on disk in a designated directory # This will result in $(pwd)/mysql-local/v2/mysql/blobs,manifests oc image append --from containers of daemonset abc to 'nginx:1.9.1' oc set image daemonset abc *=nginx:1.9.1 # Print result (in yaml format) of updating nginx container image from local file, without hitting the server
    0 码力 | 152 页 | 1.24 MB | 1 年前
    3
  • pdf文档 keras tutorial

    and extensible API.  Minimal structure - easy to achieve the result without any frills.  It supports multiple platforms and backends.  It is user friendly framework which runs on both CPU and another neuron to which it is connected. Each neuron processes a small information and then passes the result to another neuron and this process continues. This is the basic method used by our human brain to layer. The output layer process receives the data from last hidden layer and finally output the result. Keras 13 Convolutional Neural Network (CNN) Convolutional neural network
    0 码力 | 98 页 | 1.57 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 1.3.4

    matplotlib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 746 2.15.7 Plotting backends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 747 2.16 Table data structures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2749 4.10.4 Plotting backends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2752 4.11 Developer 22 1 35 2 58 Name: Age, dtype: int64 When selecting a single column of a pandas DataFrame, the result is a pandas Series. To select the column, use the column label in between square brackets []. Note:
    0 码力 | 3605 页 | 14.68 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 1.3.3

    matplotlib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 745 2.15.7 Plotting backends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 746 2.16 Table data structures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2749 4.10.4 Plotting backends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2752 4.11 Developer 22 1 35 2 58 Name: Age, dtype: int64 When selecting a single column of a pandas DataFrame, the result is a pandas Series. To select the column, use the column label in between square brackets []. Note:
    0 码力 | 3603 页 | 14.65 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 1.3.2

    matplotlib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 716 2.15.7 Plotting backends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 717 2.16 Table data structures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2670 4.10.4 Plotting backends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2673 4.11 Developer 22 1 35 2 58 Name: Age, dtype: int64 When selecting a single column of a pandas DataFrame, the result is a pandas Series. To select the column, use the column label in between square brackets []. Note:
    0 码力 | 3509 页 | 14.01 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 1.2.3

    matplotlib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 672 2.15.7 Plotting backends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 673 2.16 Computational structures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2528 ix 4.7.4 Plotting backends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2531 4.8 Developer 22 1 35 2 58 Name: Age, dtype: int64 When selecting a single column of a pandas DataFrame, the result is a pandas Series. To select the column, use the column label in between square brackets []. Note:
    0 码力 | 3323 页 | 12.74 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 1.2.0

    matplotlib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 672 2.15.7 Plotting backends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 673 2.16 Computational structures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2522 ix 4.7.4 Plotting backends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2525 4.8 Developer 22 1 35 2 58 Name: Age, dtype: int64 When selecting a single column of a pandas DataFrame, the result is a pandas Series. To select the column, use the column label in between square brackets []. Note:
    0 码力 | 3313 页 | 10.91 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 1.4.2

    matplotlib . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 749 2.15.7 Plotting backends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 750 2.16 Table data structures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2842 4.10.4 Plotting backends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2845 4.11 Developer 22 1 35 2 58 Name: Age, dtype: int64 When selecting a single column of a pandas DataFrame, the result is a pandas Series. To select the column, use the column label in between square brackets []. Note:
    0 码力 | 3739 页 | 15.24 MB | 1 年前
    3
共 285 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 29
前往
页
相关搜索词
OpenShiftContainerPlatform4.10CLI工具4.134.8kerastutorialpandaspowerfulPythondataanalysistoolkit1.31.21.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩