nacos安装

后端 

springcloud-配置中心

后端 

springcloud-负载均衡

后端 

注册中心

后端 

微服务框架基础

后端 

1231

ubuntu安装执行appIamge文件失败

运维 

AppImages require FUSE to run. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information

docker可视化-portainer

运维 

docker可视化-portainer汉化安装

nginx-try_files

运维 

1.try_files的语法规则:     格式1:try_files file ... uri; 格式2:try_files file ... =code;     可应用的上下文:server,location段 2.try_files的语法解释: Checks the existence of

frp使用和配置

运维 

自建内网穿透frp的使用和配置

docker-compose

运维 

Compose 是用于定义和运行多容器 Docker 应用程序的工具。通过 Compose,您可以使用 YML 文件来配置应用程序需要的所有服务。然后,使用一个命令,就可以从 YML 文件配置中创建并启动所有服务。