【正文】
. . 摘 要 人才招聘網(wǎng)絡(luò)化管理系統(tǒng)主要用于快捷、高效地處理招聘管理活動(dòng),使企業(yè)的招聘工作得以高速運(yùn)行。管理趨于正規(guī)化、系統(tǒng)化、信息化。系統(tǒng)使用微軟公司推出的 SQL SERVER2020 進(jìn)行開發(fā),它能很好地與 Office 套裝辦公軟件實(shí)現(xiàn)資源共享,而且還可以與Windows 操作系統(tǒng)中其他應(yīng)用程序?qū)崿F(xiàn)數(shù)據(jù)共享,使得用戶對(duì)數(shù)據(jù)的保存、修改、刪除和查詢更為方便快捷。它具有專業(yè)性強(qiáng),適用面窄,針對(duì)性強(qiáng),擴(kuò)展性強(qiáng)等優(yōu)點(diǎn)。 根據(jù)系統(tǒng)所需功能,決定以 Windows 2020 Server 為開發(fā)平臺(tái),采用 SQL Server 2020做后臺(tái)數(shù)據(jù)庫(kù),選擇功能強(qiáng)大的 Eclipse 為開發(fā)工具,利用軟件工程思想和方法,總體上用結(jié)構(gòu)化生命周期法進(jìn)行系統(tǒng)分析和設(shè)計(jì),采用快速原型法來(lái)實(shí)現(xiàn),系統(tǒng)本系統(tǒng)界面友好,與目前市場(chǎng)上的主流游戲軟件大體一致,而且操作更加簡(jiǎn)單。 該系統(tǒng)使用了功能強(qiáng)大的 Java Web 開發(fā)技術(shù),前臺(tái)頁(yè)面使用 JSP,使用了基于 MVC 機(jī)制的 Struts 技術(shù)。操作方便,可維護(hù)性強(qiáng)。經(jīng)過(guò)大量的測(cè)試,基本符合用戶需求。 關(guān)鍵字: Jsp 人才招聘 B/S 模式 Struts . . Abstract Recruitment work management system is mainly used for fast, efficient handling of therecruitment of management activities, recruitment to highspeed operation. Managementtends to standardized and systematic information. The system uses Microsoft39。s SQL Server 2020 development, it is a good resource sharing with the Office suite of office software, but can also share data with other applications in the Windows operating system, allows users to save the data, modify, delete more convenient and query. It has ahighly specialized, applicable to narrow, targeted, extension, and other advantages. According to the required function, decided to do backend database on the SQL Server 2020 to Windows 2020 Server as a development platform, powerful Eclipsedevelopment tools, software engineering ideas and methods, on the whole, with thestructured life cycle approach to systems analysis and design, rapid prototyping, system The system interface is friendly, broadly consistent with the mainstream game softwareon the market today, and the operation easier. The system uses a powerful Java Web development technology, the front page using JSP, use Struts MVCbased mechanisms. Easy to operate, and maintainability. After extensive testing, in line with user needs. Key words: JSP。 Recruitment。 B/S Scheme。 Struts . . 目 錄 摘要 ..........................................................................................................( I) ABSTRACT ............................................................................................. ( II) 引言 ......................................................................................................... ( 1) 1 網(wǎng)上招聘 系統(tǒng)相關(guān)技術(shù)和工具簡(jiǎn)介 ..................................................... ( 3) JSP 編程語(yǔ)言 ...................................................................................... ( 3) SQLSERVER 2020 數(shù)據(jù)庫(kù) ..................................................................... ( 4) B/S 模式與 C/S 模式的比較分析 ........................................................ ( 4) JDBC .................................................................................................. ( 5) 2 網(wǎng)上招聘 系統(tǒng)的需求分析與概要設(shè)計(jì) ................................................. ( 7) 系統(tǒng)需求分析 .................................................................................... ( 7) 性能需求 ........................................................................................ ( 7) 技術(shù)可行性 ..................................................................................... ( 7) 運(yùn)行可行性 ..................................................................................... ( 7) 系統(tǒng)概要設(shè)計(jì) .................................................................................... ( 7) 3 網(wǎng)上招聘系統(tǒng)數(shù)據(jù)庫(kù)設(shè)計(jì) .................................................................... ( 9) 數(shù)據(jù)庫(kù)概念結(jié)構(gòu)設(shè)計(jì) ........................................................................ ( 9) 數(shù)據(jù)庫(kù)物理結(jié)構(gòu)設(shè)計(jì) ...................................................................... ( 13) 4 網(wǎng)上招聘 系統(tǒng)詳細(xì)設(shè)計(jì)和實(shí)現(xiàn) .......................................................... ( 16) 數(shù)據(jù) 增加 模塊的設(shè)計(jì) ...................................................................... ( 16) 數(shù)據(jù) 修改 模塊的設(shè)計(jì) ...................................................................... ( 17) 數(shù)據(jù) 刪除 模塊的設(shè)計(jì) ...................................................................... ( 18) 系統(tǒng)的實(shí)現(xiàn) ..................................................................................... ( 19) 結(jié)論 ....................................................................................................... ( 23) 致謝 ......