版權(quán)說(shuō)明:本文檔由用戶(hù)提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
實(shí)用文檔軟件開(kāi)發(fā)生產(chǎn)實(shí)習(xí)報(bào)告姓名學(xué)號(hào)班級(jí)項(xiàng)目名稱(chēng)人事管理系統(tǒng)光谷軟件園實(shí)習(xí)時(shí)間2016.7.4-2016.7.15實(shí)習(xí)地點(diǎn)實(shí)習(xí)成績(jī)指導(dǎo)教師簽字信息科學(xué)與工程學(xué)院2016 年 7 月 15 日實(shí)用文檔軟件開(kāi)發(fā)生產(chǎn)實(shí)習(xí)報(bào)告實(shí)習(xí)目的1.1使學(xué)生全面了解軟件項(xiàng)目實(shí)施的過(guò)程,理解軟件企業(yè)對(duì)于程序員的基本素質(zhì)和技術(shù)能力要求。1.2使學(xué)生掌握 JSP及Servlet 基本的 JavaEE編程技術(shù),能夠綜合運(yùn)用oracle 數(shù)據(jù)庫(kù)及Eclipse 開(kāi)發(fā)環(huán)境進(jìn)行小型項(xiàng)目的開(kāi)發(fā)。1.3重點(diǎn)培養(yǎng)學(xué)生的團(tuán)隊(duì)精神和協(xié)作意識(shí),提高其口頭和書(shū)面的溝通能力。1.4使學(xué)生掌握快速學(xué)習(xí)新知識(shí)、新技術(shù)方法,培養(yǎng)良好的分析問(wèn)題和解決問(wèn)題的能力1.5重點(diǎn)提高學(xué)生的編程能力,使學(xué)生建立正確的編程理念,養(yǎng)成規(guī)范的編程習(xí)慣。2.實(shí)習(xí)過(guò)程2.1技術(shù)準(zhǔn)備 (Java數(shù)據(jù)庫(kù)連接)技術(shù)Java數(shù)據(jù)庫(kù)連接是 java語(yǔ)言中用來(lái)規(guī)范客戶(hù)端程序如何來(lái)訪問(wèn)數(shù)據(jù)庫(kù)的應(yīng)用程序接口,提供了諸如查詢(xún)和更新數(shù)據(jù)庫(kù)中數(shù)據(jù)的方法。本次程序利用該技術(shù)連接到 oracle數(shù)據(jù)庫(kù),實(shí)現(xiàn)數(shù)據(jù)的更新,刪除,插入。 技術(shù)JSP其根本是一個(gè)簡(jiǎn)化的 Servlet 技術(shù),它是傳統(tǒng)的網(wǎng)頁(yè)HTML文件中插入java程序段。本次程序利用JSP技術(shù)實(shí)現(xiàn)其動(dòng)態(tài)跳轉(zhuǎn)。用到的相關(guān)軟件1)jdk(運(yùn)行環(huán)境):安裝好jdk后,設(shè)置好環(huán)境變量。2)Tomcat:進(jìn)行相應(yīng)的配置。3)EclipseJ2EE(開(kāi)發(fā)環(huán)境):?jiǎn)?dòng)開(kāi)發(fā)環(huán)境,然后配置好之前安裝好的jdk。4)Oracle數(shù)據(jù)庫(kù)(10G):運(yùn)行安裝程序,設(shè)置兼容性,以管理員身份運(yùn)行,設(shè)置密碼;安裝完成后檢查服務(wù),確定以下兩個(gè)服務(wù):OracleOraDb10g_home1TNSListener監(jiān)聽(tīng)服務(wù)實(shí)用文檔OracleServiceORCL(服務(wù)名稱(chēng)ORCL)核心服務(wù)這兩個(gè)服務(wù)必須為開(kāi)啟狀態(tài)。2.2項(xiàng)目實(shí)施 功能需求管理員登錄組織管理 系統(tǒng)管理部門(mén)管理 崗位管理 設(shè)置關(guān)系功能名稱(chēng)部門(mén)管理崗位管理
備注主要用于部門(mén)的管理,描述人事管理系統(tǒng)中的部門(mén)信息,其中也包含了部門(mén)的上下級(jí)關(guān)系。部門(mén)管理包含對(duì)部門(mén)信息的查詢(xún),以及添加部門(mén);查詢(xún)部門(mén)時(shí)可對(duì)部門(mén)信息進(jìn)行修改和刪除操作。主要用于崗位的管理,描述人事管理系統(tǒng)中的崗位信息。崗位管理包含對(duì)崗位信息的查詢(xún),以及添加新的崗位;查詢(xún)崗位時(shí)
裁剪說(shuō)明不可裁剪崗位管理實(shí)用文檔系統(tǒng)管理設(shè)置關(guān)系
可以崗位信息進(jìn)行修改和刪除操作,主要用于管理員的管理,描述人事管理系統(tǒng)中的信息。管理員登錄進(jìn)入系統(tǒng)后,通過(guò)系統(tǒng)管理查詢(xún)管理員的信息,以及添加新的管理員,但不可刪除或更改管理員的信息。主要用于將各個(gè)不同的崗位歸到相應(yīng)的部門(mén),便于管理。
不可裁剪不可裁剪 部門(mén)管理需求描述功能需求功能名稱(chēng)部門(mén)管理優(yōu)先級(jí)高業(yè)務(wù)背景部門(mén)是構(gòu)成一個(gè)組織的基本單位。部門(mén)管理用于維護(hù)部門(mén)的基本信息,以及體現(xiàn)整個(gè)系統(tǒng)中部門(mén)之間的上下級(jí)關(guān)系,還有該部門(mén)的類(lèi)型級(jí)別是公司還是部門(mén)。功能說(shuō)明1.添加部門(mén)2.修改部門(mén)信息3.刪除部門(mén)約束條件系統(tǒng)要求部門(mén)的編號(hào)唯一。相關(guān)查詢(xún)查詢(xún)部門(mén)列表,點(diǎn)擊部門(mén)查詢(xún)出現(xiàn)所有的部門(mén)信息其他需求無(wú)裁剪說(shuō)明 不可裁剪流程描述實(shí)用文檔開(kāi)始登錄部門(mén)管理新修刪查建改除詢(xún)部部部部門(mén)門(mén)門(mén)門(mén)結(jié)束數(shù)據(jù)描述部門(mén)基本信息名稱(chēng)描述是否必添編號(hào)是部門(mén)名稱(chēng)是類(lèi)型(下拉框)分為公司、部門(mén)是電話是傳真是描述是上級(jí)部門(mén)(下拉框)分為各個(gè)部門(mén),總經(jīng)辦和總公司是成立日期是崗位管理需求描述實(shí)用文檔功能需求功能名稱(chēng)崗位管理優(yōu)先級(jí)高業(yè)務(wù)背景崗位是指一個(gè)組織中由特定人員所承擔(dān)的多種職責(zé)的集合,一般來(lái)講崗位對(duì)應(yīng)到了特定的部門(mén)。但為了簡(jiǎn)化實(shí)訓(xùn)項(xiàng)目,裁剪了崗位與部門(mén)之間的關(guān)系。本功能就是對(duì)各崗位進(jìn)行管理,包括增加、修改、刪除崗位,以及查詢(xún)崗位下的員工等。功能說(shuō)明1.增加崗位2.修改崗位3.刪除崗位約束條件無(wú)相關(guān)查詢(xún)查詢(xún)崗位信息,包括編號(hào),名稱(chēng),類(lèi)型,所屬部門(mén)以及該崗位最大限制多少人。其他需求 無(wú)裁剪說(shuō)明 不可裁剪流程描述開(kāi)始登錄崗位管理新修刪查建改除詢(xún)崗崗崗崗位位位位結(jié)束數(shù)據(jù)描述崗位基本信息實(shí)用文檔名稱(chēng)描述是否必添崗位編號(hào)是崗位名稱(chēng)是類(lèi)型(下拉框)分為管理,技術(shù),營(yíng)銷(xiāo),市場(chǎng)等;是崗位編制限制崗位上最多可配置多少員工是所屬部門(mén)(下拉框)分為行政部,生產(chǎn)部,銷(xiāo)售部,是技術(shù)部,財(cái)務(wù)部等。備注1否備注2否備注3否系統(tǒng)管理需求描述功能需求功能名稱(chēng)優(yōu)先級(jí)業(yè)務(wù)背景功能說(shuō)明約束條件相關(guān)查詢(xún)其他需求裁剪說(shuō)明流程描述
系統(tǒng)管理低管理管理員相關(guān)的信息1、添加管理員2、查詢(xún)管理員3、退出登錄無(wú)管理員編號(hào)、姓名等無(wú)不可裁剪。開(kāi)始登錄系統(tǒng)管理添加查詢(xún)管管理理員員
退出登錄結(jié)束實(shí)用文檔數(shù)據(jù)描述管理員基本信息名稱(chēng)描述是否必添編號(hào)是名稱(chēng)是登錄密碼是所屬部門(mén)否電話否入職日期否設(shè)置關(guān)系需求描述功能需求功能名稱(chēng)設(shè)置關(guān)系優(yōu)先級(jí)低業(yè)務(wù)背景每個(gè)部門(mén)中有不同的崗位功能說(shuō)明將不同的崗位保存到相應(yīng)的部門(mén)約束條件無(wú)相關(guān)查詢(xún)可通過(guò)查詢(xún)崗位信息來(lái)查詢(xún)?cè)搷徫坏乃鶎俨块T(mén)其他需求無(wú)裁剪說(shuō)明 不可裁剪。 總體設(shè)計(jì)本次人事管理系統(tǒng)要求完成管理員的登錄,添加管理員以及查詢(xún)管理員信息,部門(mén)信息的查詢(xún),部門(mén)的添加,部門(mén)信息的刪除和修改,崗位信息的查詢(xún),崗位的添加,崗位信息得到刪除和修改以及崗位和部門(mén)之間的關(guān)系設(shè)置。 因此該系統(tǒng)除了基本的部門(mén)類(lèi),管理員類(lèi),崗位類(lèi)等以外主要的就是對(duì)他們的操作類(lèi),主要如下:實(shí)用文檔組織管理部門(mén)管理 崗位管理新修刪查新修建改除詢(xún)建改部部部部崗崗門(mén)門(mén)門(mén)門(mén)位位
開(kāi)始管理員登錄刪查設(shè)除詢(xún)置崗崗關(guān)位位系退出登錄結(jié)束人事管理系統(tǒng)
系統(tǒng)管理系統(tǒng)管理添加管理員
查詢(xún)管理員模塊名稱(chēng)功能簡(jiǎn)述1、管理員登錄類(lèi)(ManagerServlet)系統(tǒng)管理模塊2、查詢(xún)管理員信息類(lèi)(ManagerSelectServlet)3、添加管理員信息類(lèi)(ManagerAddServlet)1、查詢(xún)部門(mén)信息類(lèi)(SkdeptSelectServlet)部門(mén)管理模塊2、修改部門(mén)信息類(lèi)(SkdeptModifyServlet)3、刪除部門(mén)信息類(lèi)(SkdeptDeleteServlet)4、添加部門(mén)類(lèi)(SkdeptAddServlet)1、查詢(xún)崗位信息類(lèi)(SkjobSelectServlet)崗位管理模塊2、修改崗位信息類(lèi)(SkjobModifyServlet)3、刪除崗位信息類(lèi)(SkjobDeleteServlet)4、添加崗位類(lèi)( SkjobAddServlet )1、添加關(guān)系類(lèi)( AddSkdeptSkjob)設(shè)置關(guān)系模塊 2、添加關(guān)系類(lèi) 2(AddSkdeptSkjob2)實(shí)用文檔 詳細(xì)設(shè)計(jì)與編碼 系統(tǒng)管理模塊管理員登錄模塊名稱(chēng)功能描述數(shù)據(jù)結(jié)構(gòu)與算法
管理員登錄:ManagerServlet管理員輸入賬戶(hù)密碼登進(jìn)人事管理系統(tǒng)packagecom.servlet;publicclassManagerServletextendsHttpServlet{protectedvoiddoGet(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{doPost(req,resp);}protectedvoiddoPost(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{req.setCharacterEncoding("utf-8");resp.setCharacterEncoding("utf-8");Stringname=req.getParameter("yonghuming");Stringpassword=req.getParameter("password");ManagerDaosd=newManagerDao();HttpSessionsession=req.getSession();try{Managerstu=sd.login(name,password);if(stu==null){session.setAttribute("errorMsg"," 用戶(hù)名或密碼錯(cuò)誤!");session.setAttribute("redirectUrl","login.html");req.getRequestDispatcher("error.jsp").forward(req,resp);}else{session.setAttribute("userInfo",stu);resp.sendRedirect("index.html");實(shí)用文檔}}catch(SQLExceptione){e.printStackTrace();}}}補(bǔ)充說(shuō)明查詢(xún)管理員信息模塊名稱(chēng) 查詢(xún)管理員: ManagerSelectServlet功能描述 查詢(xún)管理員的基本信息數(shù)據(jù)結(jié)構(gòu) packagecom.servlet;與算法 publicclassManagerSelectServletextendsHttpServlet{protectedvoiddoGet(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{doPost(req,resp);}protectedvoiddoPost(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{ManagerDaosd=newManagerDao();try{List<Manager>list=sd.find();req.getSession().setAttribute("ManagerList",list);req.getRequestDispatcher("ManagerList.jsp").forward(req,resp);}catch(SQLExceptione){e.printStackTrace();}}}實(shí)用文檔補(bǔ)充說(shuō)明添加管理員模塊名稱(chēng)
添加管理員:
ManagerAddServlet功能描述
添加新的管理員數(shù)據(jù)結(jié)構(gòu)與算法
packagecom.servlet;publicclassManagerAddServletextendsHttpServlet{protectedvoiddoGet(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{doPost(req,resp);}protectedvoiddoPost(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{req.setCharacterEncoding("utf-8");req.setCharacterEncoding("utf-8");Stringname=req.getParameter("name");Stringpassword=req.getParameter("pass");Managerman=newManager();req.setCharacterEncoding("utf-8");req.setCharacterEncoding("utf-8");man.setName(name);man.setPassword(password);ManagerDaod=newManagerDao();intcount;try{count=d.AddManager(man);if(count>=1){req.getRequestDispatcher("addmanager.html").forward(req,resp);}else{實(shí)用文檔HttpSessionsession=req.getSession();session.setAttribute("errorMsg","添加失敗");session.setAttribute("redirectUrl","addmanager");req.getRequestDispatcher("error.jsp").forward(req,resp);}}catch(SQLExceptione){e.printStackTrace();}}}補(bǔ)充說(shuō)明 部門(mén)管理模塊查詢(xún)部門(mén)信息模塊名稱(chēng)
查詢(xún)部門(mén):
SkdeptSelectServlet功能描述
查詢(xún)部門(mén)的基本信息數(shù)據(jù)結(jié)構(gòu)與算法
packagecom.servlet;publicclassSkdeptSelectServletextendsHttpServlet{protectedvoiddoGet(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{doPost(req,resp);}protectedvoiddoPost(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{SkdeptDaosd=newSkdeptDao();try{List<Skdept>list=sd.find();req.getSession().setAttribute("SkdeptList",list);req.getRequestDispatcher("SkdeptList.jsp").forward(req,resp);}catch(SQLExceptione){實(shí)用文檔e.printStackTrace();}}}補(bǔ)充說(shuō)明修改部門(mén)信息模塊名稱(chēng)功能描述數(shù)據(jù)結(jié)構(gòu)與算法
修改部門(mén):SkdeptModifyServlet當(dāng)發(fā)現(xiàn)部門(mén)的信息有誤時(shí),可進(jìn)行修改packagecom.servlet;publicclassSkdeptModifyServletextendsHttpServlet{protectedvoiddoGet(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{doPost(req,resp);}protectedvoiddoPost(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{req.setCharacterEncoding("utf-8");resp.setCharacterEncoding("utf-8");Stringid=req.getParameter("id");Stringname=req.getParameter("name");Stringtype=req.getParameter("type");Stringtele=req.getParameter("tele");Stringfax=req.getParameter("fax");Stringdiscrip=req.getParameter("discrip");Stringskdsuper=req.getParameter("skdsuper");Stringcreatetime=req.getParameter("createtime");Skdeptskd=newSkdept();skd.setId(Integer. parseInt(id));skd.setName(name);skd.setType(type);skd.setTele(Long. parseLong(tele));skd.setFax(fax);skd.setDiscrip(discrip);實(shí)用文檔skd.setSkdsuper(skdsuper);skd.setCreatetime(createtime);SkdeptDaosd=newSkdeptDao();try{intcount=sd.update(skd);if(count>=1){修改成功req.getRequestDispatcher("select").forward(req,resp);}else{修改失敗處理HttpSessionsession=req.getSession();session.setAttribute("errorMsg","修改失敗!");session.setAttribute("redirectUrl","select");req.getRequestDispatcher("error.jsp").forward(req,resp);}}catch(NumberFormatExceptione){e.printStackTrace();}catch(SQLExceptione){e.printStackTrace();}}}補(bǔ)充說(shuō)明刪除部門(mén)信息模塊名稱(chēng)刪除部門(mén):SkdeptDeleteServlet功能描述將部門(mén)刪除數(shù)據(jù)結(jié)構(gòu)packagecom.servlet;與算法importjava.io.IOException;importjava.sql.SQLException;importjavax.servlet.ServletException;importjavax.servlet.http.HttpServlet;importjavax.servlet.http.HttpServletRequest;importjavax.servlet.http.HttpServletResponse;importjavax.servlet.http.HttpSession;importcom.dao.SkdeptDao;publicclassSkdeptDeleteServletextendsHttpServlet{protectedvoiddoGet(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{doPost(req,resp);}實(shí)用文檔protectedvoiddoPost(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{req.setCharacterEncoding("utf-8");resp.setCharacterEncoding("utf-8");Stringid=req.getParameter("id");SkdeptDaosd=newSkdeptDao();try{intcount=sd.delete(Integer.parseInt(id));if(count>=1){刪除成功req.getRequestDispatcher("select").forward(req,resp);}else{刪除失敗處理HttpSessionsession=req.getSession();session.setAttribute("errorMsg","刪除失敗!");session.setAttribute("redirectUrl","select")req.getRequestDispatcher("error.jsp").forward(req,resp);}}catch(NumberFormatExceptione){e.printStackTrace();}catch(SQLExceptione){e.printStackTrace();}}}補(bǔ)充說(shuō)明添加部門(mén)模塊名稱(chēng)添加部門(mén):SkdeptAddServlet功能描述添加新的部門(mén)數(shù)據(jù)結(jié)構(gòu)packagecom.servlet;與算法importjava.io.IOException;importjava.sql.SQLException;importjava.util.Date;importjavax.servlet.ServletException;importjavax.servlet.http.HttpServlet;importjavax.servlet.http.HttpServletRequest;importjavax.servlet.http.HttpServletResponse;importjavax.servlet.http.HttpSession;importcom.dao.SkdeptDao;實(shí)用文檔publicclassSkdeptAddServletextendsHttpServlet{protectedvoiddoGet(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{doPost(req,resp);}protectedvoiddoPost(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{req.setCharacterEncoding("utf-8");req.setCharacterEncoding("utf-8");try{Stringname=req.getParameter("name");Stringtype=req.getParameter("type");Stringtele=req.getParameter("tele");Stringfax=req.getParameter("fax");Stringdiscrip=req.getParameter("discrip");Stringskdsuper=req.getParameter("super");Stringcreatetime=req.getParameter("createtime");Skdeptskd=newSkdept();req.setCharacterEncoding("utf-8");req.setCharacterEncoding("utf-8");skd.setName(name);skd.setType(type);skd.setTele(Long.parseLong(tele));skd.setFax(fax);skd.setDiscrip(discrip);skd.setSkdsuper(skdsuper);skd.setCreatetime(createtime);SkdeptDaod=newSkdeptDao();intcount;count=d.AddSkdept(skd);if(count>=1){req.getRequestDispatcher("sec1.html").forward(req,resp);}else{HttpSessionsession=req.getSession();session.setAttribute("errorMsg","添加失敗");session.setAttribute("redirectUrl","sec1.html");req.getRequestDispatcher("error.jsp").forward(req,resp);實(shí)用文檔}}catch(Exceptione){e.printStackTrace();HttpSessionsession=req.getSession();session.setAttribute("errorMsg"," 添加失敗");session.setAttribute("redirectUrl","adddept.html");req.getRequestDispatcher("error.jsp").forward(req,resp);}}}補(bǔ)充說(shuō)明 崗位管理模塊查詢(xún)崗位信息模塊名稱(chēng)
查詢(xún)崗位:
SkjobSelectServlet功能描述
查詢(xún)崗位的基本信息數(shù)據(jù)結(jié)構(gòu)與算法
packagecom.servlet;publicclassSkjobSelectServletextendsHttpServlet{protectedvoiddoGet(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{doPost(req,resp);}protectedvoiddoPost(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{SkjobDaosd=newSkjobDao();try{List<Skjob>list=sd.find();req.getSession().setAttribute("SkjobList",list);req.getRequestDispatcher("SkjobList.jsp").forward(req,resp);}catch(SQLExceptione){實(shí)用文檔e.printStackTrace();}}}補(bǔ)充說(shuō)明修改崗位信息模塊名稱(chēng) 修改崗位信息: SkjobModifyServlet功能描述 對(duì)崗位的信息進(jìn)行修改數(shù)據(jù)結(jié)構(gòu) packagecom.servlet;與算法publicclassSkjobModifyServletextendsHttpServlet{protectedvoiddoGet(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{doPost(req,resp);}protectedvoiddoPost(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{req.setCharacterEncoding("utf-8");resp.setCharacterEncoding("utf-8");Stringid=req.getParameter("id");Stringname=req.getParameter("name");Stringtype=req.getParameter("type");Stringlimit=req.getParameter("limit");Stringdeptno=req.getParameter("deptno");Stringskd_id=req.getParameter("skd_id");Stringexplanation1=req.getParameter("explanation1");Stringexplanation2=req.getParameter("explanation2");Stringexplanation3=req.getParameter("explanation3");Skjobskj=newSkjob();skj.setId(Integer.parseInt(id));實(shí)用文檔skj.setName(name);skj.setType(type);skj.setLimit(Integer.parseInt(limit));skj.setDeptno(deptno);skj.setSkd_id(Integer.parseInt(skd_id));skj.setExplanation1(explanation1);skj.setExplanation2(explanation2);skj.setExplanation3(explanation3);SkjobDaosd=newSkjobDao();try{intcount=sd.update(skj);if(count>=1){刪除成功req.getRequestDispatcher("select").forward(req,resp);}else{刪除失敗處理HttpSessionsession=req.getSession();session.setAttribute("errorMsg","修改失敗!");session.setAttribute("redirectUrl","select");req.getRequestDispatcher("error.jsp").forward(req,resp);}}catch(NumberFormatExceptione){e.printStackTrace();}catch(SQLExceptione){e.printStackTrace();}}}補(bǔ)充說(shuō)明刪除崗位信息模塊名稱(chēng)刪除崗位:SkjobDeleteServlet功能描述刪除掉沒(méi)有的崗位數(shù)據(jù)結(jié)構(gòu)packagecom.servlet;與算法importjava.io.IOException;importjava.sql.SQLException;importjavax.servlet.ServletException;importjavax.servlet.http.HttpServlet;importjavax.servlet.http.HttpServletRequest;importjavax.servlet.http.HttpServletResponse;實(shí)用文檔publicclassSkjobDeleteServletextendsHttpServlet{protectedvoiddoGet(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{doPost(req,resp);}protectedvoiddoPost(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{req.setCharacterEncoding("utf-8");resp.setCharacterEncoding("utf-8");Stringid=req.getParameter("id");SkjobDaosd=newSkjobDao();try{intcount=sd.delete(Integer.parseInt(id));if(count>=1){刪除成功req.getRequestDispatcher("select").forward(req,resp);}else{刪除失敗處理HttpSessionsession=req.getSession();session.setAttribute("errorMsg","刪除失敗!");session.setAttribute("redirectUrl","select");req.getRequestDispatcher("error.jsp").forward(req,resp);}}catch(NumberFormatExceptione){e.printStackTrace();}catch(SQLExceptione){e.printStackTrace();}}}補(bǔ)充說(shuō)明添加崗位信息模塊名稱(chēng)添加崗位:SkjobAddServlet功能描述添加新的崗位數(shù)據(jù)結(jié)構(gòu)packagecom.servlet;與算法importjava.io.IOException;實(shí)用文檔publicclassSkjobAddServletextendsHttpServlet{protectedvoiddoGet(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{doGet(req,resp);}protectedvoiddoPost(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{req.setCharacterEncoding("utf-8");req.setCharacterEncoding("utf-8");try{Stringname=req.getParameter("name");Stringtype=req.getParameter("type");Stringlimit=req.getParameter("limit");Stringdeptno=req.getParameter("deptno");Stringskd_id=req.getParameter("skd_id");Stringexplanation1=req.getParameter("explanation1");Stringexplanation2=req.getParameter("explanation2");Stringexplanation3=req.getParameter("explanation3");Skjobskj=newSkjob();req.setCharacterEncoding("utf-8");req.setCharacterEncoding("utf-8");skj.setName(name);skj.setType(type);skj.setLimit(Integer.parseInt(limit));skj.setDeptno(deptno);skj.setSkd_id(Integer.parseInt(skd_id));skj.setExplanation1(explanation1);skj.setExplanation2(explanation2);skj.setExplanation3(explanation3);SkjobDaojob=newSkjobDao();intcount;count=job.AddSkjob(skj);if(count>=1){實(shí)用文檔成功req.getRequestDispatcher("sec1.html").forward(req,resp);}else{HttpSessionsession=req.getSession();session.setAttribute("errorMsg","添加失敗");session.setAttribute("redirectUrl","sec1.html");req.getRequestDispatcher("error.jsp").forward(req,resp);}}catch(Exceptione){e.printStackTrace();HttpSessionsession=req.getSession();session.setAttribute("errorMsg","添加失敗");session.setAttribute("redirectUrl","addjob.html");req.getRequestDispatcher("error.jsp").forward(req,resp);}}}補(bǔ)充說(shuō)明關(guān)系模塊模塊名稱(chēng)AddSkdeptSkjob功能描述設(shè)置部門(mén)和崗位之間的關(guān)系數(shù)據(jù)結(jié)構(gòu)packagecom.servlet;與算法importjava.io.IOException;importjava.sql.SQLException;importjava.util.List;importjavax.servlet.ServletException;importjavax.servlet.http.HttpServlet;importjavax.servlet.http.HttpServletRequest;importjavax.servlet.http.HttpServletResponse;importcom.dao.SkdeptDao;importcom.dao.SkjobDao;importcom.model.Skdept;importcom.model.Skjob;publicclassAddSkdeptSkjobextendsHttpServlet{protectedvoiddoGet(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{doPost(req,resp);}protectedvoiddoPost(HttpServletRequestreq,實(shí)用文檔HttpServletResponseresp)throwsServletException,IOException{SkdeptDaoskd=newSkdeptDao();SkjobDaoskj=newSkjobDao();try{List<Skjob>listj=skj.find();List<Skdept>listd=skd.find();req.getSession().setAttribute("SkdeptList",listd);req.getSession().setAttribute("SkjobList",listj);req.getRequestDispatcher("AddSkdeptSkjob.jsp").forward(req,resp);}catch(SQLExceptione){e.printStackTrace();}}}補(bǔ)充說(shuō)明模塊名稱(chēng)
AddSkdeptSkjob2功能描述
設(shè)置部門(mén)和崗位之間的關(guān)系數(shù)據(jù)結(jié)構(gòu)與算法
packagecom.servlet;publicclassAddSkdeptSkjob2extendsHttpServlet{protectedvoiddoGet(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{doPost(req,resp);}protectedvoiddoPost(HttpServletRequestreq,HttpServletResponseresp)throwsServletException,IOException{req.setCharacterEncoding("utf-8");req.setCharacterEncoding("utf-8");SkjobDaoskj=newSkjobDao();Stringdeptno=req.getParameter("deptno");實(shí)用文檔Stringname=req.getParameter("job");try{intcount=skj.update(deptno,name);if(c
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶(hù)所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶(hù)上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶(hù)上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶(hù)因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 七年級(jí)道德與法治上冊(cè)第三單元師長(zhǎng)情誼第六課師生之間第1框走近老師教案新人教版
- 三年級(jí)科學(xué)上冊(cè)第三單元天氣與我們的生活第十四課我的雨量器教案青島版
- 小學(xué)生家校溝通制度
- 《吃蟲(chóng)草》課件(3篇)
- 《行行重行行完整》課件
- 三年級(jí)閱讀課教學(xué)參考計(jì)劃范文5篇
- 破釜沉舟成語(yǔ)故事課件全
- 2021年衛(wèi)生法簡(jiǎn)答題
- 風(fēng)險(xiǎn)合規(guī)管理培訓(xùn)課件
- 2021年全國(guó)應(yīng)急普法知識(shí)考試題庫(kù)(全真題庫(kù))
- 杰士德在線測(cè)評(píng)題
- 第18課《我的白鴿》公開(kāi)課一等獎(jiǎng)創(chuàng)新教學(xué)設(shè)計(jì)
- 2024年自然資源部直屬企事業(yè)單位公開(kāi)招聘考試筆試易考易錯(cuò)模擬試題(共500題)試卷后附參考答案
- 2024-2030年中國(guó)無(wú)糖壓縮餅干行業(yè)市場(chǎng)現(xiàn)狀供需分析及投資評(píng)估規(guī)劃分析研究報(bào)告
- 安全管理三級(jí)體系
- 2024年商用密碼應(yīng)用安全性評(píng)估從業(yè)人員考核試題庫(kù)-下(判斷題)
- 快樂(lè)讀書(shū)吧《愛(ài)的教育》復(fù)習(xí)小結(jié)(知識(shí)點(diǎn))-統(tǒng)編版語(yǔ)文六年級(jí)上冊(cè)
- 2024年人教版初一生物(上冊(cè))期末考卷及答案(各版本)
- 光伏發(fā)電工程建設(shè)標(biāo)準(zhǔn)工藝手冊(cè)(2023版)
- 2024至2030年中國(guó)無(wú)糖壓縮餅干行業(yè)市場(chǎng)全景監(jiān)測(cè)及投資策略研究報(bào)告
- 食品安全追溯管理體系制度
評(píng)論
0/150
提交評(píng)論