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

无数据

分类

全部后端开发(194)综合其他(121)Weblate(90)云计算&大数据(69)系统运维(63)Python(60)PyWebIO(48)区块链(44)数据库(38)OpenShift(35)

语言

全部中文(简体)(509)

格式

全部PDF文档 PDF(379)其他文档 其他(122)PPT文档 PPT(6)DOC文档 DOC(2)
 
本次搜索耗时 0.119 秒,为您找到相关结果约 509 个.
  • 全部
  • 后端开发
  • 综合其他
  • Weblate
  • 云计算&大数据
  • 系统运维
  • Python
  • PyWebIO
  • 区块链
  • 数据库
  • OpenShift
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 PieCloudDB Database V2.8 Release Note

    1 Release Note 最新版本: V2.8 发布日期: 2023 年 10 月 内 核 l 回收站功能 实现回收站来跟踪逻辑上被删除(TRUNCATE/DROP/ALTER 等)的表,这些 表对应的 S3 Block 文件在超过保留期限后会被 autovacuum 删除。 l PieCloudDB 全局缓存系统 n 支持在计
    0 码力 | 4 页 | 144.49 KB | 1 年前
    3
  • pdf文档 K8S安装部署开放服务

    kind: ConfigMap metadata: name: {{ include "openservice.fullname" . }}-cfg namespace: {{ .Release.Namespace }} labels: app.kubernetes.io/name: {{ include "openservice.name" . }} helm include "openservice.chart" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} data: config.ini: | [Common] Mode = product kind: StatefulSet metadata: name: {{ include "openservice.fullname" . }} namespace: {{ .Release.Namespace }} labels: app.kubernetes.io/name: {{ include "openservice.name" . }} helm
    0 码力 | 54 页 | 1.23 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.7 更新集群

    Common Name matching with GODEBUG=x509ignoreCN=0 $ OCP_RELEASE=<release_version> 第 第 3 章 章 安装和配置 安装和配置 OPENSHIFT UPDATE SERVICE 13 1 对于 <release_version>,请指定与 OpenShift Container Platform 版本对应的标签,用于 导出包含发行镜像的额外本地存储库名称: 对于 release_images_repository_name>,请指定要在 registry 中创建的仓库名 称,如 ocp4/openshift4-release-images。 e. 导出要进行镜像的存储库名称: 对于生产环境版本,必须指定 openshift-release-dev。 f. 导出 registry pull secret ,请指定您创建的镜像 registry 的 pull secret 的绝对路径和文 件名。 g. 导出发行版本镜像: 对于生产环境版本,您必须指定 ocp-release。 h. 为您的服务器导出构架类型,如 x86_64: i. 导出托管镜像的目录的路径: 指定完整路径,包括开始的正斜杠(/)字符。 $ LOCAL_REGISTRY='
    0 码力 | 62 页 | 716.72 KB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.14 更新集群

    26 quay.io/openshift-release-dev/ocp- release@sha256:e1fa1f513068082d97d78be643c369398b0e6820afab708d26acda226294095 4 4.10.25 quay.io/openshift-release-dev/ocp- release@sha256:ed84fb3fbe026b3 24 quay.io/openshift-release-dev/ocp- release@sha256:aab51636460b5a9757b736a29bc92ada6e6e6282e46b06e6fd483063d590d6 2a 4.10.23 quay.io/openshift-release-dev/ocp- release@sha256:e40e49d722cb36a b Supported but not recommended updates: Version: 4.11.0 Image: quay.io/openshift-release-dev/ocp- release@sha256:300bce8246cf880e792e106607925de0a404484637627edf5f517375517d54a 4 Recommended:
    0 码力 | 149 页 | 1.94 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.6 发行注记

    email address here. 法律通告 法律通告 Copyright © 2022 | You need to change the HOLDER entity in the en-US/Release_notes.ent file |. The text of and illustrations in this document are licensed by Red Hat under a OpenShift Container Platform 4.6 镜像和程序错误公告 发布日期:2020 年 10 月 27 日 OpenShift Container Platform release 4.6 现已正式发布。此更新包括的程序错误修正信息包括在 RHBA-2020:4196 公告中。此更新包括的 RPM 软件包由 RHBA-2020:4197 公告提供。 您可以运行以下命令来查看此发行版本中的容器镜像: RHSA-2020:4298 - Moderate: OpenShift Container Platform 4.6 镜像安全更新 发布日期:2020 年 10 月 27 日 $ oc adm release info 4.6.1 --pullspecs OpenShift Container Platform 4.6 发 发行注 行注记 记 62 OpenShift Container Platform
    0 码力 | 91 页 | 1.15 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.13 CLI 工具

    0m --confirm 第 第 2 章 章 OPENSHIFT CLI (OC) 83 2.8.1.34. oc adm release extract 将更新有效负载的内容提取到磁盘 用法示例 用法示例 2.8.1.35. oc adm release info 显示发行版本的信息 用法示例 用法示例 # See what the prune command would delete out the source code for the current cluster release to DIR oc adm release extract --git=DIR # Extract cloud credential requests for AWS oc adm release extract --credentials-requests --cloud=aws cluster release to DIR from linux/s390x image # Note: Wildcard filter is not supported. Pass a single os/arch to extract oc adm release extract --git=DIR quay.io/openshift-release-dev/ocp-release:4.11
    0 码力 | 128 页 | 1.11 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.10 CLI 工具

    Platform 4.10 CLI 工具 工具 78 2.6.1.33. oc adm release extract 将更新有效负载的内容提取到磁盘 用法示例 用法示例 2.6.1.34. oc adm release info 显示发行版本的信息 用法示例 用法示例 2.6.1.35. oc adm release mirror 将发行版本 mirror 到不同的镜像 registry 位置 out the source code for the current cluster release to DIR oc adm release extract --git=DIR # Extract cloud credential requests for AWS oc adm release extract --credentials-requests --cloud=aws # Show information about the cluster's current release oc adm release info # Show the source code that comprises a release oc adm release info 4.2.2 --commit-urls # Show the source code difference
    0 码力 | 120 页 | 1.04 MB | 1 年前
    3
  • epub文档 Kotlin 1.9.10 官方文档 中文版

    Kotlin 1.4.0 Kotlin 1.3 Kotlin 1.2 Kotlin 1.1 Kotlin 1.9.0 的新特性 发布于:2023-08-23 The Kotlin 1.9.0 release is out and the K2 compiler for the JVM is now in Beta. Additionally, here are some of the main highlights: Kotlin K2 编译器更新 The Kotlin team at JetBrains continues to stabilize the K2 compiler, and the 1.9.0 release introduces further advancements. The K2 compiler for the JVM is now in Beta. There's now also basic compiler, please report them to our issue tracker. 在项目中试用 K2 编译器 Starting with 1.9.0 and until the release of Kotlin 2.0, you can easily test the K2 compiler by adding the kotlin.experimental.tryK2=true
    0 码力 | 3753 页 | 29.69 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.8 CLI 工具

    Platform 4.8 CLI 工具 工具 82 2.6.1.47. oc adm release extract 将更新有效负载的内容提取到磁盘 用法示例 用法示例 2.6.1.48. oc adm release info 显示发行版本的信息 用法示例 用法示例 2.6.1.49. oc adm release mirror 将发行版本 mirror 到不同的镜像 registry 位置 out the source code for the current cluster release to DIR oc adm release extract --git=DIR # Extract cloud credential requests for AWS oc adm release extract --credentials-requests --cloud=aws # Show information about the cluster's current release oc adm release info # Show the source code that comprises a release oc adm release info 4.2.2 --commit-urls # Show the source code difference
    0 码力 | 152 页 | 1.24 MB | 1 年前
    3
  • pdf文档 Kotlin 官方文档中文版 v1.9

    3 Kotlin 1.2 Kotlin 1.1 Kotlin 的新特性 53 Kotlin 1.9.0 的新特性 发布于:2023-08-23 The Kotlin 1.9.0 release is out and the K2 compiler for the JVM is now in Beta. Additionally, here are some of the main highlights: Kotlin K2 编译器更新 The Kotlin team at JetBrains continues to stabilize the K2 compiler, and the 1.9.0 release introduces further advancements. The K2 compiler for the JVM is now in Beta. There's now also basic compiler, please report them to our issue tracker. 在项目中试用 K2 编译器 Starting with 1.9.0 and until the release of Kotlin 2.0, you can easily test the K2 compiler by adding the kotlin.experimental.tryK2=true
    0 码力 | 2049 页 | 45.06 MB | 1 年前
    3
共 509 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 51
前往
页
相关搜索词
PieCloudDBDatabaseV2ReleaseNoteK8S安装部署开放服务OpenShiftContainerPlatform4.7更新集群4.144.6发行注记4.13CLI工具4.10Kotlin1.910官方文档中文文版中文版4.8
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩