1. 打开主题配置文件找到你的 Fluid 主题配置文件 _config.fluid.yml,通常位于 themes/fluid/_config.yml。 2. 添加自定义 CSS 和 JS在 _config.fluid.yml 文件中,找到 custom_css 和 custom_js 配置项。如果这两个配置项不存在,你可以手动添加它们。 3. 添加鼠标效果的 CDN 链接根据你想实现的效果,将 2025-02-07
SpringMVC 一、SpringMVC简介1、什么是MVCMVC是一种软件架构的思想,将软件按照模型、视图、控制器来划分 M:Model,模型层,指工程中的JavaBean,作用是处理数据 JavaBean分为两类: 一类称为实体类Bean:专门存储业务数据的,如 Student、User 等 一类称为业务处理 Bean:指 Service 或 Dao 对象,专门用于处理业务逻辑和数据访问。 V:View,视 2025-02-06 #spring
Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick 2025-02-06