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

无数据

分类

全部后端开发(183)C++(89)Python(55)云计算&大数据(35)Julia(18)Conda(16)Django(13)数据库(12)TiDB(12)VirtualBox(11)

语言

全部英语(191)中文(简体)(31)中文(繁体)(11)英语(3)西班牙语(1)日语(1)韩语(1)葡萄牙语(1)ro(1)

格式

全部PDF文档 PDF(224)其他文档 其他(11)PPT文档 PPT(6)DOC文档 DOC(2)TXT文档 TXT(1)
 
本次搜索耗时 0.100 秒,为您找到相关结果约 244 个.
  • 全部
  • 后端开发
  • C++
  • Python
  • 云计算&大数据
  • Julia
  • Conda
  • Django
  • 数据库
  • TiDB
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 西班牙语
  • 日语
  • 韩语
  • 葡萄牙语
  • ro
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Custom Views for the Rest of Us

    1Custom Views for the Rest of Us — Jacob Rice jacob.rice.cpp@gmail.com 2🎉🎆🎊 using namespace std::views; for (int i : iota(2) | filter(even) | transform(square)) std::cout << i << ' '; 1 AlgorithmThatSwaps(T& t1, T& t2) 2 { 3 // Algorithm stuff... 4 5 // More algorithm 6 } 7 Calls the custom version, if it exists (same for begin and end): 78std::ranges::iter_swap std::ranges::iter_move (P2387) New type: std::ranges::range_adaptor_closure. Ensure all closure objects inherit from this. Custom closure objects can then use it, too. 120namespace detail { template concept can_cons
    0 码力 | 187 页 | 13.25 MB | 5 月前
    3
  • pdf文档 Oracle VM VirtualBox 5.2.40 User Manual

    8 Advanced display configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . 205 9.8.1 Custom VESA resolutions . . . . . . . . . . . . . . . . . . . . . . . . . . 205 9.8.2 Configuring the maximum Configuring the BIOS DMI information . . . . . . . . . . . . . . . . . . . . . . . 212 9.13 Configuring the custom ACPI table . . . . . . . . . . . . . . . . . . . . . . . . . 213 9.14 Fine-tuning timers and time are physically present on your host. – USB device support. VirtualBox implements a virtual USB controller and allows you to connect arbitrary USB devices to your virtual machines without having to install
    0 码力 | 387 页 | 4.27 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 5.2.12 User Manual

    8 Advanced display configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . 204 9.8.1 Custom VESA resolutions . . . . . . . . . . . . . . . . . . . . . . . . . . 204 9.8.2 Configuring the maximum Configuring the BIOS DMI information . . . . . . . . . . . . . . . . . . . . . . . 211 9.13 Configuring the custom ACPI table . . . . . . . . . . . . . . . . . . . . . . . . . 212 9.14 Fine-tuning timers and time are physically present on your host. – USB device support. VirtualBox implements a virtual USB controller and allows you to connect arbitrary USB devices to your virtual machines without having to install
    0 码力 | 380 页 | 4.23 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.2.32 User Manual

    7 Advanced display configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . 160 9.7.1 Custom VESA resolutions . . . . . . . . . . . . . . . . . . . . . . . . . . 160 9.7.2 Configuring the maximum OEM strings (type 11) . . . . . . . . . . . . . . . . . . . . . . . . . 170 9.14 Configuring the custom ACPI table . . . . . . . . . . . . . . . . . . . . . . . . . 170 9.15 Fine-tuning timers and time are physically present on your host. – USB device support. VirtualBox implements a virtual USB controller and allows you to connect arbitrary USB devices to your virtual machines without having to install
    0 码力 | 348 页 | 5.93 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.3.36 User Manual

    8 Advanced display configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 9.8.1 Custom VESA resolutions . . . . . . . . . . . . . . . . . . . . . . . . . . 170 9.8.2 Configuring the maximum OEM strings (type 11) . . . . . . . . . . . . . . . . . . . . . . . . . 178 9.13 Configuring the custom ACPI table . . . . . . . . . . . . . . . . . . . . . . . . . 178 9.14 Fine-tuning timers and time are physically present on your host. – USB device support. VirtualBox implements a virtual USB controller and allows you to connect arbitrary USB devices to your virtual machines without having to install
    0 码力 | 380 页 | 3.79 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.1.40 User Manual

    7 Advanced display configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 9.7.1 Custom VESA resolutions . . . . . . . . . . . . . . . . . . . . . . . . . . 151 9.7.2 Configuring the maximum are physically present on your host. – USB device support. VirtualBox implements a virtual USB controller and allows you to connect arbitrary USB devices to your virtual machines without having to install cards, virtual serial and parallel ports and an Input/Output Advanced Pro- grammable Interrupt Controller (I/O APIC), which is found in many modern PC sys- tems. This eases cloning of PC images from real
    0 码力 | 310 页 | 4.87 MB | 6 月前
    3
  • pdf文档 Operator Pattern 用 Go 扩展 Kubernetes 的最佳实践

    域的复杂有状态应用程序。 给出了用 TPR + controller- runtime 早期版本的 sample: etcd operator K8s 1.9 版本发布,CRD进入 beta 阶段并正式取代 TPR; controller-runtime 加入 K8s 社 区并正式发布; 自此,CRD + controller-runtime 逐渐成为开发 operator Application; Operator = CRD + control loop, i.e, Declaretive API + Automation; kubebuilder + controller-runtime + helm Operator Capability Levels Installation of the workload • Operator deploys an the user leveraging the status block of the Custom Resource Configuration of the workload • Operator provides configuration via the spec section of the Custom Resource • Operator reconciles configuration
    0 码力 | 21 页 | 3.06 MB | 9 月前
    3
  • pdf文档 02 TiDB Operator 架构与实现 付业成

    Operator Pattern - Custom Resource & Controller Desired State Actual State Compare & Make Changes 扩展 Kubernetes 的几种方式 PingCAP.com Common ways to extend Kubernetes - Custom Resource - TidbCluster Backup/Restore - Custom Controller - Scheduler Extender (optional) - Admission Webhook (optional) - …Scheduler framework, Aggregated APIServer PingCAP.com Custom Resource PingCAP.com Custom Controller Desired may change or deny it. TiDB Operator 实现 PingCAP.com TiDB Operator Implementation - The tidb-controller-manager - Initialization - Watch objects (Tidb Cluster CR) - Reconcilation - on change of watched
    0 码力 | 47 页 | 1.73 MB | 6 月前
    3
  • pdf文档 Best practices for building Kubernetes Operators

    llers-overview-b6ec086c1fbControllers ● Controller tracks at least one resource type ● It’s a common approach to manage only one resource type per controller ● Controllers reconciliation loop/control ● Built-in controller examples: ○ ReplicaSert ○ Deployment ○ StatefulSet ○ JobOperators ● Concept was introduced in 2016 by the CoreOS ● Operators are software extensions that use custom resources comparison to validating webhooks ● Allows to compare values/sets/objects from the whole manifest ● Custom error messages https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/28
    0 码力 | 36 页 | 2.19 MB | 5 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.1.40 Programming Guide and Reference

    event queue checks either based on periodical timer events delivered to the main thread, or by using custom platform messages to notify the main thread when events are available. See the VBoxSDL and Qt (VirtualBox) IUSBDevice IConsole::USBDevices[] Collection of USB devices currently attached to the virtual USB controller. Note: The collection is empty if the machine is not running. 5.12.1.9 remoteUSBDevices (read-only) UUID of the host USB device to attach. Attaches a host USB device with the given UUID to the USB controller of the virtual machine. The device needs to be in one of the following states: Busy, Available
    0 码力 | 306 页 | 1.92 MB | 6 月前
    3
共 244 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 25
前往
页
相关搜索词
CustomViewsfortheRestofUsOracleVMVirtualBox5.240UserManual124.2324.3364.1OperatorPatternGo扩展Kubernetes最佳实践02TiDB架构实现付业成BestpracticesbuildingOperatorsProgrammingGuideandReference
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩