书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 260 个相关结果.
  • 20. Extensions

    234 2023-05-03 《Zabbix v6.4 Manual》
    20. Extensions Overview Data collection with custom commands Trapper items External checks User parameters system.run[] Zabbix agent items HTTP agent items Script items Ad...
  • Introduction

    Introduction Major Features Competitive Advantages Technical Ecosystem Typical Use Cases Characteristics and Requirements of Data Sources System Architecture Requirements Syst...
  • 协调多个对象之间的交互——中介者模式(四)

    协调多个对象之间的交互——中介者模式(四) 协调多个对象之间的交互——中介者模式(四) 20.4 中介者与同事类的扩展 Sunny软件公司CRM系统的客户对“客户信息管理窗口”提出了一个修改意见:要求在窗口的下端能够及时显示当前系统中客户信息的总数。修改之后的界面如图20-9所示: 图20-9 修改之后的“客户信息管理窗口”界面图 从图20...
  • 面向对象设计原则之接口隔离原则

    面向对象设计原则之接口隔离原则 面向对象设计原则之接口隔离原则 接口隔离原则定义如下: 接口隔离原则(Interface Segregation Principle, ISP):使用多个专门的接口,而不使用单一的总接口,即客户端不应该依赖那些它不需要的接口。 根据接口隔离原则,当一个接口太大时,我们需要将它分割成一些更细小的接口,使用该接...
  • MatrixOne Introduction

    MatrixOne Introduction Key Features Hyper-converged Engine Cloud & Edge Native Extreme Performance Ease of Use Cost-Effective Enterprise-Level Security and Compliance ...
  • MatrixOne Introduction

    MatrixOne Introduction Key Features Hyper-converged Engine Cloud & Edge Native Extreme Performance Ease of Use Cost-Effective Enterprise-Level Security and Compliance ...
  • 第八章-QWeb创建公告栏视图和报告

    第八章-QWeb创建公告栏视图和报告 Getting started with kanban board Kanban views Design kanban views Priority and kanban state 优先级和看板状态 Kanban view elements 看板视图元素 第八章-QWeb创建公告栏视图和报告 Q...
  • 6.4 分布式搜索引擎

    2523 2019-02-27 《Go语言高级编程》
    6.4 分布式搜索引擎 搜索引擎 倒排列表 查询 DSL 基于client SDK做开发 将 sql 转换为 DSL 异构数据同步 通过时间戳进行增量数据同步 通过 binlog 进行数据同步 6.4 分布式搜索引擎 在Web一章中,我们提到MySQL很脆弱。数据库系统本身要保证实时和强一致性,所以其功能设计上都是为了满足这种一致性需...
  • Unit and Integration Testing

    Testing Vaadin With Unit and Integration Tests Creating and Running Unit Tests for Simple UI Logic Creating and Running Integration Tests for More Advanced UI Logic Testing Va...
  • 面向对象设计原则之依赖倒转原则

    面向对象设计原则之依赖倒转原则 面向对象设计原则之依赖倒转原则 如果说开闭原则是面向对象设计的目标的话,那么依赖倒转原则就是面向对象设计的主要实现机制之一,它是系统抽象化的具体实现。依赖倒转原则是Robert C. Martin在1996年为“C++Reporter”所写的专栏Engineering Notebook的第三篇,后来加入到他在2002年...