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

    基础功能 示例程序 填写proto文件 实现生成的Service接口 标记当前调用为失败 获取Client的地址 获取Server的地址 异步Service 加入Service 启动 监听多个端口 多进程监听一个端口 停止 被http/h2访问 json<=>pb 兼容早期版本client 协议支持 fork without...
  • 基础功能

    基础功能 示例程序 填写proto文件 实现生成的Service接口 标记当前调用为失败 获取Client的地址 获取Server的地址 异步Service 加入Service 启动 监听多个端口 多进程监听一个端口 停止 被http/h2访问 json<=>pb 兼容早期版本client 协议支持 fork without...
  • 搭建http/h2服务

    示例 http_server.cpp 。 关于h2 URL类型 前缀为/ServiceName/MethodName 前缀为/ServiceName Restful URL HTTP参数 HTTP headers Content-Type Status Code Query String 调试 压缩response body 解...
  • 错误码

    错误码 标记RPC为错误 brpc的错误码 自定义错误码 错误码 学习bRPC Client端的错误码。 brpc使用brpc::Controller 设置和获取一次RPC的参数,Controller::ErrorCode() 和Controller::ErrorText() 则分别是该次RPC的错误码和错误描述,RPC结束后才能访问,否则结果...
  • 错误码

    错误码 标记RPC为错误 brpc的错误码 自定义错误码 错误码 学习bRPC Client端的错误码。 brpc使用brpc::Controller 设置和获取一次RPC的参数,Controller::ErrorCode() 和Controller::ErrorText() 则分别是该次RPC的错误码和错误描述,RPC结束后才能访问,否则结果...
  • Security

    Security CVE-2023-31039 Security About security The Apache Software Foundation takes a rigorous stance on eliminating security issues in its software projects. Likewise, Apach...
  • 访问memcached

    访问memcached 访问单台memcached 访问memcached集群 访问memcached 学习如何访问memcached。 memcached 是常用的缓存服务,为了使用户更快捷地访问memcached并充分利用bthread的并发能力,brpc直接支持memcache协议。示例程序:example/memcache_c++ 注...
  • 访问memcached

    访问memcached 访问单台memcached 访问memcached集群 访问memcached 学习如何访问memcached。 memcached 是常用的缓存服务,为了使用户更快捷地访问memcached并充分利用bthread的并发能力,brpc直接支持memcache协议。示例程序:example/memcache_c++ 注...
  • 基础功能

    示例程序 填写proto文件 实现生成的Service接口 标记当前调用为失败 获取Client的地址 获取Server的地址 异步Service 加入Service 启动 监听多个端口 停止 被http/h2访问 json<=>pb 兼容早期版本client 协议支持 设置 版本 关闭闲置连接 pid_file 在每条日...
  • 组合channels

    组合channels ParallelChannel 插入sub channel CallMapper ResponseMerger 获得访问sub channel时的controller SelectiveChannel 使用SelectiveChannel 例子: 往多个命名服务分流 PartitionChannel 使用Partiti...