分类
发现
榜单
服务器优惠
AI论文
免费AI编程助手
搜索
注册
登录
分类
发现
榜单
服务器优惠
AI论文
免费AI编程助手
搜索
注册
登录
搜索
书栈网 · BookStack
本次搜索耗时
0.039
秒,为您找到
8949
个相关结果.
搜书籍
搜文档
KV service
1057
2018-04-21
《Etcd3学习笔记》
KV service KV service KV service提供对键值对操作的支持。 在 rpc.proto 文件中 KV service 定义如下: service KV { // 从键值存储中获取范围内的 key. rpc Range ( RangeRequest ) returns ( RangeRespons...
脚手架模块
157
2024-06-17
《GoFrame v2.7 开发文档》
服务端-Server 客户端-Client 上下文-Ctx 负载均衡-Balancer 注册发现-Resolver GoFrame 框架包含多个微服务组件,并提供了易用的GRPC 脚手架模块和工具。脚手架由grpcx 社区包实现:https://github.com/gogf/gf/tree/master/contrib/rpc/grp...
使用RPC方式开发服务消费者
642
2020-06-30
《Apache ServiceComb Java Chassis v1.x 开发指南》
使用透明RPC方式开发服务消费者 概念阐述 在spring bean中通过@RpcReference声明 脱离spring bean,直接通过api声明 reactive 使用透明RPC方式开发服务消费者 概念阐述 透明RPC开发模式允许用户通过简单的java interface像本地调用一样进行服务调用。透明RPC仅仅是一种开发模式: ...
11.6 通过XML-RPC实现简单的远程调用
1099
2018-06-28
《Python Cookbook 中文版第三版(《Python Cookbook》 3rd Edition 翻译)》
11.6 通过XML-RPC实现简单的远程调用 问题 解决方案 讨论 11.6 通过XML-RPC实现简单的远程调用 问题 你想找到一个简单的方式去执行运行在远程机器上面的Python程序中的函数或方法。 解决方案 实现一个远程方法调用的最简单方式是使用XML-RPC。下面我们演示一下一个实现了键-值存储功能的简单服务器: from...
intellij插件
941
2021-09-28
《go-zero v1.2 教程》
intellij插件 Go-Zero Plugin 介绍 idea版本要求 版本特性 安装方式 方式一 方式二 预览 新建 Api(Proto) file 快速生成api/rpc服务 Api/Rpc/Model Code生成 方法一(工程区域) 方法二(编辑区域) 错误提示 Live Template 预设模板及生效区域 ...
RPC
1760
2018-04-17
《微服务学习笔记》
RPC Google gRPC Apache Thrift Hessian/Hessian2 Dubbo 协议 总结 RPC Google gRPC https://github.com/grpc/grpc gRPC 是 google 最新发布的开源 RPC 框架, 声称是”一个高性能,开源,将移动和HTTP/2放在首位的通用...
Implement pluggable components
184
2023-10-14
《Dapr v1.12 Documentation》
How to: Implement pluggable components Implement a pluggable component Find the proto definition file Create service scaffolding Define the service Returning semantic errors N...
External function
224
2022-04-28
《LF Edge eKuiper v1.4 Documentation》
External Function Configuration HTTP Options Usage Mapping Notification Registration and Management Usage Parameter expansion External Function External functions map ex...
数据库
1690
2020-09-02
《Jboot v3.4 开发手册》
数据库 目录 描述 基本增删改查 Db + Record 方式 Model 映射方式 Columns 查询 一对一、一对多、多对一、多对对 多数据源 读写分离 分库分表 分布式事务 数据库 Jboot 数据库功能基于 JFinal 的 ActiveRecordPlugin 插件和 Apache sharding-sphere 框...
模块概述
992
2019-07-11
《微服务框架 Motan 开发手册》
模块概述 register protocol serialize transport cluster 模块概述 Motan框架中主要有register、transport、serialize、protocol几个功能模块,各个功能模块都支持通过SPI进行扩展,各模块的交互如下图所示: register 用来和注册中心进行交互,包括...
1..
«
80
81
82
83
»
..100