08 2022 档案

摘要:#include <stdio.h> #include <stdint.h> #include <string.h> #include <unistd.h> #define clear() printf("\033[H\033[2J") int main(void) { uint32_t runni 阅读全文
posted @ 2022-08-08 13:28 sfdevs 阅读(25) 评论(0) 推荐(0)
摘要:环境 ㅤ ㅤVMware + fedora35 系统环境 常规更新 和 开发环境 dnf update -y dnf groupinstall "Development Tools" "Development Libraries" -y # 内核可能会更新 reboot docker && dock 阅读全文
posted @ 2022-08-03 11:35 sfdevs 阅读(621) 评论(0) 推荐(0)