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

正文內(nèi)容

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

2025-11-27 03:46本頁面

【導讀】設置職稱類別設置職務類別設置這8個部分人事檔案管理可分為人事檔案瀏覽。人事資料查詢?nèi)耸沦Y料統(tǒng)計這三部分數(shù)據(jù)庫管理可分為數(shù)據(jù)庫備份和恢復系統(tǒng)。skinplusplus的使用這使界面的美化變得更容易我們將繼續(xù)改進這系統(tǒng)。本次課程設計的需求分析和數(shù)據(jù)庫設計是2個人共同完成的。葉偉平3105007360完成了基本數(shù)據(jù)的管理民族檔案設置職工類型設置文化。程度設置政治面貌設置部門類別設置工資類別設置職稱類別設置職務類別設置。12相關技術介紹8. 21系統(tǒng)需求和功能8. 31設計方法和步驟10. 32概念結(jié)構E-R圖10. 32E-R圖的有關實體和聯(lián)系的說明12. 7測試方案和測試報告38. VisualStudio是微軟公司推出的開發(fā)環(huán)境是目前最流行的Windows平臺應。簡述用戶的密碼用來證驗登陸的用戶是否合法。通過對局部應用的選擇逐一設計出分E-R圖并對各個分E-R圖進行合并生成。初步E-R圖消除不必要的系統(tǒng)冗余可以得出以下人事管理系統(tǒng)E-R圖。由E-R圖轉(zhuǎn)換得到的關系模式如下。職工表職工編號職工名出生日期年齡民族婚姻狀況身份證家庭電話電子郵

  

【正文】 n CRecordsetforwardOnlystrSQL MessageBox 打開數(shù)據(jù)庫失敗 數(shù)據(jù)庫錯誤 MB_OK return while recordsetIsEOF recordsetGetFieldValue isworkerstrValue m_ctrResultInsertItem istrValue recordsetGetFieldValue numstrValue m_ctrResultSetItemText i1strValue i recordsetMoveNext recordsetClose break case 10 按工資類型統(tǒng)計 m_ctrResultDeleteAllItems m_ctrResultDeleteColumn 1 m_ctrResultDeleteColumn 0 m_ctrResultInsertColumn 0工資類型 m_ctrResultInsertColumn 1人數(shù) m_ctrResultSetColumnWidth 0100 m_ctrResultSetColumnWidth 1100 strSQL select count ID as num aboutpay from person group by aboutpay if recordsetOpen CRecordsetforwardOnlystrSQL MessageBox 打開數(shù)據(jù)庫失敗 數(shù)據(jù)庫錯誤 MB_OK return while recordsetIsEOF recordsetGetFieldValue aboutpaystrValue m_ctrResultInsertItem istrValue recordsetGetFieldValue numstrValue m_ctrResultSetItemText i1strValue i recordsetMoveNext recordsetClose break case 11 按婚姻狀況統(tǒng)計 m_ctrResultDeleteAllItems m_ctrResultDeleteColumn 1 m_ctrResultDeleteColumn 0 m_ctrResultInsertColumn 0婚姻狀況 m_ctrResultInsertColumn 1人數(shù) m_ctrResultSetColumnWidth 0100 m_ctrResultSetColumnWidth 1100 strSQL select count ID as num ismarry from person group by ismarry if recordsetOpen CRecordsetforwardOnlystrSQL MessageBox 打開數(shù)據(jù)庫失敗 數(shù)據(jù)庫錯誤 MB_OK return while recordsetIsEOF recordsetGetFieldValue ismarrystrValue m_ctrResultInsertItem istrValue recordsetGetFieldValue numstrValue m_ctrResultSetItemText i1strValue i recordsetMoveNext recordsetClose break default return UpdateData FALSE pResult 0 6. 5 數(shù)據(jù)庫備份以及恢復 代碼如下 void CMainFrameOnDatabaseBackup TODO Add your mand handler code here if AfxMessageBox 您確定要備份數(shù)據(jù)庫嗎 MB_OKCANCEL IDCANCEL return if CopyFile \\manager1mdb\\backup\\manager1bakFALSE AfxMessageBox 數(shù)據(jù)庫備份成功 else AfxMessageBox 數(shù)據(jù)庫備份失敗 void CMainFrameOnDatabaseRecover TODO Add your mand handler code here if AfxMessageBox 還原數(shù)據(jù)庫將覆蓋原來的數(shù)據(jù)庫您確定要還原嗎MB_OKCANCEL IDCANCEL return if CopyFile \\backup\\manager1bak\\manager1mdbFALSE AfxMessageBox 數(shù)據(jù)庫還原成功 else AfxMessageBox 數(shù)據(jù)庫還 原失敗 6. 6 設置用戶 主要代碼如下 void CUserDlgOnOK UpdateData if m_ctrUserIsWindowEnabled 增加新用戶的輸入檢查 if m_strUser MessageBox 請?zhí)顚懹脩裘? m_ctrUserSetFocus return else 修改用戶信息的輸入檢查 if m_strUser MessageBox 請選 擇一個用戶 return 限制密碼不能為空 if m_strPass MessageBox 密碼不能為空請輸入密碼 m_ctrPassSetFocus return 驗證密碼與確認密碼是否一致 if m_strPass m_strRePass MessageBox 兩次輸入地密碼不一致請重新輸入密碼 m_ctrPassSetFocus m_strPass m_strRePass UpdateData FALSE return 打開記錄集 CString strSQL strSQLFormat select from password where user sm_strUser if m_recordsetOpen AFX_DB_USE_DEFAULT_TYPEstrSQL MessageBox 打開數(shù)據(jù)庫失敗 數(shù)據(jù)庫錯誤 MB_OK return if m_ctrUserIsWindowEnabled 增加新用戶 判斷用戶是否已經(jīng)存在 if m_recordsetGetRecordCount 0 m_recordsetClose MessageBox 該用戶已經(jīng)存在 return m_recordsetAddNew m_recordsetm_user m_strUser m_recordsetm_isadmin m_IsAdmin m_recordsetm_passwd m_strPass m_recordsetUpdate MessageBox 用戶添加成功請記住用戶名和密碼 m_recordsetClose else 修改用戶信息 判斷用戶是否不存在 if m_recordsetGetRecordCount 0 m_recordsetClose MessageBox 該用戶不存在請更新數(shù)據(jù)庫 return m_recordsetEdit m_recordsetm_user m_strUser m_recordsetm_passwd m_strPass m_recordsetm_isadmin m_IsAdmin m_recordsetUpdate MessageBox 用戶修改成功請記住用戶名和密碼 m_recordsetClose m_ctrUserEnableWindow FALSE 更新用戶列表 RefreshData 7 測試方案和測試報告 葉丙坤 葉偉平 71 白盒測試 在系統(tǒng)的實現(xiàn)過程和程序的調(diào)試過程中遇到很多問題此時應該對程序仔細閱讀設置斷點進行白盒測試 72 黑盒測試 系統(tǒng)完成后要進行黑盒測試即設置一些測試用例對系統(tǒng)的各個模塊的功能進行測試看能否得到正確的輸出在這里以管理員的身份登錄系統(tǒng)以便對系統(tǒng)的各個功能模塊進行測試 721 登陸測試 密碼錯誤時 密碼正確時正確進入主界面 722 人事查詢功能測試 其他功能的測試類似在這里就不再累贅了 8 安裝說明和使用說明 81 運行條件 Windows xp 操作系統(tǒng) Visual Studio2021 82 使用方法 在安裝了 Visual Studio2021的系統(tǒng)點擊可執(zhí)行文件這樣就自動在所使用的計算機中配置好 ODBC 數(shù)據(jù)源并進入登陸界面可以使用帳號 admin 和密碼 admin登陸 9 結(jié) 論 本次課程設計到此已經(jīng)順利結(jié)束通過這次的課程設計我學到了很多東西在前面的近三年時間內(nèi)我學習了很多的課程從最初始的 C 語言到稍微深入一點的JAVA語言但以前的課程設計多是在 MSDOS運行的沒有好的界面還有就是以前沒有學習數(shù)據(jù)庫所以以前的數(shù)據(jù)只是單純地保存到內(nèi)存數(shù)據(jù)在系統(tǒng)退出之后沒有正確地保存起來現(xiàn)在學習了數(shù)據(jù)庫可以把數(shù)據(jù) 永遠地儲存到數(shù)據(jù)庫的表里課程設計由兩個人共同完成通過本項目我們學會了成員之間的協(xié)調(diào)團隊精神加深了對數(shù)據(jù)庫設計和應用軟件開發(fā)過程的理解更了解到了數(shù)據(jù)字典在軟件開發(fā)過程中的重要性 10 參考文獻 [1]鄭阿奇丁有和 Visual Studio2021 教程北京機械工業(yè)出版社 20219 [2]李代平軟件工程第二版北京出版社 11 [3]王珊薩師煊數(shù)據(jù)庫系統(tǒng)概論第四版-北京高等教育出版社 20215 [4]李春葆曾平數(shù)據(jù)庫原理與應用北京清華大學出版社 2021
點擊復制文檔內(nèi)容
研究報告相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1