// test.cpp : 定义应用程序的类行为。 // #include "stdafx.h" #include "test.h" #include "testDlg.h" #include "MediaExtXml.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CtestApp BEGIN_MESSAGE_MAP(CtestApp, CWinAppEx) ON_COMMAND(ID_HELP, &CWinApp::OnHelp) END_MESSAGE_MAP() // CtestApp 构造 CtestApp::CtestApp() { // TODO: 在此处添加构造代码, // 将所有重要的初始化放置在 InitInstance 中 } // 唯一的一个 CtestApp 对象 CtestApp theApp; ImgEnvInterface* InitializeEnvironment(IN IMGSHARE_VEC& imginfo) { double dTotalNum,dFreeNum; ImgShareInfo tagImg; tagImg.bEnable = TRUE; tagImg.byImgType = 1; tagImg.byMaxCapacity = 35; tagImg.byMinCapacity = 5; tagImg.byPriority = 255; _stprintf_s(tagImg.szBranchId, _T("%s"), _T("20150814105018373497.ly.com")); _stprintf_s(tagImg.szShareDirectory, _T("%s"),_T("\\\\lyfz-server\\客户原片(管理软件)$")); imginfo.push_back(new ImgShareInfo(tagImg)); //imginfo.push_back(&tagImg); underlyingapi::GetDiskSpaceInfo(_T("\\\\lyfz-server\\客户原片(管理软件)$"), dTotalNum, dFreeNum); ImgShareInfo tagImg1; tagImg1.bEnable = TRUE; tagImg1.byImgType = 1; tagImg1.byMaxCapacity = 35; tagImg1.byMinCapacity = 5; tagImg1.byPriority = 254; _stprintf_s(tagImg1.szBranchId, _T("%s"), _T("20150814105018373497.ly.com")); _stprintf_s(tagImg1.szShareDirectory, _T("%s"),_T("\\\\lyfz-server\\客户原片(管理软件)1$")); imginfo.push_back(new ImgShareInfo(tagImg1)); //imginfo.push_back(&tagImg1); underlyingapi::GetDiskSpaceInfo(_T("\\\\lyfz-server\\客户原片(管理软件)1$"), dTotalNum, dFreeNum); ImgShareInfo tagImg2; tagImg2.bEnable = TRUE; tagImg2.byImgType = 1; tagImg2.byMaxCapacity = 35; tagImg2.byMinCapacity = 5; tagImg2.byPriority = 253; _stprintf_s(tagImg2.szBranchId, _T("%s"), _T("20150814105018373497.ly.com")); _stprintf_s(tagImg2.szShareDirectory, _T("%s"),_T("\\\\lyfz-server\\客户原片(管理软件)2$")); imginfo.push_back(new ImgShareInfo(tagImg2)); //imginfo.push_back(&tagImg2); underlyingapi::GetDiskSpaceInfo(_T("\\\\lyfz-server\\客户原片(管理软件)2$"), dTotalNum, dFreeNum); ImgShareInfo tagImg3; tagImg3.bEnable = TRUE; tagImg3.byImgType = 1; tagImg3.byMaxCapacity = 35; tagImg3.byMinCapacity = 5; tagImg3.byPriority = 252; _stprintf_s(tagImg3.szBranchId, _T("%s"), _T("20150814105018373497.ly.com")); _stprintf_s(tagImg3.szShareDirectory, _T("%s"),_T("E:\\lyfzbin\\Services\\客户原片(管理软件)$")); imginfo.push_back(new ImgShareInfo(tagImg3)); //imginfo.push_back(&tagImg3); underlyingapi::GetDiskSpaceInfo(_T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"), dTotalNum, dFreeNum); // // ImgShareInfo tagImg4; // tagImg4.bEnable = TRUE; // tagImg4.byImgType = 1; // tagImg4.byMaxCapacity = 35; // tagImg4.byMinCapacity = 5; // tagImg4.byPriority = 255; // _stprintf_s(tagImg4.szBranchId, _T("%s"), _T("20150814105018373497.ly.com")); // _stprintf_s(tagImg4.szShareDirectory, _T("%s"),_T("\\\\lyfz-server\\客户原片(管理软件)$")); // imginfo.push_back(tagImg4); // // ImgShareInfo tagImg5; // tagImg5.bEnable = TRUE; // tagImg5.byImgType = 1; // tagImg5.byMaxCapacity = 35; // tagImg5.byMinCapacity = 5; // tagImg5.byPriority = 255; // _stprintf_s(tagImg5.szBranchId, _T("%s"), _T("20150814105018373497.ly.com")); // _stprintf_s(tagImg5.szShareDirectory, _T("%s"),_T("\\\\lyfz-server\\客户原片(管理软件)$")); // imginfo.push_back(tagImg5); ImgEnvInterface *pImg = new ImgOfOriginal(); pImg->InitializeEnvironment(_T("20150814105018373497.ly.com"),&imginfo); return pImg; } VOID DestroyImgkernel(IN ImgEnvInterface *pImg, IN IMGSHARE_VEC* pvtImgShareInfo) { if ( pImg ) delete pImg; pImg = NULL; for ( IMGSHARE_VEC::iterator it = pvtImgShareInfo->begin(); it != pvtImgShareInfo->end();) { delete (ImgShareInfo*)*it; it = pvtImgShareInfo->erase(it); } } VOID Test_001(ImgLoadInterface *pImg) { OutputDebugString(_T("\n")); if ( !pImg ) return; ImgEnvInterface *pImgEnv = (ImgOfOriginal *)pImg; pImgEnv->InitializeEnvironment(NULL,NULL); CStringArray Ary; pImg->LoadOrderImages(1, _T("20150814105018373497.ly.com"), _T("20141129-013"), _T("*.CR2|*.NEF"), Ary); if ( Ary.GetSize() == 0 ) AfxMessageBox(_T("*.CR2|*.NEF 扩展名 相片张数 0")); else { for ( int i = 0; i < Ary.GetSize(); i++) { OutputDebugString(Ary.ElementAt(i) + _T("\n")); } } Ary.RemoveAll(); OutputDebugString(_T("--------------\n")); pImg->LoadOrderImages(1, _T("20150814105018373497.ly.com"), _T("20141129-013"), _T("*.Jpg|*.NEF"), Ary); if ( Ary.GetSize() == 0 ) AfxMessageBox(_T("*.Jpg|*.NEF 扩展名 相片张数 0")); else { for ( int i = 0; i < Ary.GetSize(); i++) { OutputDebugString(Ary.ElementAt(i) + _T("\n")); } } OutputDebugString(_T("--------------\n")); } VOID Test_002(ImgLoadInterface *pImg) { OutputDebugString(_T("--------------\n")); if ( !pImg ) return; OutputDebugString(_T("\n")); STR_VEC Ary; pImg->LoadOrderImages(1, _T("20150814105018373497.ly.com"), _T("20141129-013"), _T("*.CR2|*.NEF"), Ary); if ( Ary.size() == 0 ) AfxMessageBox(_T("*.CR2|*.NEF 扩展名 相片张数 0")); else { for ( STR_VEC::iterator it = Ary.begin(); it != Ary.end(); it++) { OutputDebugString(it->c_str()); OutputDebugString(_T("\n")); } } OutputDebugString(_T("\n")); Ary.clear(); pImg->LoadOrderImages(1, _T("20150814105018373497.ly.com"), _T("20141129-013"), _T("*.Jpg|*.NEF|*.Cr2"), Ary); if ( Ary.size() == 0 ) AfxMessageBox(_T("*.Jpg|*.NEF|*.Cr2 扩展名 相片张数 0")); else { for ( STR_VEC::iterator it = Ary.begin(); it != Ary.end(); it++) { OutputDebugString(it->c_str()); OutputDebugString(_T("\n")); } } OutputDebugString(_T("--------------\n")); } VOID Test_003(ImgCopyInterface *pImg) { if ( !pImg ) return; pImg->CopyImg2Specifiedpath( _T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"), _T("C:\\Users\\It\\Desktop\\Desktop\\"), _T("*.jpg|*.nef|*.jpeg|*.png"), SET_PIX(100,100), 0, // 是否原样复制; 1 // 0 = 存在时覆盖; ); AfxMessageBox(_T("压缩像素:100x100;\n 原样复制目录:否;\n 存在文件时覆盖;\n 扩展名: *.jpg|*.nef|*.jpeg|*.png")); pImg->CopyImg2Specifiedpath( _T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"), _T("C:\\Users\\It\\Desktop\\Desktop\\"), _T("*.jpg|*.nef|*.jpeg|*.png"), INVALID_COPY_PIX, 0, // 是否原样复制; 0 // 0 = 存在时覆盖; ); AfxMessageBox(_T("压缩像素:无;\n 原样复制目录:否;\n 存在文件时覆盖;\n 扩展名: *.jpg|*.nef|*.jpeg|*.png")); pImg->CopyImg2Specifiedpath( _T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"), _T("C:\\Users\\It\\Desktop\\Desktop1\\"), _T("*.jpg|*.nef|*.jpeg|*.png|*.cr2"), SET_PIX(600,800), 1, // 是否原样复制; 1 // 0 = 存在时覆盖; ); AfxMessageBox(_T("压缩像素:600x800;\n 原样复制目录:是;\n 存在文件时不覆盖;\n 扩展名: *.jpg|*.nef|*.jpeg|*.png")); pImg->CopyImg2Specifiedpath( _T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"), _T("C:\\Users\\It\\Desktop\\Desktop1\\"), _T("*.jpg|*.nef|*.jpeg|*.png|*.cr2"), INVALID_COPY_PIX, 1, // 是否原样复制; 0 // 0 = 存在时覆盖; ); AfxMessageBox(_T("压缩像素:无;\n 原样复制目录:是;\n 存在文件时覆盖;\n 扩展名: *.jpg|*.nef|*.jpeg|*.png")); OutputDebugString(_T("--------------\n")); } VOID Test_004() { underlyingapi::OSVerInfo osvi; underlyingapi::GetSystemInfo(osvi); AfxMessageBox(osvi.szOSVerName); CString str; double dTotalNum,dFreeNum; underlyingapi::GetDiskSpaceInfo(_T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"),dTotalNum,dFreeNum); str.Format(_T("t:%lf, f:%lf"), dTotalNum, dFreeNum); AfxMessageBox(str); OutputDebugString(_T("--------------\n")); } VOID Test_005() { filehelping::filehelpImpl fil; STR_VEC vtfiles; STR_VEC vtnames; STR_VEC vtnames_noext; STR_VEC vtfolders; TRACE("--------------\n"); INT nCount = fil.comparefolderself(_T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"), _T("*.cr2|*.nef"), &vtnames); TRACE("--------------\n"); BOOL bret = fil.getsubfolder(_T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"), &vtfolders); vtfolders.clear(); vtnames.clear(); fil.getallsubfolder(_T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"), &vtfolders); TRACE("--------------\n"); BOOL bRet = fil.getall(_T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"), //_T("*.jpEg|*.CR2|*.Bmp|*.NeF|*.pnG|*.Jpg"), _T("*.jpEg|*.CR2"), &vtfiles, &vtnames, &vtnames_noext, &vtfolders); TRACE("--------------\n"); if ( bRet == FALSE ) { AfxMessageBox(_T("获取文件失败")); } else { AfxMessageBox(_T("获取文件成功")); } OutputDebugString(_T("--------------\n")); } VOID Test_006(ImgLoadInterface *pImg) { OutputDebugString(_T("\n")); if ( !pImg ) return; CStringArray Ary; pImg->LoadSceneryImages(1, _T("20150814105018373497.ly.com"), _T("20141129-013"), _T("内景大西街店C棚"), _T("*.Jpg|*.NEF|*.Cr2"), Ary, NULL); if ( Ary.GetSize() == 0 ) AfxMessageBox(_T("*.Jpg|*.NEF 扩展名 相片张数 0")); else { for ( int i = 0; i < Ary.GetSize(); i++) { OutputDebugString(Ary.ElementAt(i) + _T("\n")); } } OutputDebugString(_T("++++++++++++++++++++++++++\n")); STR_VEC vt; pImg->LoadSceneryImages(1, _T("20150814105018373497.ly.com"), _T("20141129-013"), _T("内景大西街店C棚"), _T("*.Jpg|*.NEF|*.Cr2"), vt, NULL); if ( vt.size() == 0 ) AfxMessageBox(_T("*.Jpg|*.NEF 扩展名 相片张数 0")); else { for ( STR_VEC::iterator it = vt.begin(); it != vt.end(); it++) { OutputDebugString(it->c_str()); OutputDebugString(_T("\n")); } } OutputDebugString(_T("--------------\n")); } VOID Test_007(ImgLoadInterface *pImg) { OutputDebugString(_T("\n")); if ( !pImg ) return; CStringArray AryImg; for ( int i = 1; i < 20; i++ ) { CString str; str.Format(_T("%03d"),i); AryImg.Add(str); } CStringArray Arypaths; CStringArray AryNoExist; pImg->LoadSelectedIamges(1, _T("20150814105018373497.ly.com"), _T("20141129-013"), _T("*.Jpg|*.NEF|*.Cr2"), AryImg, AryNoExist, Arypaths); if ( Arypaths.GetSize() == 0 ) AfxMessageBox(_T("*.Jpg|*.NEF 扩展名 相片张数 0")); else { for ( int i = 0; i < Arypaths.GetSize(); i++) { OutputDebugString(Arypaths.ElementAt(i) + _T("\n")); } } OutputDebugString(_T("++++++++++++++++++++++++++\n")); } VOID Test_008(ImgLoadExInterface *pImg) { OutputDebugString(_T("\n")); if ( !pImg ) return; CStringArray Arypaths; CStringArray AryWithImg; CStringArray AryNull; CString strImg; CStringArray ArySelectedImg; for ( int i = 0; i < 20; i++ ) { strImg.Format(_T("%03d"),i); ArySelectedImg.Add(strImg); } pImg->LoadSelectedIamgesFromSpecifiedpathEx( _T("E:\\lyfzbin\\Services\\客户原片(管理软件)$\\20141129-013\\内景大西街店C棚"), TRUE, ArySelectedImg, AryNull, //_T("*.Jpg|*.NEF|"), //_T("*.*"), _T(""), Arypaths, //_T("*.Jpeg|*.NEF|*.Cr2"), //_T("*.*"), _T(""), AryWithImg); if ( Arypaths.GetSize() == 0 ) OutputDebugString(_T("Null \n")); else { for ( int i = 0; i < Arypaths.GetSize(); i++) { OutputDebugString(Arypaths.ElementAt(i) + _T("\n")); } } OutputDebugString(_T("++++++++++++++++++++++++++\n")); if ( ArySelectedImg.GetSize() == 0 ) OutputDebugString(_T("Null \n")); else { for ( int i = 0; i < ArySelectedImg.GetSize(); i++) { OutputDebugString(ArySelectedImg.ElementAt(i) + _T("\n")); } } OutputDebugString(_T("++++++++++++++++++++++++++\n")); if ( AryWithImg.GetSize() == 0 ) OutputDebugString(_T("Null \n")); else { for ( int i = 0; i < AryWithImg.GetSize(); i++) { OutputDebugString(AryWithImg.ElementAt(i) + _T("\n")); } } OutputDebugString(_T("++++++++++++++++++++++++++\n")); pImg->LoadSpecifiedpathImagesEx( _T("E:\\lyfzbin\\Services\\客户原片(管理软件)$\\20141129-013\\内景大西街店C棚"), TRUE, _T("*.Jpg|*.NEF|"), Arypaths, _T("*.Jpeg|*.NEF|*.Cr2"), AryWithImg ); if ( Arypaths.GetSize() == 0 ) OutputDebugString(_T("Null \n")); else { for ( int i = 0; i < Arypaths.GetSize(); i++) { OutputDebugString(Arypaths.ElementAt(i) + _T("\n")); } } OutputDebugString(_T("++++++++++++++++++++++++++\n")); if ( AryWithImg.GetSize() == 0 ) OutputDebugString(_T("Null \n")); else { for ( int i = 0; i < AryWithImg.GetSize(); i++) { OutputDebugString(AryWithImg.ElementAt(i) + _T("\n")); } } OutputDebugString(_T("++++++++++++++++++++++++++\n")); pImg->LoadOrderImagesEx( OImgtype, _T("20150814105018373497.ly.com"), _T("20141129-013"), TRUE, _T("*.Jpg|*.NEF|"), Arypaths, _T("*.Jpeg|*.NEF|*.Cr2"), AryWithImg ); if ( Arypaths.GetSize() == 0 ) OutputDebugString(_T("Null \n")); else { for ( int i = 0; i < Arypaths.GetSize(); i++) { OutputDebugString(Arypaths.ElementAt(i) + _T("\n")); } } OutputDebugString(_T("++++++++++++++++++++++++++\n")); if ( AryWithImg.GetSize() == 0 ) OutputDebugString(_T("Null \n")); else { for ( int i = 0; i < AryWithImg.GetSize(); i++) { OutputDebugString(AryWithImg.ElementAt(i) + _T("\n")); } } OutputDebugString(_T("++++++++++++++++++++++++++\n")); } // Jeff.Hacker. WINDOWS NT 以上的内核需要提权,才能对系统进行高级管理; BOOL GetDebugPriv() { // 返回的访问令牌指针; HANDLE hToken; // 接收所返回的制定特权名称的信息; LUID sedebugnameValue; // 新特权信息的指针(结构体); TOKEN_PRIVILEGES tkp; DWORD dwCurProcId = GetCurrentProcessId(); // 要修改访问权限的进程句柄; HANDLE hCurProc; hCurProc = ::OpenProcess(PROCESS_ALL_ACCESS, FALSE, dwCurProcId); if (!::OpenProcessToken(hCurProc, TOKEN_ADJUST_PRIVILEGES | TOKEN_QUERY, &hToken)) { //ShowSystemErrorInfo(_T("升级包OpenProcessToken失败."),GetLastError()); return FALSE; } if (!::LookupPrivilegeValue(NULL, SE_DEBUG_NAME, &sedebugnameValue)) { //ShowSystemErrorInfo(_T("升级包LookupPrivilegeValue失败."),GetLastError()); CloseHandle(hToken); return FALSE; } tkp.PrivilegeCount = 1; tkp.Privileges[0].Luid = sedebugnameValue; tkp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED; if (!::AdjustTokenPrivileges(hToken, FALSE, &tkp, sizeof tkp, NULL, NULL)) { //ShowSystemErrorInfo(_T("升级包AdjustTokenPrivileges失败."),GetLastError()); CloseHandle(hToken); return FALSE; } CloseHandle(hCurProc); CloseHandle(hToken); return TRUE; } BOOL IsInstalledVC2005() { vector DllList; DllList.push_back(_T("C:\\Windows\\System32\\msvcp90.dll")); DllList.push_back(_T("C:\\Windows\\System32\\msvcr90.dll")); //for( vector::iterator it = DllList.begin(); it != DllList.end(); it+) for (vector::iterator it = DllList.begin(); it != DllList.end(); it++ ) { CFile fp; BOOL b = fp.Open(it->c_str(),CFile::modeRead); if ( PathFileExists(_T("C:\\Windows\\System32\\msvcp100.dll")) ) { OutputDebugString(_T("文件存在~~~")); } else { OutputDebugString(_T("文件不存在")); } DWORD dw = GetLastError(); } return TRUE; } // CtestApp 初始化 BOOL CtestApp::InitInstance() { // 如果一个运行在 Windows XP 上的应用程序清单指定要 // 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式, //则需要 InitCommonControlsEx()。否则,将无法创建窗口。 INITCOMMONCONTROLSEX InitCtrls; InitCtrls.dwSize = sizeof(InitCtrls); // 将它设置为包括所有要在应用程序中使用的 // 公共控件类。 InitCtrls.dwICC = ICC_WIN95_CLASSES; InitCommonControlsEx(&InitCtrls); CWinAppEx::InitInstance(); AfxEnableControlContainer(); #if 0////////////////////////////////////////////////////////////////////////// IMGSHARE_VEC imginfo; ImgOfOriginal *pImg = (ImgOfOriginal*)InitializeEnvironment(imginfo); // 测试用例; Test_008(pImg); DestroyImgkernel(pImg,&imginfo);; return FALSE; #endif////////////////////////////////////////////////////////////////////////// GetDebugPriv(); IsInstalledVC2005(); CMediaExtXml ss; ss.Loadxml(_T("C:\\Users\\IT\\Desktop\\备份.2013.06.07.RunTimeDepot\\bin\\mediaext.xml")); return FALSE; GetIniInfo(); GetSoftWareVersion(); g_AdoImpl = new Ado2Impl(); Catalogkernel::STDatabaseInfo tagAdoDatabaseInfo; _stprintf_s(tagAdoDatabaseInfo.szDataSource,_T("%s"),g_szDBSource); _stprintf_s(tagAdoDatabaseInfo.szDatabaseTCPPort,_T("%d"),g_dwDBServerPort); _stprintf_s(tagAdoDatabaseInfo.szDatabaseAccount,_T("%s"),g_szDBAccount); _stprintf_s(tagAdoDatabaseInfo.szDatabasePassword,_T("%s"),g_szDBPassWord); _stprintf_s(tagAdoDatabaseInfo.szDatabaseName,_T("%s"),g_szDBName); // 生成实例 ; if ( !g_AdoImpl->OpenCatalog(tagAdoDatabaseInfo) ) { OutputDebugString(_T("open catalog failed, Please Checking it~")); return FALSE; } // 标准初始化 // 如果未使用这些功能并希望减小 // 最终可执行文件的大小,则应移除下列 // 不需要的特定初始化例程 // 更改用于存储设置的注册表项 // TODO: 应适当修改该字符串, // 例如修改为公司或组织名 SetRegistryKey(_T("应用程序向导生成的本地应用程序")); CtestDlg dlg; m_pMainWnd = &dlg; INT_PTR nResponse = dlg.DoModal(); if (nResponse == IDOK) { // TODO: 在此放置处理何时用 // “确定”来关闭对话框的代码 } else if (nResponse == IDCANCEL) { // TODO: 在此放置处理何时用 // “取消”来关闭对话框的代码 } // 由于对话框已关闭,所以将返回 FALSE 以便退出应用程序, // 而不是启动应用程序的消息泵。 return FALSE; }