发布网友 发布时间:2022-04-24 02:12
共3个回答
热心网友 时间:2023-10-21 05:34
如果你是windows系统且版本高于xp,你先测试一下单线程循环:
1.flag = 1; create file "temp";
2.create file "test";
3.write flag to file "test";
4.++flag;
5.close file "test";
6.open file "test"; open file "temp",append
7.read from file "test" and write to file "temp";
8.close file "test"
9.delete file "test";
10.goto lable 2;
测试100+试试,你看看最后"temp"文件里面记录是不是连续递增的,看没有重复数据。
win7及以上版本频繁读写同一个文件很bug,相当bug。
热心网友 时间:2023-10-21 05:34
如果你是windows系统且版本高于xp,你先测试一下单线程循环:
1.flag = 1; create file "temp";
2.create file "test";
3.write flag to file "test";
4.++flag;
5.close file "test";
6.open file "test"; open file "temp",append
7.read from file "test" and write to file "temp";
8.close file "test"
9.delete file "test";
10.goto lable 2;
测试100+试试,你看看最后"temp"文件里面记录是不是连续递增的,看没有重复数据。
win7及以上版本频繁读写同一个文件很bug,相当bug。
热心网友 时间:2023-10-21 05:34
具体的文件资源在同一个时刻肯定是要一个线程访问,所以你的这个现象感觉不像线程的问题,感觉是不是你写入数据的过程,文件、流那里的。。。。
热心网友 时间:2023-10-21 05:35
不会失败的,与文件夹无关,也不是线程冲突问题,确认IO文件写入后关闭文件了么
热心网友 时间:2023-10-21 05:34
具体的文件资源在同一个时刻肯定是要一个线程访问,所以你的这个现象感觉不像线程的问题,感觉是不是你写入数据的过程,文件、流那里的。。。。
热心网友 时间:2023-10-21 05:35
不会失败的,与文件夹无关,也不是线程冲突问题,确认IO文件写入后关闭文件了么
热心网友 时间:2023-10-21 05:34
如果你是windows系统且版本高于xp,你先测试一下单线程循环:
1.flag = 1; create file "temp";
2.create file "test";
3.write flag to file "test";
4.++flag;
5.close file "test";
6.open file "test"; open file "temp",append
7.read from file "test" and write to file "temp";
8.close file "test"
9.delete file "test";
10.goto lable 2;
测试100+试试,你看看最后"temp"文件里面记录是不是连续递增的,看没有重复数据。
win7及以上版本频繁读写同一个文件很bug,相当bug。
热心网友 时间:2023-10-21 05:34
如果你是windows系统且版本高于xp,你先测试一下单线程循环:
1.flag = 1; create file "temp";
2.create file "test";
3.write flag to file "test";
4.++flag;
5.close file "test";
6.open file "test"; open file "temp",append
7.read from file "test" and write to file "temp";
8.close file "test"
9.delete file "test";
10.goto lable 2;
测试100+试试,你看看最后"temp"文件里面记录是不是连续递增的,看没有重复数据。
win7及以上版本频繁读写同一个文件很bug,相当bug。
热心网友 时间:2023-10-21 05:34
具体的文件资源在同一个时刻肯定是要一个线程访问,所以你的这个现象感觉不像线程的问题,感觉是不是你写入数据的过程,文件、流那里的。。。。
热心网友 时间:2023-10-21 05:34
具体的文件资源在同一个时刻肯定是要一个线程访问,所以你的这个现象感觉不像线程的问题,感觉是不是你写入数据的过程,文件、流那里的。。。。
热心网友 时间:2023-10-21 05:35
不会失败的,与文件夹无关,也不是线程冲突问题,确认IO文件写入后关闭文件了么
热心网友 时间:2023-10-21 05:35
不会失败的,与文件夹无关,也不是线程冲突问题,确认IO文件写入后关闭文件了么