文档介绍:,企鹅毕业设计网QQ:736858727
摘 要
本文采用系统开发的结构化分析方法,详细阐述了一个功能比较强大的企业宣传网站系统的前后台开发、操作流程和涉及的一些关键技术。首先进行了可行性分析,然后是系统分析,通过实际的业务流程调研,分析业务流程和系统的组织结构,完成了数据流分析和数据字典;然后是系统设计阶段主要完成了功能模块的划分、阐述了系统设计的思想、数据库的设计和系统设计的工具及技术。该阶段对本系统各个模块的功能进行了详细设计,形成了本系统的功能模块图;数据库设计时先进行了概念结构设计,然后进行了逻辑结构设计,最后完成了数据表的设计。
根据前几个阶段的分析和设计,本系统在设计方面采用B/S模式,同时使用JSP技术进行基本页面的设计与功能实现,后台数据库选用SQL2000数据库。本网站的开发为企业的发展奠定了基础。
关键词: 企业宣传 结构化分析 JSP SQL Server 2000
ABSTRACT
In this paper, structured system development method, described in detail features of a relatively strong system of corporate propaganda site before and after the station development, operations, processes, and some of the key technologies involved. First, a feasibility analysis, and system analysis, business process through the actual research, analyze business processes and organizational structure of the system to complete the data flow analysis and data dictionary; then completed the system design phase is mainly divided into functional modules, elaborated the idea of the system design, database design and system design tools and techniques. This phase of the system function of each module in detail the design, forming a functional block diagram of the system; database design first tested the concept design, followed by a logic design, and finally completed the data table design.
According to the first few stages of the analysis and design, the system used in the design of B / S mode, JSP technology, the basic page design and implementation of function, use SQL2000 database back-end database. The development of the site for the development of enterprises laid a foundation.
Keywords: business advocacy structal analysis JSP SQL Server 2000
目 录
1 序言 1
课题的研究背景 1
1
可行性分析 2
技术可行性 2
经济可行性 3
法律可行性 3
操作可行性 3
3
2 需求分析 5
业务流程分析 5
5
数据字典 7
3 系统设计 11
系统功能结构设计 11
系统数据模型设计 11
系统概念结构设计 11
数据库表设计 14
开