You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
|
|
#include <iostream>
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef EXPORT
|
|
|
|
|
|
#ifdef _WIN32
|
|
|
|
|
|
#define EXPORT _declspec(dllexport)
|
|
|
|
|
|
#else
|
|
|
|
|
|
#define EXPORT
|
|
|
|
|
|
#endif
|
|
|
|
|
|
#endif // !EXPORT
|
|
|
|
|
|
|
|
|
|
|
|
//ͨ<><CDA8><EFBFBD>Ƚ<EFBFBD>·<EFBFBD><C2B7> cloudPath1 <20><> cloudPath2 ָ<><D6B8><EFBFBD>ĵ<EFBFBD><C4B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ж<EFBFBD><D0B6>̶<EFBFBD><CCB6>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ա仯
|
|
|
|
|
|
//paramPath Ϊ<>㷨<EFBFBD><E3B7A8><EFBFBD><EFBFBD>·<EFBFBD><C2B7><EFBFBD><EFBFBD>json <20>ļ<EFBFBD><C4BC><EFBFBD>
|
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD> true <20><>ʾ<EFBFBD>ޱ仯<DEB1><E4BBAF><EFBFBD>̶<EFBFBD><CCB6><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD>£<EFBFBD><C2A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> false <20><>ʾ<EFBFBD><CABE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ա仯
|
|
|
|
|
|
EXPORT bool compare(const std::string& cloudPath1, const std::string& cloudPath2, const std::string& paramPath);
|