基于web的科研信息管理系統(tǒng)的設(shè)計(jì).rar
基于web的科研信息管理系統(tǒng)的設(shè)計(jì),基于web的科研信息管理系統(tǒng)的設(shè)計(jì)本系統(tǒng)論文35頁(yè),近1.9萬(wàn)余字。本文件包含系統(tǒng)論文、源代碼、數(shù)據(jù)庫(kù)文件、文獻(xiàn)及翻譯等必備的答辯設(shè)計(jì)文件。摘要科研信息管理系統(tǒng)是典型的信息管理系統(tǒng),其開(kāi)發(fā)主要包括后臺(tái)數(shù)據(jù)庫(kù)的建立和維護(hù)以及前端應(yīng)用程序的開(kāi)發(fā)兩個(gè)方面。對(duì)于前者要求建立起數(shù)據(jù)一致性和完整性強(qiáng)、數(shù)據(jù)安全性好的庫(kù),而對(duì)于后者則...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會(huì)員 bshhty 發(fā)布
基于Web的科研信息管理系統(tǒng)的設(shè)計(jì)
本系統(tǒng)論文35頁(yè),近1.9萬(wàn)余字。本文件包含系統(tǒng)論文、源代碼、數(shù)據(jù)庫(kù)文件、文獻(xiàn)及翻譯等必備的答辯設(shè)計(jì)文件。
摘 要
科研信息管理系統(tǒng)是典型的信息管理系統(tǒng),其開(kāi)發(fā)主要包括后臺(tái)數(shù)據(jù)庫(kù)的建立和維護(hù)以及前端應(yīng)用程序的開(kāi)發(fā)兩個(gè)方面。對(duì)于前者要求建立起數(shù)據(jù)一致性和完整性強(qiáng)、數(shù)據(jù)安全性好的庫(kù),而對(duì)于后者則要求應(yīng)用程序功能完備,易使用等特點(diǎn)。
在本論文中,首先介紹了系統(tǒng)開(kāi)發(fā)工具的功能和特點(diǎn)。系統(tǒng)使用Myeclipse5作為前臺(tái)開(kāi)發(fā)工具,利用其數(shù)據(jù)庫(kù)SQL Server作為系統(tǒng)數(shù)據(jù)庫(kù)。接著論述了系統(tǒng)的需求分析,對(duì)系統(tǒng)的功能進(jìn)行了闡述,其功能主要有實(shí)現(xiàn)用戶(hù)登錄、用戶(hù)查詢(xún)與授權(quán)以及修改用戶(hù)信息;實(shí)現(xiàn)信息查詢(xún),其中包括論文信息、成果信息、著作信息等的查詢(xún);實(shí)現(xiàn)科研設(shè)備的管理;實(shí)現(xiàn)對(duì)系統(tǒng)庫(kù)的維護(hù)。然后,介紹了系統(tǒng)整體結(jié)構(gòu)和數(shù)據(jù)庫(kù)設(shè)計(jì),并給出了主要數(shù)據(jù)庫(kù)表的詳細(xì)定義。最后,說(shuō)明了系統(tǒng)的模塊組成,各模塊的功能,以及這些模塊的具體實(shí)現(xiàn)方法和程序核心代碼 ,并附帶了一些主要的窗口。
關(guān)鍵詞:科研信息管理系統(tǒng);JSP; Microsoft SQL Server
Abstract
The system of managing Science Research Information file is a typical application of managing information system(MIS), its development mainly includes the backstage database the establishment and the maintenance as well as front end the application procedure development two aspects. Establishes the data uniformity and the integrity regarding the former request is strong, data security good storehouse, but regarding the latter, then the request application program function is complete, easy to use and so on characteristics.
In the present paper, first introduced the system development kit's function and the characteristic. The system uses Myeclipse5 to take the onstage development kit, uses its database SQL Server to take the system database. Then elaborated system's demand analysis, has carried on the elaboration to system's function, its function mainly has realizes the user to register, the user inquiry and authorized as well as the revision user information; Realizes the information to inquire, including the paper information, the achievement information, the work information and so on inquiry; Realizes the scientific research equipment's management; Realizes to the system storehouse maintenance. Then, introduced the system overall construction and the database design, and have given the main database table detailed definition. Finally, explained system's module composition, various modules' function, as well as these modules realize the method and the procedure core code specifically, and has supplemented some main windows.
KeyWords: Scientific Research Information Management System; JSP ;
Microsoft SQL Server
目 錄
第一章 概 述 1
1.1 項(xiàng)目開(kāi)發(fā)的前景 1
1.2 項(xiàng)目開(kāi)發(fā)的目的 1
1.3 項(xiàng)目開(kāi)發(fā)的意義 2
1.4 管理信息系統(tǒng)的背景 2
第二章 數(shù)據(jù)庫(kù)和開(kāi)發(fā)語(yǔ)言介紹 5
2.1 概述 5
2.2 SQL Server 2000數(shù)據(jù)庫(kù)介紹 5
2.3 JSP 概述 6
2.4 本章小結(jié) 7
第三章 系統(tǒng)分析 8
3.1 總述 8
3.2 現(xiàn)存的問(wèn)題及目標(biāo) 8
3.2.1 人工管理存在的主要問(wèn)題 9
3.2.2 項(xiàng)目開(kāi)發(fā)目標(biāo) 9
3.3 項(xiàng)目需求分析 10
3.4 本章小結(jié) 10
第四章 概要設(shè)計(jì) 12
4.1 系統(tǒng)功能設(shè)計(jì) 12
4.2 系統(tǒng)結(jié)構(gòu)設(shè)計(jì) 12
4.2.1 系統(tǒng)模塊 12
4.2.2 基本資料模塊 13
4.2.3 系統(tǒng)模塊 13
4.3 數(shù)據(jù)庫(kù)表結(jié)構(gòu)設(shè)計(jì) 14
4.4 本章小結(jié) 17
第五章 詳細(xì)設(shè)計(jì) 18
5.1 應(yīng)用程序開(kāi)發(fā)的基本模塊 18
5.2 登錄模塊的開(kāi)發(fā) 18
5.3 系統(tǒng)管理的開(kāi)發(fā) 18
5.4 用戶(hù)密碼修改 20
5.5 文檔信息管理 21
5.6 科研設(shè)備信息管理 23
5.7 軟件測(cè)試 24
5.7.1測(cè)試計(jì)劃及測(cè)試數(shù)據(jù)的準(zhǔn)備 24
5.7.2 系統(tǒng)模塊測(cè)試的方法 24
5.7.3 登錄模塊的測(cè)試 24
5.7.4 測(cè)試過(guò)程與結(jié)果 25
5.8本章小結(jié) 26
結(jié) 論 27
參考文獻(xiàn) 29
謝 辭 30
參考文獻(xiàn)
[1]王小茹等.JSP實(shí)例解析.北京大學(xué)出版社.2000
[2]王建華等譯.JSP開(kāi)發(fā)人員指南.機(jī)械工業(yè)出版社.1999
[3]北京博彥科技發(fā)展有限責(zé)任公司.JSP編程高手.北京大學(xué)出版社.2000
[4] [美]Bruce Eckle.Java編程思想.北京.機(jī)械工業(yè)出版社.2005
[5]鄧良松、劉海巖、陸麗娜.軟件工程第二版.西安電子科技大學(xué)出版社.2000
[6]飛思科技產(chǎn)品研發(fā)中心. SQL Server 2000數(shù)據(jù)處理技術(shù).電子工業(yè)出版社.2001
[7]Date C J. An Introduction to Database System(Ed.6). Addison-Wesley.1995
[8]Yu C,Meng W.Principles of Database Query Processing for Advanced
Applications.Morgan Kaufmann Publishers.Inc.1997
[9] M.N.Huhns, M.P.Singh.All Agents Are Not Created Equal.IEEE Internet Computing.1998
[10] 唐有國(guó),湛洪波.JSP網(wǎng)站開(kāi)發(fā)詳解.北京.電子工業(yè)出版社.2008
[11] 吳建,鄭潮,汪杰.UML基礎(chǔ)與ROSE建模案例.北京.人民郵電出版社.2005
[12] 薩師煊,王珊.?dāng)?shù)據(jù)庫(kù)系統(tǒng)概論.北京.高等教育出版社.2000
[13]張景無(wú),巴連良.基于Web的科研信息管理系統(tǒng).計(jì)算機(jī)工程與設(shè)計(jì)2007
本系統(tǒng)論文35頁(yè),近1.9萬(wàn)余字。本文件包含系統(tǒng)論文、源代碼、數(shù)據(jù)庫(kù)文件、文獻(xiàn)及翻譯等必備的答辯設(shè)計(jì)文件。
摘 要
科研信息管理系統(tǒng)是典型的信息管理系統(tǒng),其開(kāi)發(fā)主要包括后臺(tái)數(shù)據(jù)庫(kù)的建立和維護(hù)以及前端應(yīng)用程序的開(kāi)發(fā)兩個(gè)方面。對(duì)于前者要求建立起數(shù)據(jù)一致性和完整性強(qiáng)、數(shù)據(jù)安全性好的庫(kù),而對(duì)于后者則要求應(yīng)用程序功能完備,易使用等特點(diǎn)。
在本論文中,首先介紹了系統(tǒng)開(kāi)發(fā)工具的功能和特點(diǎn)。系統(tǒng)使用Myeclipse5作為前臺(tái)開(kāi)發(fā)工具,利用其數(shù)據(jù)庫(kù)SQL Server作為系統(tǒng)數(shù)據(jù)庫(kù)。接著論述了系統(tǒng)的需求分析,對(duì)系統(tǒng)的功能進(jìn)行了闡述,其功能主要有實(shí)現(xiàn)用戶(hù)登錄、用戶(hù)查詢(xún)與授權(quán)以及修改用戶(hù)信息;實(shí)現(xiàn)信息查詢(xún),其中包括論文信息、成果信息、著作信息等的查詢(xún);實(shí)現(xiàn)科研設(shè)備的管理;實(shí)現(xiàn)對(duì)系統(tǒng)庫(kù)的維護(hù)。然后,介紹了系統(tǒng)整體結(jié)構(gòu)和數(shù)據(jù)庫(kù)設(shè)計(jì),并給出了主要數(shù)據(jù)庫(kù)表的詳細(xì)定義。最后,說(shuō)明了系統(tǒng)的模塊組成,各模塊的功能,以及這些模塊的具體實(shí)現(xiàn)方法和程序核心代碼 ,并附帶了一些主要的窗口。
關(guān)鍵詞:科研信息管理系統(tǒng);JSP; Microsoft SQL Server
Abstract
The system of managing Science Research Information file is a typical application of managing information system(MIS), its development mainly includes the backstage database the establishment and the maintenance as well as front end the application procedure development two aspects. Establishes the data uniformity and the integrity regarding the former request is strong, data security good storehouse, but regarding the latter, then the request application program function is complete, easy to use and so on characteristics.
In the present paper, first introduced the system development kit's function and the characteristic. The system uses Myeclipse5 to take the onstage development kit, uses its database SQL Server to take the system database. Then elaborated system's demand analysis, has carried on the elaboration to system's function, its function mainly has realizes the user to register, the user inquiry and authorized as well as the revision user information; Realizes the information to inquire, including the paper information, the achievement information, the work information and so on inquiry; Realizes the scientific research equipment's management; Realizes to the system storehouse maintenance. Then, introduced the system overall construction and the database design, and have given the main database table detailed definition. Finally, explained system's module composition, various modules' function, as well as these modules realize the method and the procedure core code specifically, and has supplemented some main windows.
KeyWords: Scientific Research Information Management System; JSP ;
Microsoft SQL Server
目 錄
第一章 概 述 1
1.1 項(xiàng)目開(kāi)發(fā)的前景 1
1.2 項(xiàng)目開(kāi)發(fā)的目的 1
1.3 項(xiàng)目開(kāi)發(fā)的意義 2
1.4 管理信息系統(tǒng)的背景 2
第二章 數(shù)據(jù)庫(kù)和開(kāi)發(fā)語(yǔ)言介紹 5
2.1 概述 5
2.2 SQL Server 2000數(shù)據(jù)庫(kù)介紹 5
2.3 JSP 概述 6
2.4 本章小結(jié) 7
第三章 系統(tǒng)分析 8
3.1 總述 8
3.2 現(xiàn)存的問(wèn)題及目標(biāo) 8
3.2.1 人工管理存在的主要問(wèn)題 9
3.2.2 項(xiàng)目開(kāi)發(fā)目標(biāo) 9
3.3 項(xiàng)目需求分析 10
3.4 本章小結(jié) 10
第四章 概要設(shè)計(jì) 12
4.1 系統(tǒng)功能設(shè)計(jì) 12
4.2 系統(tǒng)結(jié)構(gòu)設(shè)計(jì) 12
4.2.1 系統(tǒng)模塊 12
4.2.2 基本資料模塊 13
4.2.3 系統(tǒng)模塊 13
4.3 數(shù)據(jù)庫(kù)表結(jié)構(gòu)設(shè)計(jì) 14
4.4 本章小結(jié) 17
第五章 詳細(xì)設(shè)計(jì) 18
5.1 應(yīng)用程序開(kāi)發(fā)的基本模塊 18
5.2 登錄模塊的開(kāi)發(fā) 18
5.3 系統(tǒng)管理的開(kāi)發(fā) 18
5.4 用戶(hù)密碼修改 20
5.5 文檔信息管理 21
5.6 科研設(shè)備信息管理 23
5.7 軟件測(cè)試 24
5.7.1測(cè)試計(jì)劃及測(cè)試數(shù)據(jù)的準(zhǔn)備 24
5.7.2 系統(tǒng)模塊測(cè)試的方法 24
5.7.3 登錄模塊的測(cè)試 24
5.7.4 測(cè)試過(guò)程與結(jié)果 25
5.8本章小結(jié) 26
結(jié) 論 27
參考文獻(xiàn) 29
謝 辭 30
參考文獻(xiàn)
[1]王小茹等.JSP實(shí)例解析.北京大學(xué)出版社.2000
[2]王建華等譯.JSP開(kāi)發(fā)人員指南.機(jī)械工業(yè)出版社.1999
[3]北京博彥科技發(fā)展有限責(zé)任公司.JSP編程高手.北京大學(xué)出版社.2000
[4] [美]Bruce Eckle.Java編程思想.北京.機(jī)械工業(yè)出版社.2005
[5]鄧良松、劉海巖、陸麗娜.軟件工程第二版.西安電子科技大學(xué)出版社.2000
[6]飛思科技產(chǎn)品研發(fā)中心. SQL Server 2000數(shù)據(jù)處理技術(shù).電子工業(yè)出版社.2001
[7]Date C J. An Introduction to Database System(Ed.6). Addison-Wesley.1995
[8]Yu C,Meng W.Principles of Database Query Processing for Advanced
Applications.Morgan Kaufmann Publishers.Inc.1997
[9] M.N.Huhns, M.P.Singh.All Agents Are Not Created Equal.IEEE Internet Computing.1998
[10] 唐有國(guó),湛洪波.JSP網(wǎng)站開(kāi)發(fā)詳解.北京.電子工業(yè)出版社.2008
[11] 吳建,鄭潮,汪杰.UML基礎(chǔ)與ROSE建模案例.北京.人民郵電出版社.2005
[12] 薩師煊,王珊.?dāng)?shù)據(jù)庫(kù)系統(tǒng)概論.北京.高等教育出版社.2000
[13]張景無(wú),巴連良.基于Web的科研信息管理系統(tǒng).計(jì)算機(jī)工程與設(shè)計(jì)2007
TA們正在看...
- 公司股東合作協(xié)議書(shū)標(biāo)準(zhǔn)版.doc
- 公司股份合作協(xié)議書(shū)合伙范本標(biāo)準(zhǔn).doc
- 公司識(shí)別和獲取適用的安全生產(chǎn)法律法規(guī).標(biāo)準(zhǔn)及其他...doc
- 公司財(cái)務(wù)管理制度標(biāo)準(zhǔn)范本1.doc
- 公寓物業(yè)管理服務(wù)標(biāo)準(zhǔn).doc
- 公文排版、字體、字號(hào)使用標(biāo)準(zhǔn).doc
- 公益勞動(dòng)Ⅰ課程標(biāo)準(zhǔn)機(jī)制專(zhuān)業(yè).doc
- 公路工程安全生產(chǎn)監(jiān)督檢查內(nèi)容及標(biāo)準(zhǔn).doc
- 公路工程施工三級(jí)資質(zhì)等級(jí)標(biāo)準(zhǔn).doc
- 公路工程標(biāo)準(zhǔn)施工招標(biāo)文件9版.doc