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

无数据

分类

全部后端开发(327)云计算&大数据(292)数据库(96)Julia(87)Java(77)Spring(76)OpenShift(67)Kubernetes(55)系统运维(47)PostgreSQL(39)

语言

全部英语(496)中文(简体)(232)中文(繁体)(12)英语(6)西班牙语(4)日语(3)中文(简体)(3)韩语(2)葡萄牙语(2)

格式

全部PDF文档 PDF(767)
 
本次搜索耗时 0.055 秒,为您找到相关结果约 767 个.
  • 全部
  • 后端开发
  • 云计算&大数据
  • 数据库
  • Julia
  • Java
  • Spring
  • OpenShift
  • Kubernetes
  • 系统运维
  • PostgreSQL
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 西班牙语
  • 日语
  • 中文(简体)
  • 韩语
  • 葡萄牙语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Pod 容忍节点异常时间调整

    Pod 容忍节点异常时间调整 容忍节点异常时间调整 1. 原理说明 原理说明 Kubernetes 集群节点处于异常状态之后需要有⼀个等待时间,才会对节点上的 Pod 进⾏驱逐。那么针对部分关键业务,是否可以调整这个时间,便于在节点发⽣异常时及时将 Pod 驱逐 并在别的健康节点上重建? 要解决这个问题,我们⾸先要了解 Kubernetes 在节点异常时驱逐 Pod 的机制。 在 Kubernetes 这两个 feature gate,节点及其上 Pod 的⽣命周期管理将通过节点的 Condition 和 Taint 来进⾏,Kubernetes 会不断地检查所有节点状态,设置对应的 Condition,根据 Condition 为节点设置对应的 Taint,再根据 Taint 来驱逐节点上的 Pod。 同时在创建 Pod 时会默认为 Pod 添加相应的 tolerationSeconds tolerationSeconds 参数,指定当节点出现异常(如 NotReady)时 Pod 还将在这个节点上运⾏多⻓的时间。 那么,节点发⽣异常到 Pod 被驱逐的时间,就取决于两个参数:1. 节点实际异常到被判断为不健康的时间;2. Pod 对节点不健康的容忍时间。 Kubernetes 集群中默认节点实际异常到被判断为不健康的时间为 40s,Pod 对节点 NotReady 的容忍时间为 5min,也就是说,节点实际异常
    0 码力 | 4 页 | 104.64 KB | 1 年前
    3
  • pdf文档 MuPDF 1.22.0 Documentation

    time. Do not hold on to them past the duration of the current function, or stow them away inside structs. If you need to keep the object for longer than that, you have to either keep it or make your own into C++ exceptions. 5.1.3 Class-aware C++ API C++ wrapper classes wrap most fz_* and pdf_* C structs. • Class names are camel-case versions of the wrapped struct’s name, for example fz_document’s wrapper class is mupdf::FzDocument. • Classes automatically handle reference counting of the underlying C structs, so there is no need for manual calls to fz_keep_*() and fz_drop_*(), and class instances can be
    0 码力 | 175 页 | 698.87 KB | 8 月前
    3
  • pdf文档 MuPDF 1.23.0 Documentation

    time. Do not hold on to them past the duration of the current function, or stow them away inside structs. If you need to keep the object for longer than that, you have to either keep it or make your own into C++ exceptions. 7.1.3 Class-aware C++ API C++ wrapper classes wrap most fz_* and pdf_* C structs. • Class names are camel-case versions of the wrapped struct’s name, for example fz_document’s wrapper class is mupdf::FzDocument. • Classes automatically handle reference counting of the underlying C structs, so there is no need for manual calls to fz_keep_*() and fz_drop_*(), and class instances can be
    0 码力 | 245 页 | 817.74 KB | 8 月前
    3
  • pdf文档 MuPDF 1.24.0 Documentation

    time. Do not hold on to them past the duration of the current function, or stow them away inside structs. If you need to keep the object for longer than that, you have to either keep it or make your own into C++ exceptions. 7.1.3 Class-aware C++ API C++ wrapper classes wrap most fz_* and pdf_* C structs. • Class names are camel-case versions of the wrapped struct’s name, for example fz_document’s wrapper class is mupdf::FzDocument. • Classes automatically handle reference counting of the underlying C structs, so there is no need for manual calls to fz_keep_*() and fz_drop_*(), and class instances can be
    0 码力 | 249 页 | 830.15 KB | 8 月前
    3
  • pdf文档 MuPDF 1.25.0 Documentation

    time. Do not hold on to them past the duration of the current function, or stow them away inside structs. If you need to keep the object for longer than that, you have to either keep it or make your own into C++ exceptions. 8.2.3 Class-aware C++ API C++ wrapper classes wrap most fz_* and pdf_* C structs: • Class names are camel-case versions of the wrapped struct’s name, for example fz_document’s wrapper class is mupdf::FzDocument. • Classes automatically handle reference counting of the underlying C structs, so there is no need for manual calls to fz_keep_*() and fz_drop_*(), and class instances can be
    0 码力 | 259 页 | 1.11 MB | 8 月前
    3
  • pdf文档 Named Optional Parameters - JavaScript Style

    The C++ implementation will create expressive API calls through utilizing combination of : ▪POD structs -- structs with data members only ▪designated initializers -- initializing a struct with: { .field = the road state -- There is only one. // the .= syntax is a designated initializer used to assign POD values auto result = processCarStateTransition({ .car = Car::FastSportsCar, .startingRoadState nextRoadState = { .type = RoadType::Avenue,.speed = Speed::NORMAL}}); Ambiguity The following structs will in theory dispatch to processCarStateTransition depending on how you call them. Non-Ambiguous
    0 码力 | 1 页 | 3.17 MB | 6 月前
    3
  • pdf文档 Google C++ Style Guide

    variables, and function static variables, must be Plain Old Data (POD): only ints, chars, floats, or pointers, or arrays/structs of POD. The order in which class constructors and initializers for static function (such as getenv(), or getpid()) does not itself depend on any other globals. However, a static POD variable within function scope may be initialized with the result of a function, since its initialization quick_exit(), you need to register it in both places.) As a result we only allow static variables to contain POD data. This rule completely disallows vector (use C arrays instead), or string (use const char []).
    0 码力 | 83 页 | 238.71 KB | 1 年前
    3
  • pdf文档 Class Layout

    14 Aside: POD Types  Standard-layout types are defined in C++11.  The 2003 Standard didn’t mention standard-layout types — it describes layout guarantees in terms of POD types.  POD stands for “Plain (There’s also a POF.)  A POD is a standard-layout class that also lacks:  private or protected non-static data members  user-declared constructors  base classes  In practice, POD classes are too restrictive Type type_; short x_, y_; }; void draw(Shape *); void rotate(Shape *, int);  Here, we’re using structs and non-member functions.  We could just as well use classes and static member functions. 97 Copyright
    0 码力 | 51 页 | 461.37 KB | 6 月前
    3
  • pdf文档 Hidden Overhead of a Function API

    constructor, destructor, or copy assignment operator… This definition is essentially the same as a C++03 POD type. armv7-a System V x86 System V x86 Microsoft A Composite Type not larger than 4 bytes is returned 16 bytes x86 System V fundamental only x86-64 Microsoft 1,2,4,8 bytes, C++03 POD x86 Microsoft 1,2,4,8 bytes, C++03 POD Composite types are required to be “trivial” to get into registers!C.20: If you ___$ReturnUdt$[esp-4] mov DWORD PTR [eax], 60 mov DWORD PTR [eax+4], 0 ret 0 C H R 67 not a POD not a POD size > 4 not fundamentalCan we do something about it? ● std::chrono would have to give up encapsulation
    0 码力 | 158 页 | 2.46 MB | 6 月前
    3
  • pdf文档 Kotlin Language Documentation 1.3

    to either Kotlin enum or integral values, depending on heuristics and the de�nition �le hints. Structs / unions are mapped to types having �elds available via the dot notation, i.e. someStructInstance simple immutable self-contained value. Think C++ references, as a similar concept. For structs (and typedef s to structs) this representation is the main one and has the same name as the struct itself, for runtime by calling kotlin.native.initRuntimeIfNeeded() . Scope-local pointers Passing and receiving structs by value — — Callbacks Passing user data to callbacks 405 Often C APIs allow passing some user
    0 码力 | 597 页 | 3.61 MB | 1 年前
    3
共 767 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 77
前往
页
相关搜索词
Pod容忍节点异常时间调整MuPDF1.22Documentation1.231.241.25NamedOptionalParametersJavaScriptStyleGoogleC++GuideClassLayoutHiddenOverheadofFunctionAPIKotlinLanguage1.3
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩