freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

net公司人事管理系統(tǒng)論文-資料下載頁

2024-09-15 09:51本頁面

【導(dǎo)讀】本次軟件工程的課程設(shè)計我們完成了一個人事管理系統(tǒng)。的使用方法和軟件設(shè)計的方法。數(shù)據(jù)庫備份和恢復(fù)。系統(tǒng)管理可分為用戶設(shè)置和系統(tǒng)退出。由于時間緊促,還有。很多功能沒有完成,譬如考試管理和職工的通信錄等。我們將繼續(xù)改進這系統(tǒng)。本次課程設(shè)計的需求分析和數(shù)據(jù)庫設(shè)計是2個人共同完成的。置,職務(wù)類別設(shè)置)的功能和系統(tǒng)管理。實現(xiàn)的主要功能有基礎(chǔ)數(shù)據(jù)管理(民族檔案設(shè)置,職工類型設(shè)置,文化程。按照一個企業(yè)實際管理中的實際需要實際數(shù)據(jù)庫,選定。[1].鄭阿奇/丁有和.VisualStudio2020教程,北京:機械工業(yè)出版社,[3].王珊/薩師煊.數(shù)據(jù)庫系統(tǒng)概論.第四版.-北京:高等教育出版社,[4].李春葆/曾平.數(shù)據(jù)庫原理與應(yīng)用,北京:清華大學出版社,2020.VisualStudio是微軟公司推出的開發(fā)環(huán)境。應(yīng)用程序開發(fā)環(huán)境。目前已經(jīng)開發(fā)到版本也就是VisualStudio2020。c人事檔案管理。

  

【正文】 technical,strValue 。 i,strValue 。 num,strValue 。 i,1,strValue 。 i++。 。 。 break。 case 6://按文化程度統(tǒng)計 。 1 。 0 。 0,文化程度 。 1,人數(shù) 。 0,100 。 1,100 。 strSQL select count ID as num ,education from person group by education。 if ! CRecordset::forwardOnly,strSQL MessageBox 打開數(shù)據(jù)庫失敗 !,數(shù)據(jù)庫錯誤 ,MB_OK 。 return 。 while ! education,strValue 。 i,strValue 。 num,strValue 。 i,1,strValue 。 i++。 。 。 break。 case 7://按政治面貌統(tǒng)計 。 1 。 0 。 0,政治面貌 。 1,人數(shù) 。 0,100 。 1,100 。 strSQL select count ID as num ,political from person group by political。 if ! CRecordset::forwardOnly,strSQL MessageBox 打開數(shù)據(jù)庫失敗 !,數(shù)據(jù)庫錯誤 ,MB_OK 。 return 。 while ! political,strValue 。 i,strValue 。 num,strValue 。 i,1,strValue 。 i++。 。 。 break。 case 8://按所在部門統(tǒng)計 。 1 。 0 。 0,部門 。 1,人數(shù) 。 0,100 。 1,100 。 strSQL select count ID as num ,dept from person group by dept。 if ! CRecordset::forwardOnly,strSQL MessageBox 打開數(shù)據(jù)庫失敗 !,數(shù)據(jù)庫錯誤 ,MB_OK 。 return 。 while ! dept,strValue 。 i,strValue 。 num,strValue 。 i,1,strValue 。 i++。 。 。 break。 case 9://按職工類型統(tǒng)計 。 1 。 0 。 0,職工類型 。 1,人數(shù) 。 0,100 。 1,100 。 strSQL select count ID as num ,isworker from person group by isworker。 if ! CRecordset::forwardOnly,strSQL MessageBox 打開數(shù)據(jù)庫失敗 !,數(shù)據(jù)庫錯誤 ,MB_OK 。 return 。 while ! isworker,strValue 。 i,strValue 。 num,strValue 。 i,1,strValue 。 i++。 。 。 break。 case 10://按工資類型統(tǒng)計 。 1 。 0 。 0,工資類型 。 1,人數(shù) 。 0,100 。 1,100 。 strSQL select count ID as num ,aboutpay from person group by aboutpay。 if ! CRecordset::forwardOnly,strSQL MessageBox 打開數(shù)據(jù)庫失敗 !,數(shù)據(jù)庫錯誤 ,MB_OK 。 return 。 while ! aboutpay,strValue 。 i,strValue 。 num,strValue 。 i,1,strValue 。 i++。 。 。 break。 case 11://按婚姻狀況統(tǒng)計 。 1 。 0 。 0,婚姻狀況 。 1,人數(shù) 。 0,100 。 1,100 。 strSQL select count ID as num ,ismarry from person group by ismarry。 if ! CRecordset::forwardOnly,strSQL MessageBox 打開數(shù)據(jù)庫失敗 !,數(shù)據(jù)庫錯誤 ,MB_OK 。 return 。 while ! ismarry,strValue 。 i,strValue 。 num,strValue 。 i,1,strValue 。 i++。 。 。 break。 default: return。 UpdateData FALSE 。 *pResult 0。 6. 5 數(shù)據(jù)庫備份以及恢復(fù) 代碼如下: void CMainFrame::OnDatabaseBackup // TODO: Add your mand handler code here if AfxMessageBox 您確定要備份數(shù)據(jù) 庫嗎 ?,MB_OKCANCEL IDCANCEL return。 if CopyFile .\\,.\\backup\\,FALSE AfxMessageBox 數(shù)據(jù)庫備份成功! 。 else AfxMessageBox 數(shù)據(jù)庫備份失??! 。 void CMainFrame::OnDatabaseRecover // TODO: Add your mand handler code here if AfxMessageBox 還原數(shù)據(jù)庫將覆蓋原來的數(shù)據(jù)庫。您確定要還原嗎 ?,MB_OKCANCEL IDCANCEL return。 if CopyFile .\\backup\\,.\\,FALSE AfxMessageBox 數(shù)據(jù)庫還原成功! 。 else AfxMessageBox 數(shù)據(jù)庫還原失??! 。 6. 6 設(shè)置用戶 主要代碼如下: void CUserDlg::OnOK UpdateData 。 if //增加新用戶的輸入檢查 if m_strUser MessageBox 請?zhí)顚懹脩裘? 。 。 return。 else //修改用戶信息的輸入檢查 if m_strUser MessageBox 請選擇一個用戶! 。 return。 //限制密碼不能為空 if m_strPass MessageBox 密碼不能為空,請輸入密碼! 。 。 return。 //驗證密碼與確認密碼是否一致 if m_strPass! m_strRePass MessageBox 兩次輸入地密碼不一致,請重新輸入密碼! 。 。 m_strPass 。 m_strRePass 。 UpdateData FALSE 。 return。 //打開記錄集 CString st
點擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1