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

    Configuring Service Method Generation Configuring Service Method Generation By default, entproto will generate a number of service methods for an ent.Schema annotated with ent....
  • Service Generation Options

    Configuring Service Method Generation Configuring Service Method Generation By default, entproto will generate a number of service methods for an ent.Schema annotated with ent....
  • 使用自定义驱动程序进行自动化测试

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

    Server push Server push Remote event Restful callback Server push Learn how to server push. Server push What “server push” refers to is: server sends a message to client af...
  • Server push

    Server push Server push Remote event Restful callback Server push Learn how to server push. Server push What “server push” refers to is: server sends a message to client af...
  • 监控

    631 2023-06-20 《go-zero v1.5 教程》
    监控 健康检查 日志收集 链路追踪 指标监控 RPC Server RPC Client HTTP Server Mysql Redis 自定义监控指标 监控 健康检查 go-zero 启动的服务(RPC Server 或 HTTP Server)默认集成健康检查,健康检查默认端口为6470 ,默认 Path 为/healthz ...
  • API配置

    API 配置 服务提供者 服务消费者 特殊场景 方法级设置 点对点直连 API 配置 API 属性与配置项一对一,各属性含义,请参见:配置参考手册 ,比如:ApplicationConfig.setName("xxx") 对应 <dubbo:application name="xxx" /> [1] 服务提供者 import ...
  • 用透明RPC开发微服务

    用透明RPC开发微服务 概念阐述 开发示例 步骤 1定义服务接口。 步骤 2实现服务 步骤 3发布服务 步骤 4 启动服务 用透明RPC开发微服务 概念阐述 透明RPC开发模式是一种基于接口和接口实现的开发模式,服务的开发者不需要使用Spring MVC和JAX-RS注解。 开发示例 透明RPC开发模式支持Spring xml配...
  • README

    Tars 支持平台 支持语言 安装说明 性能数据 子项目 开发技术文档 License 联系方式 Click me switch to English version Tars Tars这个名字取自于电影”星际穿越”中的机器人,它是基于名字服务使用Tars协议的高性能RPC开发框架,配套一体化的运营管理平台,并通过伸缩调度,实现运...
  • rpc.py

    rpc.py rpc.py 定义了create_consumer()方法,设置agent 进行RPC时候的消费者。 定义了PluginApi类和PluginReportStateAPI类。两者都是继承自rpc.RpcProxy类。前者代表rpc API在agent一侧部分,用于agent调用plugin的方法。后者是agent汇报自身状态,用于向p...