摘要: 文件是否有变化,以及重复,可以根据文件的Hash值来判断。 1、头文件 #include<QCryptographicHash> 2、代码 QFile file("../text.txt"); if(file.open(QIODevice::ReadOnly)) { QCryptographicHa 阅读全文
posted @ 2020-03-07 00:00 补码 阅读(2397) 评论(0) 推荐(0) 编辑