书栈网 · BookStack 本次搜索耗时 0.062 秒,为您找到 8755 个相关结果.
  • 基础功能

    基础功能 示例程序 事实速查 Channel 连接一台服务器 连接服务集群 命名服务 bns://<bns-name> file://<path> 之后的是注释会被忽略 list://<addr1>,<addr2>… http://<url&gt ; https://<url&gt ; consul://<service-name> ...
  • 3.2.1 (2016-02-06)

    3.2.1 (2016-02-06) 3.2.1 (2016-02-06) Fixed a server exception OverflowError:intexceedsXML-RPClimits thatmade supervisorctlstatus unusable if the system time was far into thef...
  • 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 ...
  • 4.请求对象

    4.请求对象 4.请求对象 发送一个请求对象至服务端代表一个rpc调用, 一个请求对象包含下列成员: jsonrpc 指定JSON-RPC协议版本的字符串,必须准确写为“2.0” method 包含所要调用方法名称的字符串,以rpc开头的方法名,用英文句号(U+002E or ASCII 46)连接的为预留给rpc内部的方法名及扩...
  • 版本更新

    changelog 2018-08-15 增加自定义组件支持 2018-08-07 适配 Swoole 4.0.3 协程API变更 加强 RpcClient 的自定义配置的能力 完善 Redis 的命令支持 2018-04-05 添加 websocket 支持 完成基本的 devtool 2018-03-05 组件化拆分 ...
  • 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...
  • 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...
  • 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...
  • Error code

    Error code Mark RPC as failed Error Code in brpc User-defined Error Code Error code Learn the error code of bRPC client. brpc use brpc::Controller to set and get parameters...
  • 使用自定义驱动程序进行自动化测试

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