书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 8949 个相关结果.
  • Ruby

    Why use gRPC? Example code and setup Defining the service Generating client and server code Creating the server Implementing RouteGuide Starting the server Creating the clie...
  • MultiplayerAPI

    MultiplayerAPI Description Properties Methods Signals Enumerations Property Descriptions Method Descriptions Up to date This page is up to date for Godot 4.0 . If you st...
  • python 教程

    gRPC 基础: Python 本教程提供了 Python 程序员如何使用 gRPC 的指南。 通过学习教程中例子,你可以学会如何: 在一个 .proto 文件内定义服务。 用 protocol buffer 编译器生成服务器和客户端代码。 使用 gRPC 的 Python API 为你的服务实现一个简单的客户端和服务器。假设你已经阅读了概览 并且...
  • 服务配置

    373 2023-11-03 《go-zero v1.6 教程》
    服务配置 概述 配置 RpcClientConf EtcdConf ServerMiddlewaresConf 服务配置 概述 本文介绍如何使用 go-zero 框架进行 gRPC Client 的开发。 配置 type RpcClientConf struct { Etcd discov ....
  • Integrating the Two Sides with a Connector

    Integrating the Two Sides with a Connector A Basic Connector Communication with the Server-Side Integrating the Two Sides with a Connector A client-side widget is integrated ...
  • 应用组件

    组件 基本原理 组件注册 内部组件 自定义组件 如何实现组件 官方组件 组件 swoft 应用由一个个组件构成,核心为 swoft-framework 组件。 基本原理 组件可以拥有独立的功能,注解,命令等。通过监听swoft提供的事件可以增加一些自定义功能 组件注册 内部组件 app/ 目录和 vendor/swof...
  • Tuning

    Tuning 1. Overview 2. Jvm heap size tuning 3. Tuning the concurrency of task submission 4. Resource settings related to task runtime Tuning Linkis0.x version runs stably on...
  • 使用自定义驱动程序进行自动化测试

    使用自定义驱动程序进行自动化测试 使用自定义驱动程序进行自动化测试 为Electron应用编写自动测试, 你需要一种 “驱动” 应用程序的方法。 Spectron is a commonly-used solution which lets you emulate user actions via WebDriver . 当然,也可以使用node...
  • 使用自定义驱动程序进行自动化测试

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

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