资源描述:
《本科高校社团管理系统精选》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、成都电子科大软件学院高校社团管理系统摘要本文采用自顶向下的结构化的系统分析方法,阐述了一个功能全面的学生社团管理系统网站设计与实现的开发过程、操作流程及其一些核心的技术。本文首先进行了项目概述,简单介绍了项目开发的背景、项目开发的目的和项目开发的意义;接下来是系统规划阶段,通过实际的业务流程调研,分析了系统的组织结构,具体完成了学生社团管理系统设计与实现的需求分析、可行性分析、现行业务流程分析,并通过对现行业务流程的优化,得出了系统的业务流程;之后是系统分析,具体完成了数据流分析和数据字典;系统设计阶段主要完成了功能模块的划分、数据库的设计和系统界面
2、设计。该阶段对各个模块的功能进行了详细设计,形成了本系统的功能模块图,在此基础上选择了合适的开发模式;数据库的设计先进行了概念结构设计,之后进行了逻辑结构设计,最后完成了数据库表的设计。根据前几个阶段的分析和设计,本系统使用JSP语言进行基本页面的设计与功能实现,后台数据库选用SQL2005数据库,系统在设计上采用B/S模式,为社团网站提供了良好的基础。关键词:学生社区管理系统;结构化分析;系统成都电子科大软件学院成都电子科大软件学院UniversityAssociationManagement SystemAbstractSystemanalysi
3、smethodofthispaperusestop-downstructured,describesacomprehensivefunctionsofthestudentcommunitymanagementsystemdesignandRealizationofwebsitedevelopmentprocess,operationalprocessesandsomeofitscoretechnology.Thispapercarriedouttheprojectoverview,introducesthedevelopmentbackground,
4、projectdevelopmentandprojectdevelopmentobjectiveofthesignificance;nextisthesystemplanning,businessprocessthroughtheactualresearch,theanalysisofsystemstructure,completethedesignandimplementationofthesystemneedsanalysis,feasibilityanalysis,businessprocessanalysisofcurrentstudento
5、rganizations,andthroughtothecurrentbusinessprocessoptimization,thesystemofbusinessprocess;thenisthesystemanalysis,includingthedataflowanalysisanddatadictionary;thesystemdesignphasemainlytocompletethedesignandsysteminterfacedesign,functionmoduleofdatabasepartition.Onthephasefunc
6、tionofeachmoduleindetailthedesign,formingafunctionalblockdiagramofthesystem,selectedonthebasisoftheappropriatedevelopmentmodel;databasedesignfirstfortheconceptdesign,thelogicstructuredesign,finallycompletedthedesignofthedatabasetable.Accordingtothepreviousanalysisanddesignphase
7、,designandfunctionsofthesystem,usingJSPlanguagetoachievethebasicpage,backgrounddatabaseuseSQL2005database,thesystemadoptsB/Smodeinthedesign,providingagoodfoundationforenterprisewebsite.Keywords:Thestudentcommunitymanagementsystem;Structuredanalysis;Thesystem成都电子科大软件学院成都电子科大软件学院
8、目录1引言11.1项目开发的背景11.2项目开发的意义11.3国内外发展状况11.4本章小结32关键技术介绍