上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 65 下一页
摘要: **在进行该Demo程序前,应保证本地环境Dapr已正确安装** ### Server端 ##### 1.创建SpringBoot应用【略】 ##### 2.POM引入Dapr ```xml io.dapr dapr-sdk-springboot 1.8.0 ``` ##### 3.编写一个简单的控 阅读全文
posted @ 2023-06-09 14:31 SpringCore 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 官方Github地址:https://github.com/dapr/cli 官方文档地址:https://docs.dapr.io/getting-started/install-dapr-cli/ ### 安装 Dapr Cli[选择其一即可][以Windows作为运行平台,官方对Linux和M 阅读全文
posted @ 2023-06-09 10:50 SpringCore 阅读(123) 评论(0) 推荐(0) 编辑
摘要: #### 本文原地址:[C#语法特性总结](https://www.cnblogs.com/louzixl/p/15553715.html "C#语法特性总结") #### 作者:louzi C# 10已与.NET 6、VS2022一起发布,本文按照.NET的发布顺序,根据[微软官方文档](http 阅读全文
posted @ 2023-06-09 09:35 SpringCore 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 1.获取枚举的描述字典 public static Dictionary<string, string> GetEnumDescriptionDict(Type t) { Dictionary<string, string> enumDescDict = new (); if (!t.IsEnum) 阅读全文
posted @ 2023-05-19 10:50 SpringCore 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 1.下载JDK和Hadoop[略] 2.解压[略] 3.创建hadoop数据存储的目录 mkdir -p /home/hadoop/tmp /home/hadoop/hdfs/data /home/hadoop/hdfs/name 4.配置JAVA环境和HADOOP_HOME vim /etc/pr 阅读全文
posted @ 2023-05-17 16:25 SpringCore 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 1. Java Grpc Server 参考地址: grpc-java os-maven-plugin protobuf-maven-plugin 1.新建SpringBoot项目[略] 2.POM引入相关依赖 <dependencies> <dependency> <groupId>io.gith 阅读全文
posted @ 2023-05-17 14:24 SpringCore 阅读(66) 评论(0) 推荐(0) 编辑
摘要: Openapi Generator是Swagger Codegen的分支,但功能更加强大 1.安装JDK【略】 2.下载jar包 wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/6.5.0/open 阅读全文
posted @ 2023-05-09 09:44 SpringCore 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 1.准备工作 1.Protocol Buffers 下载地址:https://github.com/protocolbuffers/protobuf/releases 需要注册环境变量 PROTOC_HOME -> D:\Developer\protoc\bin 【你自己的二进制目录】 Path - 阅读全文
posted @ 2023-05-08 14:53 SpringCore 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 官方介绍地址:https://github.com/swagger-api/swagger-codegen 1.安装JDK【略】 2.下载jar包 wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cl 阅读全文
posted @ 2023-05-06 16:04 SpringCore 阅读(445) 评论(0) 推荐(0) 编辑
摘要: Gitea在1.19版本正式支持了Gitea Actions 而运行Gitea Actions的前提是注册一个跑步者(目前,act runners是唯一的选择)。 再次之前,先开启Gitea对Actions的支持。 修改配置文件,确保存在如下配置【我的配置文件在 /data/gitea/conf/a 阅读全文
posted @ 2023-05-05 14:38 SpringCore 阅读(800) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 65 下一页