资源描述:
《065JAVA JSP音乐网站设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、www.bycxlw.com,企鹅毕业设计网QQ:736858727摘要本文采用自顶向下的结构化的系统分析方法,阐述了一个功能全面的音乐检索系统的开发过程、操作流程及其一些核心的技术。本文首先进行了项目概述,简单介绍了项目开发的背景、项目开发的目的和项目开发的意义;接下来是系统规划阶段,通过实际的业务流程调研,分析了系统的组织结构,具体完成了音乐检索系统的需求分析、可行性分析、现行业务流程分析,并通过对现行业务流程的优化,得出了系统的业务流程;之后是系统分析,具体完成了数据流分析和数据字典;系统设计阶段主要完成了功
2、能模块的划分、数据库的设计和系统界面设计。该阶段对各个模块的功能进行了详细设计,形成了本系统的功能模块图,在此基础上选择了合适的开发模式;数据库的设计先进行了概念结构设计,之后进行了逻辑结构设计,最后完成了数据库表的设计。根据前几个阶段的分析和设计,本系统在设计方面采用B/S模式,同时使用JSP技术进行基本页面的设计与功能实现,后台数据库选用SQLServer2000数据库。本系统的设计实施为音乐检索系统的运行做基础,为音乐检索系统提供良好的条件。关键词:音乐检索;结构化分析;系统-II-AbstractInthi
3、spaper,top-downstructuredsystemsanalysis,describesafull-featuredmusicretrievalsystemdevelopmentprocess,operatingproceduresandsomeofitscoretechnology.Thispapercarriedouttheprojectoverview,abriefbackgroundofprojectdevelopment,projectdevelopmentandprojectdevelopm
4、entobjectiveofthemeaning;followedbythesystemplanningstage,theactualbusinessprocessesthroughresearchandanalysisofthesystem'sorganizationalstructure,specificallytocompletethemusicretrievalsystemneedsanalysis,feasibilityanalysis,theexistingbusinessprocessanalysis
5、,andoptimizationofexistingbusinessprocesses,businessprocessesofthesystemobtained;followedbysystematicanalysisofthespecificcompletionofthedataflowanalysisanddatadictionary;systemdesignstagecompletedamajordivisionoffunctionmodules,databasedesignandsysteminterfac
6、edesign.Thisphaseofthefunctionofeachmoduleindetailthedesign,formingafunctionalblockdiagramofthesystem,onthisbasis,havechosentherightdevelopmentmodel;databasedesignfirsttestedtheconceptdesign,followedbyalogicdesign,andfinallycompletedthedesignofthedatabasetable
7、.Accordingtothefirstfewstagesoftheanalysisanddesign,thesystemusedinthedesignofB/Smode,JSPtechnology,thebasicpagedesignandimplementationoffunction,useSQLServer2000databasebackenddatabase.Designandimplementationofthissystemformusicretrievalsystemrunningasafounda
8、tionformusicretrievalsystemtoprovideagoodcondition.Keywords:musicretrieval;structuralanalysis;system-II-目录摘要IAbstractII第1章引言11.1项目开发的背景11.2项目开发的意义1第2章可行性分析及总体设计原则32.1可行性分析32.1.1.技术