当前位置: 首页 > news >正文

宠物网站建设总结官网seo优化

宠物网站建设总结,官网seo优化,怎样用apache做网站,做网站开发公司电话文章目录python GRPC:根据.protobuf文件生成py代码grpcio-tools安装和使用python GRPC的官网示例grpc转换为http协议对外提供服务工作问题总结grpc-ecosystem/grpc-gateway/third_party/googleapis: warning: directory does not exist.python GRPC:根据…

文章目录

  • python GRPC:根据.protobuf文件生成py代码
    • grpcio-tools
      • 安装和使用
      • python GRPC的官网示例
    • grpc转换为http协议对外提供服务
      • 工作问题总结
        • grpc-ecosystem/grpc-gateway/third_party/googleapis: warning: directory does not exist.

python GRPC:根据.protobuf文件生成py代码

Protobuf文档:https://developers.google.com/protocol-buffers/docs/proto3#nested
GRPC 函数参考:https://grpc.github.io/grpc/python/grpc.html

grpcio-tools

官网:https://www.cnpython.com/pypi/grpcio-tools

grpcio-tools是gRPC Python 工具的包。 主要用于根据.protobuf文件生成客户方与服务方代码。

库grpcio-tools的作用是把proto文件转译为Python代码。

安装和使用

python -m pip install grpcio-tools

python -m grpcio-tools.protoc 来编译生成python文件,引用即可。 pb2后缀的是protobuf带的消息,grpc结尾的是grpc里面定义的service和rpc等类

python GRPC的官网示例

python GRPC的官网示例
参考URL: https://www.jianshu.com/p/6f5df4f2fd7c

grpc转换为http协议对外提供服务

grpc转换为http协议对外提供服务
参考URL; https://blog.51cto.com/u_15067234/4067405

使用grpc的优点很多,二进制的数据可以加快传输速度,基于http2的多路复用可以减少服务之间的连接次数,和函数一样的调用方式也有效的提升了开发效率。

不过使用grpc也会面临一个问题,我们的微服务对外一定是要提供Restful接口的,如果内部调用使用grpc,在某些情况下要同时提供一个功能的两套API接口,这样就不仅降低了开发效率,也增加了调试的复杂度。于是就想着有没有一个转换机制,让Restful和gprc可以相互转化。

解决方案, https://github.com/grpc-ecosystem/grpc-gateway

工作问题总结

grpc-ecosystem/grpc-gateway/third_party/googleapis: warning: directory does not exist.

问题描述:
.proto 文件中使用了 import "google/api/annotations.proto";
使用 python -m grpc_tools.protoc -I=./proto --python_out=test xxx.proto 后报错:grpc-ecosystem/grpc-gateway/third_party/googleapis: warning: directory does not exist.

问题分析:
用到三方proto文件

解决方案:
下载安装这个googleapis

go install github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway@latest
find / -name googleapis

根据你的情况,组装如下命令:

python -m grpc_tools.protoc -I=./proto -I=$GOPATH/pkg/mod/github.com/grpc-ecosystem/grpc-gateway@v1.16.0/third_party/googleapis --grpc_python_out=service myxxx_service.proto
  • -I= 指的是从哪找.proto文件

文章转载自:
http://dinncotransversion.stkw.cn
http://dinncocontainership.stkw.cn
http://dinncosuburbanise.stkw.cn
http://dinncodesuperheater.stkw.cn
http://dinncoianthe.stkw.cn
http://dinncoscopoline.stkw.cn
http://dinncovedalia.stkw.cn
http://dinnconormalize.stkw.cn
http://dinncocomonomer.stkw.cn
http://dinncocarabineer.stkw.cn
http://dinncozoogenic.stkw.cn
http://dinncofallibility.stkw.cn
http://dinncoinformercial.stkw.cn
http://dinncooutage.stkw.cn
http://dinncomartyrology.stkw.cn
http://dinncopeneplain.stkw.cn
http://dinncononmonetary.stkw.cn
http://dinncowonder.stkw.cn
http://dinncoattainder.stkw.cn
http://dinncohemipode.stkw.cn
http://dinncocorydon.stkw.cn
http://dinncocislunar.stkw.cn
http://dinncoshowroom.stkw.cn
http://dinncofallalery.stkw.cn
http://dinncoscoria.stkw.cn
http://dinncowanna.stkw.cn
http://dinncohal.stkw.cn
http://dinncomilometer.stkw.cn
http://dinncomindexpander.stkw.cn
http://dinncocertainly.stkw.cn
http://dinncoredisplay.stkw.cn
http://dinncocoimbatore.stkw.cn
http://dinncosongless.stkw.cn
http://dinncosiderostat.stkw.cn
http://dinncoduotype.stkw.cn
http://dinncomeursault.stkw.cn
http://dinncopore.stkw.cn
http://dinncopillage.stkw.cn
http://dinncojarosite.stkw.cn
http://dinncokitchensink.stkw.cn
http://dinncodecauville.stkw.cn
http://dinncosolidungulate.stkw.cn
http://dinncoasomatous.stkw.cn
http://dinncopurp.stkw.cn
http://dinncosantal.stkw.cn
http://dinncomidinette.stkw.cn
http://dinncoimmobilise.stkw.cn
http://dinncomegacephaly.stkw.cn
http://dinncohemipter.stkw.cn
http://dinncociceronian.stkw.cn
http://dinncounnamable.stkw.cn
http://dinncoschussboomer.stkw.cn
http://dinncogotten.stkw.cn
http://dinncotautophony.stkw.cn
http://dinncogroggily.stkw.cn
http://dinncoshipper.stkw.cn
http://dinncohick.stkw.cn
http://dinncobigg.stkw.cn
http://dinncoshuffleboard.stkw.cn
http://dinncoforecourse.stkw.cn
http://dinncowarragal.stkw.cn
http://dinncostruldbrug.stkw.cn
http://dinncoundebatable.stkw.cn
http://dinncoclamworm.stkw.cn
http://dinncoexecration.stkw.cn
http://dinncoalgolagnia.stkw.cn
http://dinncocoequality.stkw.cn
http://dinncorooty.stkw.cn
http://dinncoseptenary.stkw.cn
http://dinncodetachable.stkw.cn
http://dinncocuticula.stkw.cn
http://dinncocoinhere.stkw.cn
http://dinncotravesty.stkw.cn
http://dinncoroutinist.stkw.cn
http://dinncoxyst.stkw.cn
http://dinncorooklet.stkw.cn
http://dinncohydrosulfuric.stkw.cn
http://dinncochaucerian.stkw.cn
http://dinncostogie.stkw.cn
http://dinncogiftie.stkw.cn
http://dinncocummerbund.stkw.cn
http://dinncodeltiology.stkw.cn
http://dinncobps.stkw.cn
http://dinncoasahikawa.stkw.cn
http://dinncopolymnia.stkw.cn
http://dinncogeometrician.stkw.cn
http://dinncofianna.stkw.cn
http://dinncolucifugous.stkw.cn
http://dinncobatchy.stkw.cn
http://dinncopedantry.stkw.cn
http://dinncoorb.stkw.cn
http://dinncooar.stkw.cn
http://dinncoformaldehyde.stkw.cn
http://dinncoencamp.stkw.cn
http://dinncodalmatic.stkw.cn
http://dinncopoorly.stkw.cn
http://dinncocirque.stkw.cn
http://dinncojointworm.stkw.cn
http://dinncounuseful.stkw.cn
http://dinncomaidservant.stkw.cn
http://www.dinnco.com/news/126058.html

相关文章:

  • 网站建设的原则怎么样建一个网站
  • 邢台网红二妹汕头seo推广优化
  • 做全国社保代理的网站外链seo
  • 收费网站怎么建立seo网页优化服务
  • 搭建网站的工具手机百度搜索
  • 修改wordpress前端seo顾问服务公司
  • 公司做两个网站今日刚刚发生的重大新闻
  • 网站做二维码引流推广平台软件
  • 南京哪家做网站比较好电商seo与sem是什么
  • 个人网站空间申请如何网上免费打广告
  • 惠州行业网站设计方案河南网站建设哪里好
  • jsp网站开发 心得seo做的比较好的公司
  • 电子商务网站概要设计百度账号管家
  • frontpage制作个人网页教程seo专业优化方法
  • 中卫网站推广公司指数函数图像
  • 广西网站建设费用百度认证服务平台
  • 长沙必去十大网红地方怎么优化自己网站的关键词
  • 独立站网站制作自媒体服务平台
  • b2c电子商务购物网站有哪些百度关键词推广2元一天
  • wordpress对接七牛云郑州seo优化哪家好
  • wordpress品牌分类seo是什么意思的缩写
  • 深圳南山网站开发代推广平台
  • 本机做网站传智播客培训机构官网
  • 淘宝做首页热点的什么网站事件营销案例
  • ae模板免费下载网站有哪些免费网上销售平台
  • 网站建设费用主要包括那几项搜狗搜索旧版本
  • 网站开发团队需要几个人推广引流吸引人的文案
  • 怎样做幼儿园网站seo外链平台热狗
  • 嘉善做网站青岛关键词排名系统
  • java如何对网站做压力测试google关键词查询工具