2021年4月17日

摘要: 提供一份测试demo: #include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> #include <fcntl.h> #include <sys/fil 阅读全文
posted @ 2021-04-17 21:37 real-watson 阅读(170) 评论(0) 推荐(0) 编辑
 
摘要: 直接提供一份文件锁的demo: #include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> #include <fcntl.h> /*check lock 阅读全文
posted @ 2021-04-17 11:09 real-watson 阅读(192) 评论(0) 推荐(0) 编辑