By - helious.wu@foxmail.comPosted on 2022年 10月 23日2023年 3月 10日Posted in 编程Linux file hole最近在看《APUE》,发现有讲file hole的概念,之前有遇到过,但一直没搞懂,趁机弄明白下。 文件空洞是 Read More
By - helious.wu@foxmail.comPosted on 2022年 10月 16日2022年 10月 23日Posted in 编程Linux Boot ProcessContents1 Linux Boot Process2 initrd2.1 initrd是什么?2.2 i Read More
By - helious.wu@foxmail.comPosted on 2022年 10月 16日2022年 10月 16日Posted in 编程初探C语言可变参数初学C语言,有个疑惑,C语言中怎么实现可变参数的。 目前而言,我见过两种写法,一种是在main函数中,另一种是 Read More