摘要:
git am 安装patch 出现错误 rv1126_release$ git am ~/rv1126_patch/0005-dev-Update-bcmdhd-and-bcmhd_wifi6-driver-code-sync-t.patch Applying: Update bcmdhd and 阅读全文
摘要:
应对大文件读写,采用mmap内存映射可以减少IO访问,提高读写效率。 int open(const char *pathname, int flags); void *mmap(void *addr, size_t length, int prot, int flags, int fd, off_t 阅读全文