笔记
文章平均质量分 50
宋辞552
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
x86+ubuntu 20.04 rtcwake
问题原因:交换分区内存不够。解决方法:扩大交换分区内存。原创 2023-08-02 09:22:29 · 458 阅读 · 0 评论 -
2021-08-01
基于ARM嵌入式开发板的电梯显示系统 #include <stdio.h> #include <pthread.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <errno.h> #include <sys/mman.h> #include <string.h>原创 2021-08-01 15:34:01 · 406 阅读 · 0 评论
分享