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

正文內(nèi)容

基于jsp的在線招聘系統(tǒng)-資料下載頁

2025-05-07 20:11本頁面
  

【正文】 ckLoginAction (5)實(shí)現(xiàn)步驟: ? 點(diǎn)擊應(yīng)聘者注冊(cè)或者招聘方注冊(cè); ? 填寫相應(yīng)的注冊(cè)資料時(shí),選擇用戶名時(shí)根據(jù)相應(yīng)類型來填寫。并得到LogoutAction 來驗(yàn)證,如果不符合則注冊(cè)失敗。 ? 注冊(cè)圖如下所示: 圖 42 應(yīng)聘者注冊(cè) 圖 43 招聘方注冊(cè) 基于 JSP 的在線招聘系統(tǒng) (6)實(shí)現(xiàn)代碼: public class CheckUsedAction extends Action { public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) { String tableName=(name)。 if((employee)){ DynaActionForm eef=(DynaActionForm)form。 String userName=(String)(userName)。 EmployeeDBO employee=new EmployeeDBO()。 ArrayList list=(userName)。 if(()0){ ActionErrors errors=new ActionErrors()。 (userName, new ActionMessage())。 saveMessages(request,errors)。 } else{ ActionMessages messages=new ActionMessages()。 (userName,new ActionMessage())。 saveMessages(request,messages)。 } return ((employeeRegist))。 } if((employer)){ DynaActionForm erf=(DynaActionForm)form。 String userName=(String)(userName)。 EmployerDBO employer=new EmployerDBO()。 ArrayList list=(userName)。 if(()0){ ActionErrors errors=new ActionErrors()。 (userName, new ActionMessage())。 基于 JSP 的在線招聘系統(tǒng) saveMessages(request,errors)。 } else{ ActionMessages messages=new ActionMessages()。 (userName,new ActionMessage())。 saveMessages(request,messages)。 } } return ((employerRegist))。 } } 用戶登錄 (1)功能描述:用戶根據(jù)相應(yīng)的類型進(jìn)行登錄,包含了招聘者、招聘方、系統(tǒng)管理員。 (2)輸入?yún)?shù):用戶名,密碼和類型。 (3)實(shí)現(xiàn)類: IAJO\src\\iftrue\iajo\action\CheckLoginAction (4)實(shí)現(xiàn)步驟: ? 首先進(jìn)入系統(tǒng)主界面( ); ? 輸入用戶名、密碼、類型,調(diào)用 CheckLoginAction,然后登錄到系統(tǒng)。 (5)實(shí)現(xiàn)代碼: public class CheckLoginAction extends Action { public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) { try { DynaActionForm daf = (DynaActionForm) form。 CheckLoginDBO check = new CheckLoginDBO()。 EmployeeDBO employeeDBO = new EmployeeDBO()。 String userName = (String) (userName)。 String type = (String) (userType)。 String password = (String) (userPwd)。 基于 JSP 的在線招聘系統(tǒng) String flag = (userName, password, type)。 if (!(sorry)) { HttpSession session = ()。 (user, userName)。 if((employee)){ if((userName)){ if(((userName), ())30){ (userName)。 (employee,(userName))。 return (active)。 } else{ (type, flag)。 (userName)。 return (mapping)。 } } else{ (employee,(userName))。 return (active)。 } } (type, flag)。 return (mapping)。 } else return (fail)。 } catch (Exception e) { return (fail)。 } } 基于 JSP 的在線招聘系統(tǒng) 應(yīng)聘者管理模塊 填寫簡(jiǎn)歷 (1)功能描述:用戶填寫自己的相關(guān)信息,包括新增、修改和刪除自己的簡(jiǎn)歷信息。 (2)實(shí)現(xiàn)界面: 圖 44 簡(jiǎn)歷填寫 (3)輸入?yún)?shù):姓名等簡(jiǎn)歷資料 。 (4)實(shí)現(xiàn)類: IAJO\src\\iftrue\iajo\action\EmployerActiveAction (5)處理步驟: ? 點(diǎn)擊“填寫簡(jiǎn)歷”菜單,然后根據(jù)字段要求填寫相應(yīng)的信息; ? 對(duì)每一個(gè)字段進(jìn)行了字段限定,調(diào)用 EmployeeAoMAction 來實(shí)現(xiàn); (6)實(shí)現(xiàn)代碼: public class EmployeeAoMAction extends DispatchAction { private EmployeeDBO dbo = null。 public EmployeeAoMAction() { dbo = new EmployeeDBO()。 } public ActionForward add(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) { EmployeeForm employeeForm = (EmployeeForm) form。 基于 JSP 的在線招聘系統(tǒng) (employeeForm, employeeForm)。 if ((employeeForm)) { (message, 恭喜你 ,注冊(cè)成功 !請(qǐng)牢記注冊(cè)信息 !)。 (url, ../)。 } else { (message, 對(duì)不起 ,注冊(cè)失敗 ,用戶名已存在或輸入有誤 !)。 (url, )。 } return ((employee))。 } public ActionForward modify(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) { EmployeeForm employeeForm = (EmployeeForm) form。 if ((employeeForm)){ (message, 修改個(gè)人信息成功 ,請(qǐng)牢記新信息 !)。 (url, )。 } else{ (message, 對(duì)不起 ,修改個(gè)人信息失敗 ,請(qǐng)檢查您的輸入信息 !)。 (url, )。 } return ((employee))。 } } 修改簡(jiǎn)歷 (1)功能描述:對(duì)自己簡(jiǎn)歷信息進(jìn)行修改; (2)實(shí)現(xiàn)界面: 基于 JSP 的在線招聘系統(tǒng) 圖 45 修改個(gè)人信息 (3)輸入?yún)?shù):簡(jiǎn)歷相關(guān)資料; (4)實(shí)現(xiàn)類: IAJO\src\\iftrue\iajo\action\EmployerActiveAction (5)實(shí)現(xiàn)步驟: ? 對(duì)填寫好的簡(jiǎn)歷進(jìn)行修改; (6)實(shí)現(xiàn)代碼: public class EmployerAoMAction extends DispatchAction { EmployerDBO bean = new EmployerDBO()。 public ActionForward add(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { EmployerForm er = (EmployerForm) form。 Employer employer=new Employer()。 (())。 ((()))。 (())。 (())。 (())。 (())。 (())。 基于 JSP 的在線招聘系統(tǒng) (())。 (())。 (())。 (())。 (())。 (new Integer(0))。 if ((employer)) { (message, 恭喜你 ,注冊(cè)成功 ,請(qǐng)耐心等待管理員激活帳號(hào) !)。 (url, ../)。 } else { (message, 對(duì)不起 ,注冊(cè)失敗 ,用戶名已存在或輸入有誤 !)。 (url, )。 } return (employer)。 } public ActionForward modify(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { EmployerForm f = (EmployerForm) form。 if ((f)){ (message, 恭喜你 ,修改成功 ,請(qǐng)牢記您的新信息 !)。 (url, )。 } else{ (message, 對(duì)不起 ,修改失敗 ,請(qǐng)檢查您的輸入 !)。 (url, )。 } return (employer)。 } 基于 JSP 的在線招聘系統(tǒng) } 職位搜索 (1)功能描述:應(yīng)聘者對(duì)職位的搜索,可以按地點(diǎn),行業(yè),名稱搜索; (2)實(shí)現(xiàn)界面: (3)輸入?yún)?shù):輸入地點(diǎn),行業(yè),名稱; (4)實(shí)現(xiàn)類: IAJO\src\\iftrue\iajo\action\SearchJobInfoAction; (5)實(shí)現(xiàn)步驟: ? 輸入搜索條件,調(diào)用 SearchJobInfoAction; ? 調(diào)轉(zhuǎn)到 頁面; (6)實(shí)現(xiàn)代碼: public ActionForward searchAll(ActionMapping mapping,ActionForm form, HttpServletRequest request,HttpServletResponse response){ DynaActionForm dyf=(DynaActionForm)form。 JobInfoDBO jobInfoDBO=new JobInfoDBO()。 ArrayList ret=(dyf)。 if(()0){ (jobInfos,ret)。 } else (noJobInfos, 對(duì)不起,沒有搜索到您要的信息! )。
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1