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

无数据

分类

全部后端开发(10)综合其他(10)Julia(10)Blender(10)云计算&大数据(2)Kubernetes(2)

语言

全部中文(繁体)(22)

格式

全部PDF文档 PDF(22)
 
本次搜索耗时 0.488 秒,为您找到相关结果约 22 个.
  • 全部
  • 后端开发
  • 综合其他
  • Julia
  • Blender
  • 云计算&大数据
  • Kubernetes
  • 全部
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Kubernetes 入門

    Server、Controller Manager 和 Scheduler 四個元件,其中後三個元件構成了 Kubernetes 的管控中心,負責對叢集中所有資源進行調度和協作。在每個 Node 上 執行 Kubelet、Proxy 和 Docker Daemon 三個元件,負責對本節點上的 Pod 的生命 週期進行管理,以及實現服務代理的功能。另外在所有節點上都可以執行 Kubectl 命令列工具,它提供了 Kubernetes 2-89 2.5 網路原理 綜合上述,由於 kube-proxy 的作用,在 Service 的呼叫過程中用戶端無須關心後端 有幾個 Pod,中間過程的通訊、負載平衡及故障恢復都是透明的,如圖 2.29 所示。 服務路由訊息透過 watch API Server 取得 透過 iptables 的 DNAT 傳送到 kube-proxy 外部 Client 叢集自動分派服務 的 IP 圖 的方式,還是用節點主機 IP+ NodePort 的方式,都會被節點主機的 Iptables 規則重導向到 kube-proxy 監聽 Service 服務代理連接埠。kube-proxy 接收到 Service 的存取請求後,會如何選擇後 端的 Pod 呢? 首 先, 目 前 kube-proxy 的 負 載 平 衡 器 只 支 援 ROUND ROBIN 演 算 法。ROUND ROBIN 演算
    0 码力 | 12 页 | 2.00 MB | 1 年前
    3
  • pdf文档 Blender v2.92 参考手册(繁体中文版)

    nodes, modeling and animation improvements, better painting with multiple brushes, fluid particles, proxy objects, Sequencer rewrite, and post- production UV texturing. 2.44 -- May 2007: The big news, in and video editing in Blender, see Video Editing. Movie Clip Editor 介紹 Header Sidebar Region Proxy/Timecode Panel Footage Settings Main View Mini Timeline 介紹 The Movie Clip Editor has two main process. Sidebar Region Proxy/Timecode Panel Once you have chosen the Proxy/Timecode parameters, you need to use Clip ‣ Proxy ‣ Rebuild Proxy and Timecode indices to generate the proxy clip and it will be
    0 码力 | 3966 页 | 203.00 MB | 1 年前
    3
  • pdf文档 Blender v2.92 参考手册(繁体中文版)

    nodes, modeling and animation improvements, better painting with multiple brushes, fluid particles, proxy objects, Sequencer rewrite, and post- production UV texturing. 2.44 -- May 2007: The big news, in editing in Blender, see Video Editing. Movie Clip Editor Introduction Header Sidebar Region Proxy/Timecode Panel Footage Settings Main View Mini Timeline Introduction The Movie Clip Editor has process. Sidebar Region Proxy/Timecode Panel Once you have chosen the Proxy/Timecode parameters, you need to use Clip ‣ Proxy ‣ Rebuild Proxy and Timecode indices to generate the proxy clip and it will be
    0 码力 | 3868 页 | 198.83 MB | 1 年前
    3
  • pdf文档 Blender v3.0 参考手册(繁体中文版)

    nodes, modeling and animation improvements, better painting with multiple brushes, fluid particles, proxy objects, Sequencer rewrite, and post- production UV texturing. 2.44 -- May 2007: The big news, in top of the foreground, so that marker areas are only 1px thick. Sidebar Region Footage Proxy/Timecode A proxy is a smaller image (faster to load) that stands in for the main image. When you rebuild proxies before final rendering. Once you have chosen the Proxy/Timecode options, you need to use Clip ‣ Proxy ‣ Rebuild Proxy and Timecode Indices to generate the proxy clip and it will be available after Blender makes
    0 码力 | 4215 页 | 227.19 MB | 1 年前
    3
  • pdf文档 Blender v3.1 参考手册(繁体中文版)

    nodes, modeling and animation improvements, better painting with multiple brushes, fluid particles, proxy objects, Sequencer rewrite, and post- production UV texturing. 2.44 -- May 2007: The big news, in top of the foreground, so that marker areas are only 1px thick. Sidebar Region Footage Proxy/Timecode A proxy is a smaller image (faster to load) that stands in for the main image. When you rebuild proxies before final rendering. Once you have chosen the Proxy/Timecode options, you need to use Clip ‣ Proxy ‣ Rebuild Proxy and Timecode Indices to generate the proxy clip and it will be available after Blender makes
    0 码力 | 4393 页 | 256.31 MB | 1 年前
    3
  • pdf文档 Blender v3.4 参考手册(繁体中文版)

    nodes, modeling and animation improvements, better painting with multiple brushes, fluid particles, proxy objects, Sequencer rewrite, and post- production UV texturing. 2.44 -- May 2007: The big news, in Header Main View Display Sequencer Overlays Toolbar 介紹 Blade Sidebar Strip Modifiers Cache Proxy 介紹 This Sequencer view is where strips can be selected, modified by moving, cutting, or extending Sound Time Source Modifiers Common Options Types Cache Cache Settings Strip Cache Proxy Proxy Settings Strip Proxy & Timecode Panel: Panel: Strip Header Type Strip type represented by an icon.
    0 码力 | 4469 页 | 258.38 MB | 1 年前
    3
  • pdf文档 Blender v3.3 参考手册(繁体中文版)

    nodes, modeling and animation improvements, better painting with multiple brushes, fluid particles, proxy objects, Sequencer rewrite, and post- production UV texturing. 2.44 -- May 2007: The big news, in Header Main View Display Sequencer Overlays Toolbar 介紹 Blade Sidebar Strip Modifiers Cache Proxy 介紹 This Sequencer view is where strips can be selected, modified by moving, cutting, or extending Sound Time Source Modifiers Common Options Types Cache Cache Settings Strip Cache Proxy Proxy Settings Strip Proxy & Timecode Panel: Panel: Strip Header Type Strip type represented by an icon.
    0 码力 | 4464 页 | 259.55 MB | 1 年前
    3
  • pdf文档 Blender v3.2 参考手册(繁体中文版)

    nodes, modeling and animation improvements, better painting with multiple brushes, fluid particles, proxy objects, Sequencer rewrite, and post- production UV texturing. 2.44 -- May 2007: The big news, in Header Main View Display Sequencer Overlays Toolbar 介紹 Blade Sidebar Strip Modifiers Cache Proxy 介紹 This Sequencer view is where strips can be selected, modified by moving, cutting, or extending Sound Time Source Modifiers Common Options Types Cache Cache Settings Strip Cache Proxy Proxy Settings Strip Proxy & Timecode Panel: Panel: Strip Header Type Strip type represented by an icon.
    0 码力 | 4355 页 | 255.63 MB | 1 年前
    3
  • pdf文档 Blender v3.6 参考手册(繁体中文版)

    nodes, modeling and animation improvements, better painting with multiple brushes, fluid particles, proxy objects, Sequencer rewrite, and post- production UV texturing. 2.44 -- May 2007: The big news, in Header Main View Display Sequencer Overlays Toolbar 介紹 Blade Sidebar Strip Modifiers Cache Proxy 介紹 This Sequencer view is where strips can be selected, modified by moving, cutting, or extending Sound Time Source Modifiers Common Options Types Cache Cache Settings Strip Cache Proxy Proxy Settings Strip Proxy & Timecode Panel:: Panel:: Strip Header Type Strip type represented by an icon
    0 码力 | 4744 页 | 297.98 MB | 1 年前
    3
  • pdf文档 Blender v3.5 参考手册(繁体中文版)

    nodes, modeling and animation improvements, better painting with multiple brushes, fluid particles, proxy objects, Sequencer rewrite, and post- production UV texturing. 2.44 -- May 2007: The big news, in Header Main View Display Sequencer Overlays Toolbar 介紹 Blade Sidebar Strip Modifiers Cache Proxy 介紹 This Sequencer view is where strips can be selected, modified by moving, cutting, or extending Sound Time Source Modifiers Common Options Types Cache Cache Settings Strip Cache Proxy Proxy Settings Strip Proxy & Timecode Panel:: Panel:: Strip Header Type Strip type represented by an icon
    0 码力 | 4704 页 | 295.98 MB | 1 年前
    3
共 22 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
Kubernetes入門Blenderv292参考手册参考手册繁体中文繁体中文v3
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩