a基于web的科研信息管理系統的設計 論文.rar
a基于web的科研信息管理系統的設計 論文,a基于web的科研信息管理系統的設計 論文摘 要科研信息管理系統是典型的信息管理系統,其開發(fā)主要包括后臺數據庫的建立和維護以及前端應用程序的開發(fā)兩個方面。對于前者要求建立起數據一致性和完整性強、數據安全性好的庫,而對于后者則要求應用程序功能完備,易使用等特點。在本論文中,首先介紹了系統開發(fā)工具的功能和特點。系統使用my...
該文檔為壓縮文件,包含的文件列表如下:
內容介紹
原文檔由會員 bshhty 發(fā)布
A基于Web的科研信息管理系統的設計 論文
摘 要
科研信息管理系統是典型的信息管理系統,其開發(fā)主要包括后臺數據庫的建立和維護以及前端應用程序的開發(fā)兩個方面。對于前者要求建立起數據一致性和完整性強、數據安全性好的庫,而對于后者則要求應用程序功能完備,易使用等特點。
在本論文中,首先介紹了系統開發(fā)工具的功能和特點。系統使用Myeclipse5作為前臺開發(fā)工具,利用其數據庫SQL Server作為系統數據庫。接著論述了系統的需求分析,對系統的功能進行了闡述,其功能主要有實現用戶登錄、用戶查詢與授權以及修改用戶信息;實現信息查詢,其中包括論文信息、成果信息、著作信息等的查詢;實現科研設備的管理;實現對系統庫的維護。然后,介紹了系統整體結構和數據庫設計,并給出了主要數據庫表的詳細定義。最后,說明了系統的模塊組成,各模塊的功能,以及這些模塊的具體實現方法和程序核心代碼 ,并附帶了一些主要的窗口。
關鍵詞:科研信息管理系統;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 項目開發(fā)的前景 1
1.2 項目開發(fā)的目的 1
1.3 項目開發(fā)的意義 2
1.4 管理信息系統的背景 2
第二章 數據庫和開發(fā)語言介紹 5
2.1 概述 5
2.2 SQL Server 2000數據庫介紹 5
2.3 JSP 概述 6
2.4 本章小結 7
第三章 系統分析 8
3.1 總述 8
3.2 現存的問題及目標 8
3.2.1 人工管理存在的主要問題 9
3.2.2 項目開發(fā)目標 9
3.3 項目需求分析 10
3.4 本章小結 10
第四章 概要設計 12
4.1 系統功能設計 12
4.2 系統結構設計 12
4.2.1 系統模塊 12
4.2.2 基本資料模塊 13
4.2.3 系統模塊 13
4.3 數據庫表結構設計 14
4.4 本章小結 17
第五章 詳細設計 18
5.1 應用程序開發(fā)的基本模塊 18
5.2 登錄模塊的開發(fā) 18
5.3 系統管理的開發(fā) 18
5.4 用戶密碼修改 20
5.5 文檔信息管理 21
5.6 科研設備信息管理 23
5.7 軟件測試 24
5.7.1測試計劃及測試數據的準備 24
5.7.2 系統模塊測試的方法 24
5.7.3 登錄模塊的測試 24
5.7.4 測試過程與結果 25
5.8本章小結 26
結 論 27
參考文獻 29
謝 辭 30