摘要: #include <stdio.h> #include <stdlib.h> #include <math.h> // #include <time.h> #include <sys/times.h> #include <stdbool.h> #define SIZE 16 struct size_ 阅读全文
posted @ 2022-05-13 20:12 starc的miao 阅读(48) 评论(0) 推荐(0)
摘要: 可参考下面链接中介绍的方法,配置需要的设置项 https://www.cnblogs.com/brucemengbm/p/6709450.html set encoding=UTF-8 set langmenu=zh_CN.UTF-8 set fileencodings=ucs-bom,utf-8, 阅读全文
posted @ 2022-05-13 19:05 starc的miao 阅读(31) 评论(0) 推荐(0)
摘要: 独占方式创建文件 文件尾部追加数据 阅读全文
posted @ 2022-05-13 18:15 starc的miao 阅读(38) 评论(0) 推荐(0)