书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 8949 个相关结果.
  • 使用自定义驱动程序进行自动化测试

    使用自定义驱动程序进行自动化测试 使用自定义驱动程序进行自动化测试 为Electron应用编写自动测试, 你需要一种 "驱动" 应用程序的方法。 Spectron 是一种常用的解决方案, 它允许您通过 WebDriver 模拟用户行为。 当然,也可以使用node的内建IPC STDIO来编写自己的自定义驱动。 自定义驱动的优势在于,它往往...
  • Encryption

    Encryption Gossip Encryption Configuring Gossip Encryption on an existing cluster RPC Encryption with TLS Configuring TLS on an existing cluster Encryption The Consul agent ...
  • Encryption

    Encryption Gossip Encryption Configuring Gossip Encryption on an existing cluster RPC Encryption with TLS Configuring TLS on an existing cluster Encryption The Consul agent ...
  • Commands & Flags

    goctl command list goctl api -o new format validate doc go java ts dart kt plugin template init clean update revert config -path,p docker -go -port rpc (rpc ...
  • 异步基础: C++

    异步基础: C++ 本教程介绍如何使用 C++ 的 gRPC 异步/非阻塞 API 去实现简单的服务器和客户端。假设你已经熟悉实现同步 gRPC 代码,如gRPC 基础: C++ 所描述的。本教程中的例子基本来自我们在overview 中使用的Greeter 例子 。你可以在 grpc/examples/cpp/helloworld 找到安装指南。 ...
  • 架构概述

    架构概述 架构概述 Motan中分为服务提供方(RPC Server),服务调用方(RPC Client)和服务注册中心(Registry)三个角色。 Server提供服务,向Registry注册自身服务,并向注册中心定期发送心跳汇报状态; Client使用服务,需要向注册中心订阅RPC服务,Client根据Registry返回的服务列表,与具体...
  • RPC

    RPC远程调用 使用步骤: 第一步:配置Jboot.properties文件,内容如下: 第二步:定义接口 第三步:通过@JbootrpcService注解暴露服务到注册中心 第四步:客户调用 配置中心 下载consul 启动consul zookeeper 下载zookeeper 启动zookeeper RPC远程调用 在Jb...
  • RPC

    RPC(Remote Procedure Call) RPC(Remote Procedure Call) 其实 RPC 可以算作节点通信的一种。您可以在 节点通信章节 中发现我们用到了 Redis 的 PubSub 来做节点通信。这种消息订阅-发布设计模式是一种有效的实现节点通信的方式,但是它有两个问题: PubSub 的数据是即时的,会随着...
  • RPC 基准

    RPC 协议 Triple&Dubbo 基准测试 1.1 环境 1.2 数据分析 1.2.1 Dubbo 协议不同版本实现对比 1.2.2 Dubbo协议 vs Triple协议 1.2.3 补充网关场景 1.2.4 模拟 Stream 通信场景的吞吐量提升 RPC 协议 Triple&Dubbo 基准测试 Dubbo3 的 _Dubbo...
  • 1.2.21. Authentication

    1.2.21. Authentication 1.2.21.1. Basic Authentication 1.2.21.2. Cookie Authentication 1.2.21.2.1. /_session 1.2.21.3. Proxy Authentication 1.2.21.4. JWT Authentication 1.2...