A curated collection of musings, reflections, and discoveries—each article a chapter in the ever-unfolding narrative of my journey. Here, you’ll find thoughts penned with care, ranging from the whimsical to the profound. Pour yourself a cup of tea, settle into a comfortable chair, and peruse at your leisure.

S22y

[随记]将旧服务器上的服务迁移到新服务器

February 22, 2025

nuxt3 配置环境变量

February 6, 2025

通过 useRuntimeConfig() 获取而不是传统的 process.env

修改vercel超时问题

January 15, 2025

将vercel默认的超时时间修改为最大值.

白嫖GPT 4o

January 7, 2025

[随记]pm2无法自动读取环境变量

January 1, 2025

[转载]Nuxt3集成Ant design 组件库

December 27, 2024

编写Nuxt项目中自动按需导入使用Ant design vue组件库

解决 nuxt.js 安装失败

December 27, 2024

解决因为网络问题导致无法正常安装 nuxt.js项目的问题

Windows 终端美化

November 22, 2024

最近发现 Windows 11 更新了 LTSC 版本,也是迫不及待地换上了。换系统不可避免要重新配置环境,装各种各样的软件,就顺便安利一下终端美化。

nvm 安装使用

November 21, 2024

记录一下在服务端安装 node.js 省的偶尔要装一下又不记得怎么装

nuxtjs/content简单入门

October 18, 2024

nuxtjs/content是nuxt官方的一个基于文件的CMS,通过content可以很方便地管理文章内容

解决每次连接服务器都要加载配置文件

October 5, 2024

mysql用户认证问题

September 24, 2024

站点实时在线人数

September 18, 2024

前段时间刷视频看到了 Mix Space 项目, 好奇逛了一下, 发现页脚的实时在线人数还挺有意思, 刚好最近在重新设计博客的前后端, 就试了一下, 也成功在自己的博客实现了实时在线人数显示.

小米路由器刷入openWRT

July 20, 2024

OpenWrt是适用于嵌入式设备的一个Linux发行版, 不过说实话我也不知道刷了能用来做什么, 就图好玩刷了一个.

写一个右键聚光灯特效

March 12, 2024

忧郁的弟弟也是很老的galgame网站了, 以前好奇这个右键的效果是怎么做出来的, 上大学学了网页制作之后再看一下就还是挺容易做的.

字体压缩

March 11, 2024

一般中文字体都挺大的, 大概十几二十mb. 使用 fonttools 压缩字体, 能压缩 90% 上下, 节省流量, 也能加快页面加载.

从0开始入门Hexo

February 7, 2024

如果你是一个前端小白, 只会前端三件套, 但是想自制一个博客, 那么这篇教程可能很适合你.

GSAP 动画库

December 28, 2023

GSAP allows you to effortlessly animate anything JS can touch. Delivering silky-smooth performance and unmatched support so you can focus on the fun stuff.