书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 593 个相关结果.
  • 21.4从32位值转化为64位值

    21.4从32位值转化为64位值 21.4从32位值转化为64位值 #include <stdint.h> int64_t f7 ( int64_t a , int64_t b , int32_t c ) { return a * b + c ; }; int64_t f7_main...
  • 基本概念

    基本概念 数据库(Database) 数据块(Block) 行(ROW) 列(Cloumn) 表(Table) 数据文件(Datafile Segment) 表空间(Tablespace) 模式(schema) 事务(Transaction) 基本概念 openGauss是一款关系型数据库管理系统(RDBMS)。关系型数据库是指采用了...
  • Cached Lookup Module

    Cached Lookup Module Description Architecture Data Fetcher layer Caching layer Poll lookup cache Loading lookup Configuration and Operation: Polling Lookup Example of Polling...
  • 3 Secure connection to the database

    599 2021-03-05 《Zabbix v5.2 Manual》
    3 Secure connection to the database Overview Requirements Terminology Zabbix configuration Frontend to the database Use cases Zabbix server/proxy configuration 3 Secure ...
  • Kudu Schema Design ( 模式设计 )

    Kudu Schema Design ( 模式设计 ) Apache Kudu Schema Design ( Apache Kudu 模式设计 ) The Perfect Schema ( 完美的模式 ) Column Design ( 列设计 ) Column Encoding ( 列编码 ) Column Compression ( 列压缩 ) ...
  • Cached Lookup Module

    Cached Lookup Module Description Architecture Data Fetcher layer Caching layer Poll lookup cache Loading lookup Configuration and Operation: Polling Lookup Example of Polling...
  • DataX doriswriter

    DataX doriswriter 关于 DataX 使用手册 目录结构 编译 示例 1.Stream读取数据后导入至Doris 2.Mysql读取数据后导入至Doris DataX doriswriter DataX doriswriter 插件,用于通过 DataX 同步其他数据源的数据到 Doris 中。 这个插件是利用Dori...
  • 生产环境使用 Sentinel

    引言 规则管理及推送 原始模式 Pull模式 Push模式 监控 最佳实践 其它 引言 Sentinel 核心库目前已可用于生产环境,目前除了阿里巴巴以外,也有多家企业在生产环境中使用它们。 生产环境的 Sentinel Dashboard 需要具备下面几个特性: 规则管理及推送 ,集中管理和推送规则。sentinel-core...
  • Mongodb数据库

    DB相关 什么是数据库? 分类 RDBMS ER模型 关系代数 基本概念 SQL 三范式 NoSQL 为什么NoSQL变得流行 总结 什么是mongodb? 为什么选用mongodb? 基本概念 对比 DB相关 从上章节我们知道如何在express里获取值,无论表单还是ajax,那么取过来的值用来干嘛呢?这就要看具体业务...