background picture of the home page

Hi,Friend

域名变更通知 域名yan3.club 将于2025年10月弃用 新域名为 cloud-guest.top 自发布日起 新域名 已启用

原神价目

详情查看: 点击查看 https://cloud-guest.top/preview/shared-posts/b729d01885f8424a9a90249d8d2cc149 5.8版本🚀️ 托管类 体委:100/版本 精托:260/版本(体委 + 版本活动) 全托:360/版本(精托 + 2深

thumbnail of the cover of the post

安装和使用 Vertex Ubuntu Plymouth 主题

安装和使用 Vertex Ubuntu Plymouth 主题 概述 Vertex Ubuntu 是一个为 Ubuntu 系统设计的 Plymouth 主题,增强了系统启动时的视觉效果。该主题由 Emanuele Scarlatti 开发,提供动画化启动画面,带有 Ubuntu 标志的现代设计。本文

thumbnail of the cover of the post

前端部署方案(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