Linux 内核模块编写
Linux 内核模块动态加载到内核不需要重新编译。module_init 和 module_exit 入口。Makefile 编译 Kbuild。本文写一个 Hello World 内核模块。
13
0
0
2026-07-13
NestJS Node 企业级框架
NestJS 用控制器提供者模块的架构组织 Node 后端。依赖注入内置。支持 REST GraphQL 和 gRPC。本文构建 CRUD 模块。
10
0
0
2026-07-12