【正文】
信息的頁面 10. 系統(tǒng) 管理員修改公司員工 信息頁面 11. 系統(tǒng)管理員修改公司員工信息成功后的跳轉(zhuǎn)提示頁面 12. 系統(tǒng)管理員錄入公司新員工檔案信息頁面 13. 系統(tǒng)管理員錄入公司新員工檔案信息成功后的跳轉(zhuǎn)提示頁面 14. 分頁顯示 公司所有員工信息的頁面 15. 分頁顯示公司員工的建議信息頁面 輸入要?jiǎng)h除信息員工的員工編號(hào) 17. 刪除員工信息成功的跳轉(zhuǎn)提示頁面 各模塊功能的實(shí)現(xiàn)邏輯 打開該 JSP 人事管理系統(tǒng)后 , 有 兩個(gè)超鏈接圖片,一個(gè)是鏈接到管理員登錄頁面的,另一個(gè)是鏈接到公司員工登錄頁面的 , 管理員點(diǎn)擊登錄到管理員登錄頁面的圖片后, 頁面鏈接到 , 管理員 輸入正確的姓名和密碼后, 點(diǎn)擊登錄, 表單提交到名為 adLogin 的 Servlet, 通過 Servlet 類 來鑒定管理員的姓名和登錄密碼, 然后頁面轉(zhuǎn)發(fā)到管理員登錄成功的提示頁面,管理員登錄時(shí)的信息存儲(chǔ)在 名為 的 javaBean 類中, 同樣公司員工登錄時(shí)的原理和用到的 Servlet 以及 javaBean 與管理員登錄時(shí)的基本相似 。 try{ con=(jdbc:nager,root,litao1029)。分析的根本目的是在開發(fā)者和提出需求的人之間,建立一種理解和溝通的機(jī)制。 系統(tǒng)的功能分析 該人事管理系統(tǒng)的將要 實(shí)現(xiàn)的 功能主要包括:管理員和員工的登錄,新員工檔案 信息 的錄入, 員工信息的查詢,員工的信息的更新、刪除 ,員工對(duì)公司的建議 等 。其基本操作還是對(duì)存在數(shù)據(jù)庫進(jìn)行添加 、刪除、查找、編輯等。使原本的舊的管理方法越來越不適應(yīng)現(xiàn)在社會(huì)的發(fā)展。 MySQL 數(shù)據(jù)庫 MySQL 是一個(gè)小型關(guān)系型數(shù)據(jù)庫管理系統(tǒng),開發(fā)者為瑞典 MySQL AB 公司。由于有了 Sun 的參與和支持,最新的 Servlet 和 JSP 規(guī)范總是能在 Tomcat 中得到體現(xiàn), Tomcat 5 支持最新的 Servlet 和 JSP 規(guī)范。 JSP 是基于 Java Servlet 以及整個(gè) Java 體系的Web 開發(fā)技術(shù),利用這一技術(shù)可以建立安全、跨平臺(tái)的先進(jìn)動(dòng)態(tài)網(wǎng)站。 2 管理信息系統(tǒng)是進(jìn)行信息的采集 、存儲(chǔ)、加工、維護(hù)和使用的系統(tǒng)。 關(guān)鍵詞: JAVA; JSP; MYSQL; 管理信息系統(tǒng) II Abstract Because of the rapid development of puter technology, database technology as an effective means of data management, in all walks of life are increasingly wide application. Therefore, this article on a personnel management system design and procedures for applications development topics background, details and MY SQL to add language to the process of preparing management information systems. The procedure adopted to achieve the target data add the connection with JAVA prospects background MYSQL databases and database applications with typical characteristics, and pleted the structure and system bining real life. Management system applications development is not only a preparation process, but more importantly in the analysis and design phase work. The procedure strictly followed in the design process software engineering methods, and use a phased plan to manage the life cycle and on the main procedures designed, detailed design stage, the demand for putation procedures, and constantly revised and improved, the use of MY SQL powerful database functions, Until the feasibility of forming a perfect system. beautiful interface for practical information and the maintenance of the mon functions constitute a personnel management system. Keyword: JAVA; JSP; MYSQL; Management Information System III 目錄 摘 要 ................................................................................................................................. I Abstract ............................................................................................................................... II 第一章 引言 ....................................................................................................................... 1 開發(fā)背景 ............................................................................................................... 1 開發(fā)目標(biāo) ............................................................................................................... 1 第二章 開發(fā)技術(shù)及開發(fā)工具介紹 ........................................................................................ 3 Jsp簡(jiǎn)介 .................................................................................................................. 3 MVC 簡(jiǎn)介 ............................................................................................................... 3 TomCat 服務(wù)器簡(jiǎn)介 ................................................................................................. 3 My Eclipse 簡(jiǎn)介 ...................................................................................................... 4 MySQL數(shù)據(jù)庫 ........................................................................................................ 4 第三章 系統(tǒng)概述 ................................................................................................................ 5 系統(tǒng)的需求分析 ..................................................................................................... 5 系統(tǒng)的功能分析 ..................................................................................................... 7 系統(tǒng)的數(shù)據(jù)流程分析 .............................................................................................. 8 第四章 系統(tǒng)設(shè)計(jì) .................................................................................................