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

正文內(nèi)容

江南大學(xué)學(xué)士畢業(yè)論文--人事信息管理系統(tǒng)-資料下載頁

2024-09-08 13:29本頁面

【導(dǎo)讀】數(shù)據(jù)的可靠性與保密性方面有了長(zhǎng)足的發(fā)展。的信息化管理系統(tǒng),為企業(yè)實(shí)現(xiàn)高效、科學(xué)、現(xiàn)代化的員工管理指明了道路。各行各業(yè),由于計(jì)算機(jī)技術(shù)的迅速發(fā)展和普及,MIS事實(shí)上已成為計(jì)算機(jī)MIS。信息是經(jīng)過加工的數(shù)據(jù),信息是對(duì)決策者有價(jià)值的數(shù)據(jù)。分散,數(shù)量龐大。任何地方只要有管理就必然有信息,如果形成系統(tǒng)就形成MIS。MIS由信源、信宿、信息處理、信息用戶和信息管理者五個(gè)組成部分。具有統(tǒng)一規(guī)劃的數(shù)據(jù)庫(kù)是MIS. 成熟的重要標(biāo)志,它象征著MIS是軟件工程的產(chǎn)物。通過MIS實(shí)現(xiàn)信息增值,用數(shù)。穩(wěn)定的生產(chǎn)秩序、科學(xué)的管理方法和準(zhǔn)確的原始數(shù)據(jù)的基礎(chǔ)上,才能進(jìn)行MIS的開發(fā)。確,不致引起誤解或混亂。免互相干擾,影響速度。實(shí)踐證明,用戶干預(yù)越少,MIS系統(tǒng)的滿意程度越高。MIS按組織職能可以劃分為辦公系統(tǒng)、決策系統(tǒng)、生產(chǎn)系統(tǒng)和信息系統(tǒng)。第一代MIS是由手工操作,使用工具是文件柜、筆記本等。第二代MIS增加了機(jī)。第三代MIS使用計(jì)算機(jī)、電傳、務(wù)組織在一起,如上下級(jí)的對(duì)口部門。

  

【正文】 { CCourseDlg coursedlg。 strsql = Course_name= 。 strsql += 39。+str+39。 = strsql。 ()。 } *pResult = 0。 } 添加選項(xiàng): void CMy001View::OnInsert() { if(IsBaseinfo == TRUE) // 員工基本信息 { CBassInfoDlgbaseinfodlg。 = TRUE。 ()。 } if(IsXlinfo == TRUE) // 員工學(xué)歷信息 { CXLinfoDlg xlinfodlg。 = TRUE。 ()。 } if(IsAttendance == TRUE) // 考勤管理 { CAttendanceDlg attendancedlg。 = TRUE。 ()。 } if(IsSchedule == TRUE) // 企業(yè)培訓(xùn)計(jì)劃 { 26 CScheduleDlg scheduledlg。 = TRUE。 ()。 } if(IsScore == TRUE) // 培訓(xùn)成績(jī) { CScoreDlg scoredlg。 = TRUE。 ()。 } if(IsDept == TRUE) //部門信息 { CDeptDlg deptdlg。 = TRUE。 ()。 } if(IsCourse == TRUE) //課程信息 { CCourseDlg coursedlg。 = TRUE。 ()。 } } 修改選項(xiàng): void CMy001View::OnChange() { CString strsql。 int count = (1,LVNI_SELECTED)。 CString str = (count,0)。 if(str == ) // 未選擇 { return。 } if(IsBaseinfo == TRUE) // 員工基本信息 { CBassInfoDlgbaseinfodlg。 strsql = Emp_No= 。 strsql += 39。+str+39。 = strsql。 = TRUE。 ()。 } if(IsXlinfo == TRUE) // 員工學(xué)歷信息 27 { CXLinfoDlg xlinfdlg。 strsql = Emp_No= 。 strsql += 39。+str+39。 = strsql。 = TRUE。 ()。 } if(IsAttendance == TRUE) // 考勤管理 { CAttendanceDlg attendancedlg。 strsql = Emp_No= 。 strsql += 39。+str+39。 = strsql。 = TRUE。 ()。 } if(IsSchedule == TRUE) // 企業(yè)培訓(xùn)計(jì)劃 { CScheduleDlg scheduledlg。 strsql = Course_name= 。 strsql += 39。+str+39。 = strsql。 = TRUE。 ()。 } if(IsScore == TRUE) // 培訓(xùn)成績(jī) { CScoreDlg scoredlg。 strsql = Emp_No= 。 strsql += 39。+str+39。 = strsql。 = TRUE。 ()。 } if(IsDept == TRUE) //部門信息 { CDeptDlg deptdlg。 strsql = Dept_name= 。 strsql += 39。+str+39。 = strsql。 = TRUE。 ()。 } 28 if(IsCourse == TRUE) //課程信息 { CCourseDlg coursedlg。 strsql = Course_name= 。 strsql += 39。+str+39。 = strsql。 = TRUE。 ()。 } } 刪除選項(xiàng): void CMy001View::OnDelete() { CString strsql。 int count = (1,LVNI_SELECTED)。 CString str = (count,0)。 if(str == ) // 未選擇 { return。 } if(IsBaseinfo == TRUE) // 員工基本信息 { CBaseinfoSet baseinfoset。 strsql = Emp_No= 。 strsql += 39。+str+39。 ()。 = strsql。 ()。 ()。 if(MessageBox(你確定要?jiǎng)h除此記錄嗎 ?,NULL,MB_OKCANCEL) == IDOK) { ()。 } } if(IsXlinfo == TRUE) // 員工學(xué)歷信息 { CXLinfoSet xlinfoset。 strsql = Emp_No= 。 strsql += 39。+str+39。 ()。 = strsql。 ()。 29 ()。 if(MessageBox(你確定要?jiǎng)h除此記錄嗎 ?,NULL,MB_OKCANCEL) == IDOK) { ()。 } } if(IsAttendance == TRUE) // 考勤管理 { CAttendanceSet attendanceset。 strsql = Emp_No= 。 strsql += 39。+str+39。 ()。 = strsql。 ()。 ()。 if(MessageBox(你確定要?jiǎng)h除此記錄嗎 ?,NULL,MB_OKCANCEL) == IDOK) { ()。 } } if(IsSchedule == TRUE) // 企業(yè)培訓(xùn)計(jì)劃 { CScheduleSetscheduleset。 strsql = Course_name= 。 strsql += 39。+str+39。 ()。 = strsql。 ()。 ()。 if(MessageBox(你確定要?jiǎng)h除此記錄嗎 ?,NULL,MB_OKCANCEL) == IDOK) { ()。 } } if(IsScore == TRUE) // 培訓(xùn)成績(jī) { CScoreSet scoreset。 strsql = Emp_No= 。 strsql += 39。+str+39。 ()。 = strsql。 30 ()。 ()。 if(MessageBox(你確定要?jiǎng)h除此記錄嗎 ?,NULL,MB_OKCANCEL) == IDOK) { ()。 } } if(IsDept == TRUE) // 部門信息 { CDeptSet deptset。 strsql = Dept_name= 。 strsql += 39。+str+39。 ()。 = strsql。 ()。 ()。 if(MessageBox(你確定要?jiǎng)h除此記錄 嗎 ?,NULL,MB_OKCANCEL) == IDOK) { ()。 } } if(IsCourse == TRUE) //課程信息 { CCourseSet courseset。 strsql = Course_name= 。 strsql += 39。+str+39。 ()。 = strsql。 ()。 ()。 if(MessageBox(你確定要?jiǎng)h除此記錄嗎 ?,NULL,MB_OKCANCEL) == IDOK) { ()。 } } } 刷新選項(xiàng): void CMy001View::OnRefresh() { CString str。 31 CString strsql。 ()。 if(IsBaseinfo == TRUE) { CBaseinfoSet baseinfo。 ()。 if(IsManager) { strsql = 。 } else { strsql = Emp_No= 。 strsql += 39。+ID+39。 } = strsql。 ()。 ()。 while(() == 0) { int nColumnCount = ()。 (nColumnCount,)。 ()。 } } if(IsXlinfo == TRUE) { CXLinfoSet xlinfo。 ()。 if(IsManager) { strsql = 。 } else { strsql = Emp_No= 。 strsql += 39。+ID+39。 } = strsql。 ()。 ()。 while(() == 0) { int nColumnCount = ()。 32 (nColumnCount,)。 ()。 } } if(IsAttendance == TRUE) { CAttendanceSet attendance。 ()。 if(IsManager) { strsql = 。 } else { strsql = Emp_No= 。 strsql += 39。+ID+39。 } = strsql。 ()。 ()。 while(() == 0) { int nColumnCount = ()。 (nColumnCount,)。 ()。 } } if(IsSchedule == TRUE) { CScheduleSetschedule。 ()。 strsql = 。 = strsql。 ()。 ()。 while(() == 0) { int nColumnCount = ()。 (nColumnCount,)。 ()。 } } if(IsScore == TRUE) { 33 CScoreSet score。 ()。 if(IsManager) { strsql = 。 } else { strsql = Emp_No= 。 strsql += 39。+ID+39。 } = strsql。 ()。 ()。 while(() == 0) { int nColumnCount = ()。 (nColumnCount,)。 ()。 } } if(IsDept ==TRUE) { CDeptSet deptset。 = 。 ()。 ()。 while(() == 0) { int nColumnCount = ()。 (nColumnCount,)。 ()。 } } if(IsCourse == TRUE) { CCourseSet courseset。 = 。 ()。 ()。 while(() == 0) { int nColumnCount = ()。 (nColumnCount,)。 34
點(diǎn)擊復(fù)制文檔內(nèi)容
黨政相關(guān)相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1