优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

环境保护与宣传网站(环保网)的设计与实现(SQLServer)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:

环境保护与宣传网站(环保网)的设计与实现(SQLServer)(任务书,外文翻译,毕业论文24000字,程序代码,SQLServer数据库,答辩PPT)
摘  要
本文对环境保护与宣传网站的设计和开发过程进行了详细地分析与叙述。按照系统开发的实际操作流程以及论文编写的规范,论文内容从系统概述、系统分析、系统设计和系统实现这四大模块对系统的开发过程分别进行了阐述。系统概述中主要进行了课题背景、课题意义和现状分析;系统分析中主要包括了系统设计前的需求分析、数据流程分析、业务流程分析以及数据字典分析;而系统设计则主要是对系统的体系结构、各个功能模块、数据库结构的设计等具体系统实现过程进行剖析展示,在系统设计中有详细的文字解释并包含有表图说明等,文章同时还列举了关键的功能模块实现代码。
本文力求能为环境保护与宣传网站的开发设计找到一种切实可行的解决方案,在分析了目前国内外环境保护网站的现状的基础上,并经过反复研究和学习后,借助编程语言、JSP和SQLSERVER 2005 数据库最终实现了该网站的开发,并经过一系列测试后,达成了功能完善、操作便捷、使用方便的设计目标。

关键词: 环保网;管理系统;JSP

Design and implementation of environmental protection and advocacy java based websites [来源:http://think58.com]
Abstract
In this paper, environmental protection and advocacy website design and development process carried out a detailed analysis and narrative. The actual operating system development process , the paper content from the system overview , system analysis, system design and system implementation of these four modules for the development process of the system are described. System Overview The main topics were the background, significance and status of the subject analysis; while the system is designed primarily for system structure, various functional modules, the design of the specific structure of the database system implementation process analyzes demonstrated with the system design and the detailed explanation of the text descriptions contain the table of Fig articles also include a function key module code.
This article seeks to find a viable solution for the development of design protection and advocacy website, in the analysis of the present situation at home and abroad on the basis of environmental site, and after repeated research and learning with a programming language JSP and SQLSERVER 2005 database and ultimately the development of the site and after a series of tests to reach a user-friendly, comprehensive, clear operational design goals. [资料来源:http://think58.com]
Keywords: Environmental protection;Management system;JSP

本系统一共分为管理员模块、用户模块,在表面上,虽然每一个模块相互之间是独立存在的,但它们对数据库的访问确实是密切联系在一起的,同一个数据库被每一个模块进行访问,不同的是其访问的表而已。模块的功能也是根据搜集的资料结合具体的内容编排完成的。依据上述功能分析,系统在二个模块的基础上每一个模块又分为几个模块。
1.管理员功能模块:
(1)系统管理员管理整个系统;包括新闻类别管理、新闻管理、网站留言管理、问卷调查管理等功能。
(2)新闻类别管理;为了更好的维护新闻信息,特将新闻进校分类操作,方面用户浏览。
(3)新闻管理;该模块式系统的核心功能,管理员对新闻信息及时更新对于过期的新闻信息予以删除等操作。
(4)网站留言板管理;管理员登陆系统后。管理所有的留言信息,包括留言信息的删除等操作。
(5)系统管理;超级管理员可以添加管理员,共同维护本系统。
(6)修改个人密码;为了保障系统运行的安全性,管理员可以修改自己的登录密码。
(7)系统公告管理;负责发布一些公告信息一共用户浏览。
(8)问卷调查管理;发布问卷调查信息,及时了解用户对新闻方面的需求。

[来源:http://www.think58.com]

环境保护与宣传网站的设计与实现(SQLServer)
环境保护与宣传网站的设计与实现(SQLServer)

环境保护与宣传网站的设计与实现(SQLServer)
环境保护与宣传网站的设计与实现(SQLServer)

环境保护与宣传网站的设计与实现(SQLServer)

[资料来源:http://www.THINK58.com]


环境保护与宣传网站的设计与实现(SQLServer)


目  录
摘  要    i
Abstract    ii
1  绪论    1
1.1  课题背景    1
1.2  目的和意义    1
1.3  系统设计思想    1
1.4  本文的结构    2
2  可行性分析    3
2.1  经济可行性    3
2.2  技术可行性    3
2.3  运行可行性    3
2.4  本章小结    4
3  需求分析    5
3.1  信息发布需求分析    5
3.2  业务流程图    6
3.3  数据流图    8
3.4  本章小结    9

[来源:http://www.think58.com]


4  总体设计    10
4.1  系统总体设计    10
4.2  数据库设计    12
4.3  本章小结    15
5  详细设计与实现    17
5.1  系统运行环境    17
5.2  开发工具及技术介绍    17
5.3  系统首页设计    21
5.4  新闻详细信息模块    22
5.5  留言模块    23
5.6  参与问卷模块    24
5.7  系统后台登录模块    25
5.8  新闻类别管理模块    27
5.9  新闻管理模块    28
5.10  公告信息管理模块    29
5.11  留言管理模块    30
5.12  问卷调查管理模块    32
6  系统测试与性能分析    34
6.1  软件测试概念    34
  6.1.1  测试原则    34 [资料来源:THINK58.com]
  6.1.2  测试目标    34
  6.1.3  系统整体测试步骤    34
6.2  软件测试方法    36
6.3  小结    36
结束语    38
参考文献    39
致    谢    40
外文原文    41
中文翻译    52 [资料来源:http://think58.com]