a基于web的科研信息管理系統(tǒng)的設(shè)計 論文.rar
a基于web的科研信息管理系統(tǒng)的設(shè)計 論文,a基于web的科研信息管理系統(tǒng)的設(shè)計 論文摘 要科研信息管理系統(tǒng)是典型的信息管理系統(tǒng),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以及前端應(yīng)用程序的開發(fā)兩個方面。對于前者要求建立起數(shù)據(jù)一致性和完整性強、數(shù)據(jù)安全性好的庫,而對于后者則要求應(yīng)用程序功能完備,易使用等特點。在本論文中,首先介紹了系統(tǒng)開發(fā)工具的功能和特點。系統(tǒng)使用my...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 bshhty 發(fā)布
A基于Web的科研信息管理系統(tǒng)的設(shè)計 論文
摘 要
科研信息管理系統(tǒng)是典型的信息管理系統(tǒng),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以及前端應(yīng)用程序的開發(fā)兩個方面。對于前者要求建立起數(shù)據(jù)一致性和完整性強、數(shù)據(jù)安全性好的庫,而對于后者則要求應(yīng)用程序功能完備,易使用等特點。
在本論文中,首先介紹了系統(tǒng)開發(fā)工具的功能和特點。系統(tǒng)使用Myeclipse5作為前臺開發(fā)工具,利用其數(shù)據(jù)庫SQL Server作為系統(tǒng)數(shù)據(jù)庫。接著論述了系統(tǒng)的需求分析,對系統(tǒng)的功能進行了闡述,其功能主要有實現(xiàn)用戶登錄、用戶查詢與授權(quán)以及修改用戶信息;實現(xiàn)信息查詢,其中包括論文信息、成果信息、著作信息等的查詢;實現(xiàn)科研設(shè)備的管理;實現(xiàn)對系統(tǒng)庫的維護。然后,介紹了系統(tǒng)整體結(jié)構(gòu)和數(shù)據(jù)庫設(shè)計,并給出了主要數(shù)據(jù)庫表的詳細定義。最后,說明了系統(tǒng)的模塊組成,各模塊的功能,以及這些模塊的具體實現(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 項目開發(fā)的前景 1
1.2 項目開發(fā)的目的 1
1.3 項目開發(fā)的意義 2
1.4 管理信息系統(tǒng)的背景 2
第二章 數(shù)據(jù)庫和開發(fā)語言介紹 5
2.1 概述 5
2.2 SQL Server 2000數(shù)據(jù)庫介紹 5
2.3 JSP 概述 6
2.4 本章小結(jié) 7
第三章 系統(tǒng)分析 8
3.1 總述 8
3.2 現(xiàn)存的問題及目標 8
3.2.1 人工管理存在的主要問題 9
3.2.2 項目開發(fā)目標 9
3.3 項目需求分析 10
3.4 本章小結(jié) 10
第四章 概要設(shè)計 12
4.1 系統(tǒng)功能設(shè)計 12
4.2 系統(tǒng)結(jié)構(gòu)設(shè)計 12
4.2.1 系統(tǒng)模塊 12
4.2.2 基本資料模塊 13
4.2.3 系統(tǒng)模塊 13
4.3 數(shù)據(jù)庫表結(jié)構(gòu)設(shè)計 14
4.4 本章小結(jié) 17
第五章 詳細設(shè)計 18
5.1 應(yīng)用程序開發(fā)的基本模塊 18
5.2 登錄模塊的開發(fā) 18
5.3 系統(tǒng)管理的開發(fā) 18
5.4 用戶密碼修改 20
5.5 文檔信息管理 21
5.6 科研設(shè)備信息管理 23
5.7 軟件測試 24
5.7.1測試計劃及測試數(shù)據(jù)的準備 24
5.7.2 系統(tǒng)模塊測試的方法 24
5.7.3 登錄模塊的測試 24
5.7.4 測試過程與結(jié)果 25
5.8本章小結(jié) 26
結(jié) 論 27
參考文獻 29
謝 辭 30
TA們正在看...
- 資產(chǎn)評估行業(yè)的問題及對策.doc
- 村莊地籍調(diào)查數(shù)據(jù)庫建設(shè)需要注意的幾個問題.ppt
- 2014年全縣人力資源和社會保障工作要點.doc
- 2015年度普法依法治鎮(zhèn)工作要點.doc
- 城市管理局2015年度工作情況匯報.doc
- 加快推進城鄉(xiāng)公共法律服務(wù)體系建設(shè)工作方案.doc
- 人力資源和社會保障局2015年第四季度工作總結(jié).doc
- 鄉(xiāng)鎮(zhèn)2015年“減貧摘帽”精準扶貧工作實施方案.doc
- 鄉(xiāng)鎮(zhèn)20154年清剿火患實施方案.doc
- 鄉(xiāng)鎮(zhèn)2015年農(nóng)業(yè)“321工程”創(chuàng)建方案.doc