|
|
@@ -102,15 +102,6 @@ public class ArchiveExaminingReportImpl extends BaseServiceImpl<ArchiveExamining
|
|
|
|
|
|
}
|
|
|
|
|
|
- public static void main(String[] args) {
|
|
|
- String s = "https://xinan1.zos.ctyun.cn/blade-oss-chongqing/upload/20250827/ab9cc223fb73cf6267654fd7b63e1a31.pdf";
|
|
|
- //检查文件数据摘要
|
|
|
- RemoteFileMD5Calculator.MD5Result md5Result = RemoteFileMD5Calculator.calculateRemoteFileMD5(s);
|
|
|
- System.out.println(md5Result);
|
|
|
- System.out.println("---------------");
|
|
|
- RemoteFileMD5Calculator.MD5Result remoteFileMD5FromHeaders = RemoteFileMD5Calculator.getRemoteFileMD5FromHeaders(s);
|
|
|
- System.out.println(remoteFileMD5FromHeaders.getMd5Hash());
|
|
|
- }
|
|
|
/**
|
|
|
* 四性检测
|
|
|
*
|