11 2023 档案

摘要:​ 预备工作 创建一个.netFramework console application: 并导入以下Nuget package Google.protobuff Grpc.Core Grpc.tools 1.在VS里操作,先创建文件夹Protos 在Protos里再创建Protos (用来存放生成 阅读全文
posted @ 2023-11-29 21:21 高_山_流_水 阅读(264) 评论(0) 推荐(0) 编辑
摘要:.vscode/launch.json { "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome", "url": "http://localho 阅读全文
posted @ 2023-11-24 22:28 高_山_流_水 阅读(99) 评论(0) 推荐(0) 编辑
摘要:CSDN参考:: http://aihongxin.com/13022.html npm install -g grpc或者 npm i --save-dev @grpc/grpc-js @grpc/proto-loader (手动生成pb还需 安装grpc-tools) package.json 阅读全文
posted @ 2023-11-18 20:26 高_山_流_水 阅读(317) 评论(0) 推荐(0) 编辑
摘要:https://learn.microsoft.com/zh-cn/windows/dev-environment/javascript/nodejs-on-windows Create React App https://create-react-app.dev/docs/debugging-te 阅读全文
posted @ 2023-11-16 23:06 高_山_流_水 阅读(4) 评论(0) 推荐(0) 编辑
摘要:/* * * Copyright 2015 gRPC authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in complian 阅读全文
posted @ 2023-11-09 20:57 高_山_流_水 阅读(89) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Grpc.Core; using System.IO; 阅读全文
posted @ 2023-11-06 15:33 高_山_流_水 阅读(70) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示