background picture of the home page

Hi,Friend

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

Nginx 配置说明(含原请求与实际请求示例)

Nginx 配置说明(含原请求与实际请求示例) 🧩 一、基础反向代理配置 location /api/ { proxy_pass http://127.0.0.1:8080/; } 说明: 当请求路径以 /api/ 开头时,转发到本地的 8080 端口。 注意:proxy_pass 末尾

thumbnail of the cover of the post

GitHub Actions Java 项目构建与发布流程

GitHub Actions Java 项目构建与发布流程 本文档介绍了一个使用 GitHub Actions 自动构建 Java 项目并发布为 ZIP 文件的完整工作流程。该工作流程基于 Maven 构建工具,能够根据用户输入的配置动态调整 Java 版本、是否跳过测试以及发布类型(草稿或预发布)

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