国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

科研團隊管理助手網(wǎng)站設(shè)計與實現(xiàn).doc

  
約46頁DOC格式手機打開展開

科研團隊管理助手網(wǎng)站設(shè)計與實現(xiàn),1.7萬字自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內(nèi)系統(tǒng)檢測,重復(fù)率低,僅在本站獨家出售,大家放心下載使用摘要 科研管理工作的水平是科研管理體系改革和科研發(fā)展的重要標(biāo)志,如何加強科研管理工作,提高科研管理質(zhì)量,是科研管理者面臨的重要任務(wù)。目前團隊科研管理工作在很大程度上依賴于手工操作,通過人工在計算...
編號:80-480898大小:2.17M
分類: 論文>計算機論文

內(nèi)容介紹

此文檔由會員 小丑88 發(fā)布

科研團隊管理助手網(wǎng)站設(shè)計與實現(xiàn)

1.7萬字
自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過校內(nèi)系統(tǒng)檢測,重復(fù)率低,僅在本站獨家出售,大家放心下載使用

摘要 科研管理工作的水平是科研管理體系改革和科研發(fā)展的重要標(biāo)志,如何加強科研管理工作,提高科研管理質(zhì)量,是科研管理者面臨的重要任務(wù)。目前團隊科研管理工作在很大程度上依賴于手工操作,通過人工在計算機上輸入大量的數(shù)據(jù)來建立數(shù)據(jù)庫,只能進行一般的檢索功能,這導(dǎo)致了科研管理人員工作繁重,減少了科研工作人員相互之間必要的、及時的溝通,不能滿足團隊成員對信息及時準(zhǔn)確地了解的需求,使得科研信息傳遞的速度太慢或缺失等。如何解決所面臨的問題,更好的指導(dǎo)、管理科研工作,推動科技進步是我們應(yīng)該解決的問題。
論文就科研管理系統(tǒng)的發(fā)展現(xiàn)狀、研究方法等進行了探討和分析,得出建設(shè)科研團隊管理助手網(wǎng)站的必要性;經(jīng)過系統(tǒng)的需求分析和概要設(shè)計,確定系統(tǒng)各個模塊的功能,并通過流程圖和文字加以解釋說明;給出系統(tǒng)數(shù)據(jù)庫設(shè)計、各個功能模塊的實現(xiàn)界面和主要代碼;總結(jié)開發(fā)階段與測試階段所遇到的問題與解決方法。本系統(tǒng)主要使用了ASP.NET技術(shù)實現(xiàn),以Visual studio 2013為開發(fā)工具,使用SQL Server 2012整合各種科研信息,實現(xiàn)了成員管理、論文管理、專利管理、項目管理、儀器和設(shè)備管理、報銷管理以及資源共享、成員每日工作小結(jié)和交流等功能。

關(guān)鍵詞:ASP.NET 科研管理 數(shù)據(jù)庫 網(wǎng)站開發(fā)


Design and Implementation of the Website for Scientific Research Team Management
Abstract Level of research management is an important symbol of research management system reform and the development of science.How to strengthen research management,improve the quality of research management is an important task managers facing.Currently,team research management relies heavily on manual operation that input large amounts of data to create a database on a computer.It can only bring about general retrieva l functions.This led to the heavy workload of research management,reducing the research staff's necessary and timely communication,not meeting the information timely and accurate understanding of team members' needs,and making research information transmission too slow or missing, etc.How to solve the problems faced, better guide and manage research, and promote science and technology progress is that we should solve.
Paper on the status of development of research management systems and research methods were discussed and analyzed,drawing out the necessity of the construction of the website for scientific research team management,after the system requirements analysis and preliminary design ,determining the function of each modules,and explained and illustrated by flowcharts and text,giving the system database design,each module interface implementation and main code,summarizing problems and solutions what development phase and testing phase encountered.The system uses the technology of ASP.NET,use Visual studio 2013 as tools for developing,and use SQL Server 2012 integrate various research information,achieving this functions,member management,paper management,patent management,project management,equipment and facilities management,claims management,resource sharing,the members daily-working summary and communication.

Keyword: ASP.NET research management SQL database website development

目 錄
第一章 緒論 1
1.1 課題的背景及意義 1
1.1.1 課題背景 1
1.1.2 課題意義 2
1.2 課題的研究目標(biāo)、方法及設(shè)計思路 2
1.3 本文基本組織結(jié)構(gòu) 3
1.4 本章小結(jié) 4
第二章 系統(tǒng)可行性分析及開發(fā)工具簡介 5
2.1 系統(tǒng)可行性分析 5
2.2 系統(tǒng)開發(fā)工具簡介 5
2.2.1 ASP.NET簡介 5
2.2.2 SQL介紹 7
2.2.3 B/S結(jié)構(gòu)介紹 7
2.2.4 ADO.NET簡介 8
2.3 系統(tǒng)開發(fā)步驟 9
2.4 本章小結(jié) 9
第三章 系統(tǒng)需求分析和概要設(shè)計 10
3.1 系統(tǒng)需求分析 10
3.1.1 系統(tǒng)內(nèi)容需求分析 10
3.1.2 系統(tǒng)功能需求分析 10
3.1.3 系統(tǒng)用戶權(quán)限分析 10
3.2 系統(tǒng)概要設(shè)計 12
3.2.1 系統(tǒng)功能模塊概要設(shè)計 12
3.2.2 用戶使用流程設(shè)計 14
3.3 本章小結(jié) 15
第四章 系統(tǒng)詳細(xì)設(shè)計 16
4.1 系統(tǒng)數(shù)據(jù)庫設(shè)計 16
4.2 系統(tǒng)功能模塊詳細(xì)設(shè)計 20
4.2.1 業(yè)務(wù)流程設(shè)計實現(xiàn) 20
4.2.2 功能模塊詳細(xì)設(shè)計與實現(xiàn) 22
4.3 本章小結(jié) 31
第五章 系統(tǒng)測試 32
5.1 系統(tǒng)測試的重要性及目的 32
5.2 系統(tǒng)測試的主要內(nèi)容 33
5.3 用戶頁面測試實例預(yù)覽 34
5.4 本章小結(jié) 38
結(jié) 論 39
致 謝 40
參考文獻 41