上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 69 下一页
摘要: SpringMVC的搭建请参考我以前的文章 - [基于XML搭建SpringMVC项目](https://www.cnblogs.com/fanqisoft/p/10260829.html "基于XML搭建SpringMVC项目") - [基于Spring注解搭建SpringMVC项目(推荐)](h 阅读全文
posted @ 2023-06-30 10:59 SpringCore 阅读(135) 评论(0) 推荐(0)
摘要: #### 1.Docker compose 文件 ```yaml version: '3.1' networks: mongo: external: false services: mongo-express: image: mongo-express restart: always ports: 阅读全文
posted @ 2023-06-19 14:25 SpringCore 阅读(290) 评论(0) 推荐(0)
摘要: 本文因pyenv-win长时间停止维护已作废,推荐查看 uv 安装与配置 pyenv是一个简单的 python 版本管理工具。 它使您可以轻松地在多个 Python 版本之间切换。它不直接支持 Windows。@kirankotari 创建了pyenv-win分支,用于Windows上的pyenv支 阅读全文
posted @ 2023-06-15 11:55 SpringCore 阅读(7368) 评论(1) 推荐(0)
摘要: 参考地址:https://doc.traefik.io/traefik/getting-started/install-traefik/#exposing-the-traefik-dashboard https://stackoverflow.com/questions/68565048/how-t 阅读全文
posted @ 2023-06-14 15:45 SpringCore 阅读(674) 评论(0) 推荐(0)
摘要: #### 1.控制器 ###### 1.生成后改改 ```shell kubectl create deployment coreqi-api --image=docker.io/fanqi/coreqi_api:latest --dry-run=client -o yaml > /home/cor 阅读全文
posted @ 2023-06-14 13:41 SpringCore 阅读(61) 评论(0) 推荐(0)
摘要: ### ctr 命令[containerd本身的CLI] #### 1.查看命名空间列表 ```shell ctr ns ls ``` #### 2.导入镜像[-n用于指定命令空间,不指定的话默认default,则在k8s的crictl中看不到导入的镜像] ```shell ctr -n=k8s.i 阅读全文
posted @ 2023-06-14 13:24 SpringCore 阅读(124) 评论(0) 推荐(0)
摘要: #### 1.安装 ```shell sudo apt-get update sudo apt-get install neofetch ``` #### 2.执行 ```shell neofetch ``` 阅读全文
posted @ 2023-06-12 10:05 SpringCore 阅读(51) 评论(0) 推荐(0)
摘要: ### Java服务端[略] 请参考 [Java基于Dapr的服务调用](https://www.cnblogs.com/fanqisoft/p/17469154.html "Java基于Dapr的服务调用")完成Java服务端的搭建 ### Dotnet客户端 ##### 1.创建Dotnet W 阅读全文
posted @ 2023-06-09 16:07 SpringCore 阅读(71) 评论(0) 推荐(0)
摘要: **在进行该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 阅读(282) 评论(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 阅读(235) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 69 下一页