資源簡介
一個基于C MFC 編的小系統 可以學習其中編寫系統的方法
代碼片段和文件信息
#include?“StdAfx.h“
#include?“ADOConn.h“
#include?“MyTime.h“
#include?“FileOperate.h“
//功能:構造函數
//strData:數據庫的名字
CString?CADOConn::GetAppPath()
{
char?lpFileName[MAX_PATH];
GetModuleFileName(AfxGetInstanceHandle()lpFileNameMAX_PATH);
CString?strFileName?=?lpFileName;
int?nIndex?=?strFileName.ReverseFind?(‘\\‘);
CString?strPath;
if?(nIndex?>?0)
strPath?=?strFileName.Left?(nIndex);
else
strPath?=?““;
return?strPath;
}
CADOConn::CADOConn(CString?strData)
{
CString?strValue;
strData.TrimLeft();
strData.TrimRight();
m_strData=_bstr_t(strData);
strValue=strData.Right(3);
if(strValue==“mdb“)?m_DataType=1;
if(strValue==“xls“)?m_DataType=2;
}
CADOConn::CADOConn()
{
m_DataType=1;
m_strData=_bstr_t(“Data.mdb“);
}
//功能:析構函數
CADOConn::~CA
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????938??2009-09-14?12:29??downcode.com\downcode.com.txt
?????文件????????938??2009-09-14?12:29??downcode.com\NCshop\downcode.com.txt
?????文件???????6246??2007-04-20?14:08??downcode.com\NCshop\NcShop\201.ico
?????文件??????21385??2007-06-01?16:03??downcode.com\NCshop\NcShop\ADOConn.cpp
?????文件???????2971??2007-05-31?22:45??downcode.com\NCshop\NcShop\ADOConn.h
?????文件???????4762??2009-09-14?12:32??downcode.com\NCshop\NcShop\CellRange.h
?????文件????1777664??2007-06-10?10:51??downcode.com\NCshop\NcShop\Debug\data\data.mdb
?????文件????????396??2009-06-23?20:19??downcode.com\NCshop\NcShop\Debug\data\LOG\20090623200943.txt
?????文件????1777664??2007-06-01?20:43??downcode.com\NCshop\NcShop\Debug\data\MAIN\data.mdb
?????文件???????1886??2007-05-31?09:38??downcode.com\NCshop\NcShop\DlgAll.cpp
?????文件???????1362??2009-09-14?12:30??downcode.com\NCshop\NcShop\DlgAll.h
?????文件???????2797??2007-05-30?21:33??downcode.com\NCshop\NcShop\DlgChaoShiba
?????文件???????1433??2009-09-14?12:30??downcode.com\NCshop\NcShop\DlgChaoShiba
?????文件??????10894??2007-06-01?15:35??downcode.com\NCshop\NcShop\DlgChuKuKanDan.cpp
?????文件???????2058??2009-09-14?12:30??downcode.com\NCshop\NcShop\DlgChuKuKanDan.h
?????文件??????12793??2007-05-31?14:34??downcode.com\NCshop\NcShop\DlgDanganba
?????文件???????2079??2009-09-14?12:30??downcode.com\NCshop\NcShop\DlgDanganba
?????文件???????4707??2007-05-30?21:37??downcode.com\NCshop\NcShop\DlgFenJiba
?????文件???????1499??2007-05-30?16:57??downcode.com\NCshop\NcShop\DlgFenJiba
?????文件???????4873??2007-05-30?21:37??downcode.com\NCshop\NcShop\DlgFenLeiba
?????文件???????1627??2007-05-30?18:29??downcode.com\NCshop\NcShop\DlgFenLeiba
?????文件???????6281??2007-06-01?11:37??downcode.com\NCshop\NcShop\DlgGongYingShangba
?????文件???????1729??2007-05-30?23:12??downcode.com\NCshop\NcShop\DlgGongYingShangba
?????文件???????1093??2007-05-30?23:22??downcode.com\NCshop\NcShop\DlgJiaGePiLiang.cpp
?????文件???????1324??2007-05-30?23:22??downcode.com\NCshop\NcShop\DlgJiaGePiLiang.h
?????文件???????5823??2007-05-31?10:39??downcode.com\NCshop\NcShop\DlgJiaGeSheZhi.cpp
?????文件???????1511??2007-05-31?09:55??downcode.com\NCshop\NcShop\DlgJiaGeSheZhi.h
?????文件??????11107??2007-06-01?15:40??downcode.com\NCshop\NcShop\DlgJinHuoKanDan.cpp
?????文件???????1942??2007-06-01?15:37??downcode.com\NCshop\NcShop\DlgJinHuoKanDan.h
?????文件???????3968??2007-05-31?19:21??downcode.com\NCshop\NcShop\DlgJinHuoTuiDan.cpp
............此處省略194個文件信息
評論
共有 條評論