background picture of the home page

Hi,Friend

前端部署方案(Docker Compose + Nginx)

使用 Docker Compose 和 Nginx 部署前端项目 本文档介绍如何使用 Docker Compose 和 Nginx 部署前端项目(如 React、Vue 等静态网站),通过交互式一键启动脚本 (docker-init-up.sh) 实现自动化部署。方案通过 .env 文件动态配置基础

thumbnail of the cover of the post

MySQL 数据库同步指南

MySQL 数据库同步指南 本文提供两个 Bash 脚本,用于在本地和远程服务器之间同步 MySQL 数据库,支持本机运行的 MySQL(native)和 Docker 容器中的 MySQL(docker): mysql_remote_to_local_sync.sh:将远程服务器的 MySQL 数

thumbnail of the cover of the post

使用 rsync 进行服务器文件夹同步

使用 rsync 进行服务器文件夹同步 本指南介绍如何使用 rsync 实现服务器文件夹同步,包含以下要求: 不保留文件的 所有者(owner) 和 用户组(group)。 配置 SSH 免密登录以避免输入密码。 同步时将源文件夹内容直接同步到目标文件夹,不在目标路径下创建源文件夹。 1. 基本 r

thumbnail of the cover of the post

更改 Ubuntu 登录屏幕背景的多种方法

更改 Ubuntu 登录屏幕背景的多种方法 概述 Ubuntu 的登录屏幕由 GNOME 显示管理器(GDM)控制,背景更改在不同版本中操作方式有所不同。本文档总结了使用 GDM Settings 工具以及其他替代方法(如脚本和手动编辑 CSS 文件)更改 Ubuntu 登录屏幕背景的步骤,适用于

thumbnail of the cover of the post

dynamic-datasource

dynamic-datasource 多数据源 注:dynamic-datasource 不支持 JPA 1.项目结构 framework-dynamic-datasource └─src └─main ├─java │ └─com │

thumbnail of the cover of the post

Docker 部署 jar 一键启动

演示视频 DOCKER-JAR部署方案及脚本 结构 . ├── docker_compose_dir_base │   ├── docker-compose.yml │   ├── .env │   ├── Dockerfile │   └── docker-init-up.sh ├── d

thumbnail of the cover of the post

Easy-es

title: Easy-es id: bf997874-bc8d-451b-b68a-b40abbf61eea date: 2024-12-11 00:15:11 auther: halo-yan cover: /upload/59495732c214121f20e86b4126d116ed.jpg

thumbnail of the cover of the post

knife4j

knife4j 1.介绍 knife4j 集成 微服务模板工程 pom 可直接使用 高内聚低耦合 2.项目结构 framework-knife4J └─src └─main ├─java │ └─com │ └─yan │

thumbnail of the cover of the post