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

无数据

分类

全部后端开发(91)C++(66)云计算&大数据(18)Python(14)系统运维(12)Django(12)VirtualBox(11)Julia(10)存储(8)网络与安全(4)

语言

全部英语(97)中文(简体)(16)中文(繁体)(10)中文(简体)(1)英语(1)

格式

全部PDF文档 PDF(112)其他文档 其他(7)DOC文档 DOC(3)TXT文档 TXT(2)PPT文档 PPT(1)
 
本次搜索耗时 0.151 秒,为您找到相关结果约 125 个.
  • 全部
  • 后端开发
  • C++
  • 云计算&大数据
  • Python
  • 系统运维
  • Django
  • VirtualBox
  • Julia
  • 存储
  • 网络与安全
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • TXT文档 TXT
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Message Handling with Boolean Algebra

    Message Handling with Boolean Algebra Ben Deane / CppCon / 2024-09-16 1Alternative Title "The Unreasonable Effectiveness of Boolean Algebra in Software Design, Showing the Particular Application of of a Message Handling Library, with an Excursion into the Roots of Programming" 2Frontmatter No AI/LLM was used in the creation of this talk. Code is simplified for slides; may have some errors in this talk is about The workings of a message-handling library. How messages and the fields in them are specified. Efficiently identifying (with matchers) a message coming off the wire. The role of Boolean
    0 码力 | 103 页 | 4.37 MB | 5 月前
    3
  • pdf文档 Behavior-driven Tests for Microservices-based Algo Trading System

    address these pain points: ● End-to-end : The test framework validates the end (client) to end (broker/exchange) algo behavior. ● Controlled external dependencies : All external dependencies system. It sets up an internal test version of the system with a collection of components, a mocked message channel, and mocked dependencies. ● A BDD layer: Using cpp-cucumber (open source), this layer
    0 码力 | 1 页 | 65.24 KB | 5 月前
    3
  • pdf文档 Dependency Injection in C++

    Implementations 13 Bloomberg Dependency Injection System Analysis Component Injection Trade Security Broker Pricing Sizing Sending Execute Trade Cancel Trade Reprice Trade Dependency Injection Data bidYield_, askYield_); //... } protected: // ExtraFields std::optional<Broker> bidBroker_; std::optional<Broker> askBroker_; std::optional bidYield_; std::optional askYield_; const std::optional& LocalAsk, const std::optional<Broker>& bidBroker, const std::optional<Broker>& askBroker, const std::optional& bidYield,
    0 码力 | 106 页 | 1.76 MB | 5 月前
    3
  • pdf文档 24-云原生中间件之道-高磊

    .. 逻辑资源按需扩缩容 MQ集群 MQ集群 根据Load等Metrics做 出扩容决策 PV1 Broker1 PV2 Broker2 PV3 Broker3 PV4 Broker4 MQ集群 根据Load等 Metrics做出 扩容决策 PV1 PV3 Broker1 PV2 PV4 Broker2 漂移 物理资源按需扩缩容 高级能力-云原生中间件-应用的基石-MQ为例-2-Mesh化 Citadel Mixer Pliot Galley Injector MQ Broker Envoy MQ Broker Envoy MQ Broker Envoy 注册 Service Service Service Pub sub Pub sub Pub sub xDS Config • MQ Broker把Envoy作为 它与服务之间的代理 • Envoy拓展兼容了PubSub 通信的协议,比如
    0 码力 | 22 页 | 4.39 MB | 5 月前
    3
  • pdf文档 TiDB中文技术文档

    async_request duration : 95% & 99% Raft 命令执行时间 95% 小于 50ms;99% 小于 100ms server report failure message : 发送失败或者收到了错误的 message 如果出现了大量的 unreachadble 的消息,表明系统网络出现了问题。如果有 store not match 这样的错误, 表明收到了不属于这个集群发过来的消息 Vote 0,表明 RocksDB 忙不过来,需要注意 IO 和 CPU 了 channel full : channel 满了,表明线程太忙无法处理 如果大于 0,表明线程已经没法处理了 95% send_message_duration_seconds : 95% 发送消息的时间 小于 50ms leader/region : 每个 TiKV 的 leader/region 数量 TiDB 快速入门指南 - 22 4+ 2+ 300G auto.create.topics.enable = true :如果还没有创建 topic,Kafka 会在 broker 上自动创建 topic broker.id :用来标识 Kafka 集群的必备参数,不能重复;如 broker.id = 1 fs.file-max = 1000000 :Kafka 会使用大量文件和网络 socket,建议修改成 1000000,通过
    0 码力 | 444 页 | 4.89 MB | 5 月前
    3
  • pdf文档 22-云原生的缘起、云原生底座、PaaS 以及 Service Mesh 等之道-高磊

    ServiceMesh-7-新发展-Mesh Broker架构 服务消费者 中心化 Mesh Broker 服务提供 者 连接创建 连接创建 服务注册 • 无端口监听 • 占用资源少 • 无网络要求 • 无底层基础设施依赖:任何PaaS间可以通信 • 无服务注册依赖,无负载均衡需求 • 简化运维:中心化后,只需要管理服务器就可以了 • 业务异步化 缺点: 单点故障,需要提供高可用方案,如Broker部署在K8S中,HPA控
    0 码力 | 42 页 | 11.17 MB | 5 月前
    3
  • pdf文档 Apache Pulsar,云原生时代的消息平台 - 翟佳

    streamnative.io Pulsar: 云原⽣的架构 —— 分层 + 分⽚ • 存储和计算分离 • 节点对等 • 独⽴扩展 • 灵活扩容 • 快速容错 streamnative.io Broker 容错 ⽆感知容错 零数据catchup streamnative.io Bookie容错 应⽤⽆感知 并发可控 数据恢复 streamnative.io 瞬时存储扩容 应⽤⽆感知
    0 码力 | 39 页 | 12.71 MB | 5 月前
    0.03
  • pdf文档 julia 1.10.10

    and semantics. If such code encounters non-ASCII text, it will gracefully fail with a clear error message, rather than silently introducing corrupt results. When this happens, modifying the code to handle for the exceptional condition to either terminate the program while printing a diagnostic error message, or if the programmer has provided code to handle such exceptional circum- stances then allow that showerror(io::IO, e::MyUndefVarError) = print(io, e.var, " not defined") Note When writing an error message, it is preferred to make the first word lowercase. For example, size(A) == size(B) || throw(Dim
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
  • pdf文档 Julia 1.10.9

    and semantics. If such code encounters non-ASCII text, it will gracefully fail with a clear error message, rather than silently introducing corrupt results. When this happens, modifying the code to handle for the exceptional condition to either terminate the program while printing a diagnostic error message, or if the programmer has provided code to handle such exceptional circum- stances then allow that showerror(io::IO, e::MyUndefVarError) = print(io, e.var, " not defined") Note When writing an error message, it is preferred to make the first word lowercase. For example, size(A) == size(B) || throw(Dim
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
  • pdf文档 Julia 1.11.6 Release Notes

    and semantics. If such code encounters non-ASCII text, it will gracefully fail with a clear error message, rather than silently introducing corrupt results. When this happens, modifying the code to handle for the exceptional condition to either terminate the program while printing a diagnostic error message, or if the programmer has provided code to handle such exceptional circum- stances then allow that showerror(io::IO, e::MyUndefVarError) = print(io, e.var, " not defined") Note When writing an error message, it is preferred to make the first word lowercase. For example, size(A) == size(B) || throw(Dim
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
共 125 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 13
前往
页
相关搜索词
MessageHandlingwithBooleanAlgebraBehaviordrivenTestsforMicroservicesbasedAlgoTradingSystemDependencyInjectioninC++24原生中间中间件之道高磊TiDB中文技术文档22缘起底座PaaS以及ServiceMeshApachePulsarjulia1.1010Julia1.11ReleaseNotes
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩