LuyangのBlog

花常好月长圆人长寿

Featured Posts

Getting Started

This post will guide you in setting up your very own Hugo site with this theme. It covers the essential parts: installation, basic usage and recommended next steps. After setting up the basics, feel free to also take a look at other posts!

Configuration

This page outlines the configuration options for the theme. There are plenty of settings for tweaking your site’s layout and content presentation. Key features include options for controlling the side pane visibility, adjusting the number of items displayed on each list page, and managing elements such as featured posts, recent posts, taxonomies, and related content.

Recent Posts

在阅读复杂的源码(如 Linux 内核或大型 BSP 项目)时,我们经常使用 gd (Go to Definition) 跳转到函数或变量的定义处。但 Vim 默认会在当前窗口直接跳转,这会导致我们“迷失”在代码层级中,无法对照上下文查看。

在 Linux 系统中,网络通常由 NetworkManager 或 DHCP 自动管理。但在某些场景中,例如:

在使用MCP2518FD CAN控制器时,通过dmesg查看驱动初始化日志,发现了一个值得关注的细节:

彻底搞懂 CMakeCache.txt、-D 参数、option()、set(... CACHE ...)、FORCE、GUI 显示顺序的底层原理,以及大厂真实落地的防御性写法。

真实项目中遇到一个典型场景:第三方 SDK 默认打开了一个非常重的功能开关,导致全量构建时间暴涨 70%。记录一下用最 Modern 的方式彻底接管它的全过程。