基于java的电子留言板设计与实现.doc

    
约39页DOC格式手机打开展开

基于java的电子留言板设计与实现,基于java的电子留言板设计与实现1.29万字我自己的毕业论文,原创的,已经通过校内系统检测,仅在本站独家出售,重复率低,大家放心下载使用摘要 随着科技的发展,人们的交流方式越来越多,例如近些年出现的qq说说、论坛、微博、微信等等,但是不管形式如何千变万化,它们的内在实质也还是类似于留言板。以前也出现了许多留言方式,例...
编号:99-423053大小:4.59M
分类: 论文>通信/电子论文

内容介绍

此文档由会员 淘宝大梦 发布

基于Java的电子留言板设计与实现

1.29万字
我自己的毕业论文,原创的,已经通过校内系统检测,仅在本站独家出售,重复率低,大家放心下载使用

摘要 随着科技的发展,人们的交流方式越来越多,例如近些年出现的QQ说说、论坛、微博、微信等等,但是不管形式如何千变万化,它们的内在实质也还是类似于留言板。以前也出现了许多留言方式,例如学校展板上的留言板区域留言、各种餐厅提供的意见箱、简单的家庭贴纸留言等等,但是随着网络技术的不断发展,现实生活中的留言方式逐渐演变到了网络上的留言方式。
留言板系统在生活中的作用越来越大,许多公司网站都设立的留言板模块,这是为了方便使用该公司产品的客户可以方便反馈产品的质量信息,而公司也能更好的服务客户和改进产品,这让消费者更放心的购买该公司的产品了。
本文所设计的电子留言板是基于移植性较好的Java开发语言进行开发设计的,其主要特性是能够在不同的平台获得相同的运行结果,可提供一个随处可用的开放结构和在多平台之间传递信息的低成本方式,且易于维护和更新。同时利用MySQL数据库功能,能够方便的管理用户、留言的基本信息。
本次研究设计采用Java Web开发,由此搭建了一个基于三层体系结构的留言板平台。通过对用户、管理员的分析,确定了不同身份的不同功能。最终利用软件MyEclipse、MySQL、SQLyog来实现项目的设计与开发,然后发布到Tomcat进行运行。
关键字 留言板 Java Web MySQL

Design and Implementation of Electronic Message Board Depends on Java
Abstract With the development of technology, the way of communication has become more and more in recent years, for example, appear to QQ, forums, blogging, Micro-channel and so on. but no matter how the form of the ever-changing, Their intrinsic essence is similar to the message board. Previously there have been many ways of comments, for example, message boards on school boards, feedback provided by a variety of restaurants, simple house stickers for message, etc.. However, with the continuous development of network technology, In real life the way a message to the message gradually evolved the way on the network.
The role of message board system is growing in life, many companies have set up websites message board module, which is is for the convenience of customers can easily feedback the quality information of product, and the company can better serve customers and improve our products, which allow consumers more confidence to buy the product of this company.
The electronic message board designed is based on the java language with good portability, which main feature is the ability to get the same results running on different platforms. It can provide an available open architecture anywhere you need and a ow-cost way of passing information between multiple platforms, which can be easy to maintain and update. Combined with MySQL database functions at the same time, so we can easy to manage the basic information of users and message.
The study use Java Web developer and build a message board platform based on three-tier architecture. Through the user, the administrator of the analysis to determine different identify with different functions. Int the end, use software MyEclipse, MySQL, SQLyog to achieve the design and development of the project, and then deploy it to Tomcat for running.
Keywords Message Board Java Web MySQL

目录
第一章 绪论 1
1.1 课题研究背景与意义 1
1.2 国内外研究现状 1
1.3 设计内容与目标 2
1.4 论文的组织与结构 3
第二章 相关理论 4
2.1 开发工具简介 4
2.1.1 MyEclipse简介 4
2.1.2 Tomcat简介 4
2.1.3 MySQL简介 4
2.2 Web相关技术介绍 5
2.2.1 Java语言 5
2.2.2 HTML页面与CSS样式 5
2.2.3 JavaScript技术 5
2.2.4 JSP技术与Servlet技术 6
2.3 开发模式 7
第三章 系统分析和设计 8
3.1 需求分析 8
3.2 模块分析 9
第四章 系统详细设计 11
4.1 数据库设计 11
4.1.1 E-R图设计 11
4.1.2 表格设计 11
4.1.3 数据库的连接 13
4.1.4 数据库的增删改查 14
4.2 页面设计与显示 15
4.2.1 登陆页面设计与功能实现 15
4.2.2 注册界面设计与功能实现 16
4.2.3 管理员首页界面显示与功能实现 17
4.2.4 普通用户首页界面显示与功能实现 19
4.2.5 系统用户监测与退出系统 21
第五章 系统的测试与运行 22
5.1 系统测试 22
5.2 程序运行 22
5.2.1 程序运行准备 22
5.2.2 普通用户界面运行过程显示 23
5.2.3 管理员界面运行过程显示 29
第六章 总结与展望 32
6.1 总结 32
6.2 展望 32
致谢 33
参考文献 34