上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 66 下一页
摘要: 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 阅读(92) 评论(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 阅读(499) 评论(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 阅读(234) 评论(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 阅读(563) 评论(0) 推荐(0) 编辑
摘要: Gitea在1.19版本正式支持了Gitea Actions 而运行Gitea Actions的前提是注册一个跑步者(目前,act runners是唯一的选择)。 再次之前,先开启Gitea对Actions的支持。 修改配置文件,确保存在如下配置【我的配置文件在 /data/gitea/conf/a 阅读全文
posted @ 2023-05-05 14:38 SpringCore 阅读(986) 评论(0) 推荐(0) 编辑
摘要: 转自https://www.cnblogs.com/tonyc/p/10432871.html 设置方法如下: vi /etc/pam.d/gdm-autologin 找到下面这一行 auth required pam_succeed_if.so user != root quiet_success 阅读全文
posted @ 2023-05-02 15:25 SpringCore 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 1.将用户和Shell环境一起切换成root身份 su - root 2.编辑sshd_config文件 vi /etc/ssh/sshd_config 3.修改配置 默认的Authentication区块 # Authentication: #LoginGraceTime 2m #PermitRo 阅读全文
posted @ 2023-05-02 15:11 SpringCore 阅读(1029) 评论(0) 推荐(0) 编辑
摘要: ##### 1.更新源 ```shell sudo apt update && sudo apt upgrade -y ``` ##### 2.安装SSH(OpenSSH) ```shell sudo apt install openssh-server -y ``` ##### 3.使用syste 阅读全文
posted @ 2023-05-02 14:12 SpringCore 阅读(1191) 评论(0) 推荐(0) 编辑
摘要: ## 1.Gitlab-CE 官方介绍地址:https://docs.gitlab.com/ee/install/docker.html ```docker docker run -d \ --hostname 192.168.172.128 \ --privileged=true \ -e GIT 阅读全文
posted @ 2023-04-28 11:13 SpringCore 阅读(481) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://my.oschina.net/sesametech/blog/1563905 GCHandle hander = GCHandle.Alloc(obj); var pin = GCHandle.ToIntPtr(hander); Debug.Print($"Device : 阅读全文
posted @ 2023-04-18 09:20 SpringCore 阅读(286) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 66 下一页