{$cfg_webname}
主页 > 计算机 > JAVA >

行政服务网站的设计与实现(MyEclipse,MySQL)(含录像)

来源:wenku163.com  资料编号:WK16312238 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16312238
资料介绍

行政服务网站的设计与实现(MyEclipse,MySQL)(含录像)(毕业论文14000字,程序代码,MySQL数据库,答辩PPT)
摘  要
在现代计算机、网络通信等技术支撑下,电子政务网再造传统政府的热潮兴起。它包含多方面的内容,如政府办公自动化、政府部门间的信息共建共享、政府实时发布国家的方针政策、民意调查等。电子政务的发展及应用,不断改变着传统的行政理念和管理观念,将政府打造成不断适应信息化发展的新的政府形态。
在这个系统中我综合应用了MySQL、Servlet、JSP等知识。网页界面的结构设计以实用性出发,具有易于操作、简洁、方便等特点。在设计中,首先,运用HTML语言对网站的静态页面进行精细的加工并且在网站的美工方面取得了良好的效果。其次,对于Java编程、JSP的动态编程以及MySQL数据库进行努力学习和大量实践,并运用到了网站的建设中。
本论文就此政务网进行了详细全面的论述。访问本系统的用户分为游客、会员和管理员两种角色,3个角色共有十几个功能的实现。系统中游客的主要功能有:浏览政务信息,下载政务资料,在线注册会员主要功能有:系统留言、职能投诉。系统中的管理员的主要功能有:管理系统基本信息、回复用户职能投诉。

关键字  电子政务、JSP、MySQL、MyEclipse

Abstract
In support of the modern computer, network and communication technologies, e-government network reconstruction of traditional government craze. It includes many aspects, such as the construction of office automation, information among government departments, the government share real-time publishing national policies, public opinion survey. Development and application of e-government, changing the traditional administrative idea and the management idea, will the government to constantly adapt to the new form of government informatization development.
In this system the integrated application of MySQL, Servlet, JSP knowledge. Structure design of webpage interface to practicality, has the characteristics of easy operation, simple, convenient. In the design, first of all, has obtained the good effect of art using the static page HTML language on the website of the fine processing and in site. Secondly, to learn and practice a lot for the dynamic programming, JSP Java programming and MySQL database, and applied to the construction of the site.
In this paper the e-government network in detail. Users to access the system is divided into two kinds of roles of tourists, members and administrators, the realization of the 3 character has dozens of functions. The main functions of the system, visitors are: browse the government information, government information download, online registration system main function of membership: message, function of complaints. The main function of the system administrator user functions: basic information, reply to complaints management system.

Key Words  e-government, JSP, MySQL, MyEclipse

1) 这就是本网站前台的功能它可以分为三个大块功能,分别为:信息浏览,资料下载和政务投诉模块。下面是三个模块的详细介绍:
信息浏览模块:浏览网站上的政务信息,如法律法规则、时事新闻等。
资料下载模块:下载网站上公开的政务资料。
政务投诉模块:向职能部门投诉,由职能部门进行解决反馈。

2) 这就是本网站后台台的功能框图(如图3-6所示)。后台的所有模块的功能分析:
政务公开管理模块:对政务公开信息进行管理,包括添加、删除等。
法律法规管理模块:对法律法规信息进行管理,包括添加、删除等
资料下载管理模块:对资料下载信息进行管理,包括添加、删除等
时事新闻管理模块:对时事新闻信息进行管理,包括添加、删除等
投诉信息管理模块:对投诉信息进行管理,包括信息浏览、回复
修改个人密码:管理员登录系统,可以修改自己的登录密码。
 

行政服务网站的设计与实现(MyEclipse,MySQL)
行政服务网站的设计与实现(MyEclipse,MySQL)
行政服务网站的设计与实现(MyEclipse,MySQL)
行政服务网站的设计与实现(MyEclipse,MySQL)


目  录
摘  要    I
Abstract    II
绪  论    1
1  系统概述与技术介绍    2
1.1  B/S结构介绍    2
1.2  SQL Server数据库    2
1.3  MyEclipse介绍    3
1.4  JavaScrip语言    3
1.5  JSP技术    4
1.6  MVC模式    5
2  系统需求分析    8
2.1  开发环境    8
2.2  需求分析    8
2.3  可行性分析    9
3  系统概要设计    10
3.1  系统设计概述    10
3.2  系统用例图    11
3.3  系统流程图    12
3.4  系统功能分析    13
4  数据库设计与实现    15
4.1  数据库结构设计    15
4.1.1  表概要说明    15
4.1.2  数据表的结构    15
5  系统的实现    20
5.1  前台首页设计    20
5.2  网站导航设计    20
5.3  信息显示模块    21
5.4  投诉信息管理    22
5.5  后台登录页面    24
5.6  政务公开管理    26
5.7  法律法规管理    28
5.8  时事新闻管理    30
5.9 资料信息管理    32
5.10 投诉信息处理    34
5.8 退出后台管理    34
6  系统测试    36
6.1  测试方法    36
6.2  系统测试结果    36
总 结    38
参考文献    39

推荐资料