摘  要

随着社会的发展,社会的方方面面都在利用信息化时代的优势。计算机的优势和普及使得美食分享网站的开发成为必需。

本文以实际运用为开发背景,运用软件工程原理和开发方法,采用java技术构建一个美食分享网站。整个开发过程首先对系统进行需求分析,得出系统主要功能。接着对系统进行总体设计和详细设计。总体设计主要包括系统功能设计,系统总体结构设计,系统数据结构设计和系统安全设计等;详细设计主要包括系统数据库访问的实现,主要功能模块的具体实现,模块实现关键代码等。最后对系统进行了功能测试,并对测试结果进行了分析总结,得出系统的不足及需要改进的地方,为以后的系统维护提供了方便,同时也为今后开发类似系统提供了借鉴和帮助。

本系统的开发使用户能够更加方便快捷选择美食,同时也促使美食分享网站变的更加系统化、有序化。系统界面较友好,易于操作。

关键词:美食分享网站; 功能;设计;平台

 

ABSTRACT

 

With the development of society, every aspect of society is taking advantage of the information age. The advantages and popularity of computers make the development of food sharing websites necessary.

This paper takes the practical application as the development background, USES the software engineering principle and the development method, USES the Java technology to construct a gourmet sharing website. The entire development process first carries on the demand analysis to the system, obtains the system main function. Then the overall design and detailed design of the system. The overall design mainly includes the system function design, the system overall structure design, the system data structure design and the system security design and so on; The detailed design mainly includes the system database access realization, the main function module concrete realization, the module realization key code and so on. Finally, the system is functional tested, and the test results are analyzed and summarized, and the deficiencies and areas for improvement of the system are concluded, which provides convenience for the future system maintenance and provides reference and help for the development of similar systems in the future.

The development of the system allows users to more convenient and fast food selection, but also to promote food sharing sites become more systematic, orderly. The system interface is friendly and easy to operate.

Keywords:Food sharing website; Function; Design; platform

 

目  录

摘  要

ABSTRACT

1 概述

1.1研究的背景

1.2课题研究的目的与意义

1.3课题解决的方案

2 系统相关技术介绍

2.1JAVA技术介绍

2.2 mysql数据库介绍

2.3 B/S介绍

3 系统分析

3.1 系统可行性分析

3.1.1技术可行性

3.1.2经济可行性

3.2 需求分析

3.2.1系统功能需求分析

3.2.2业务流程分析

3.1.3操作可行性

3.2.3系统性能分析

4系统概要设计

4.1 系统功能结构设计

4.2 系统数据库设计

4.3 系统ER图

5系统实现

5.1 前台子系统实现

5.1.1用户登录模块

5.1.2首页

5.1.3个人资料管理

5.1.4美食分享笔记

5.1.5活动信息管理

5.1.6我的活动管理

5.1.7我的收藏管理

5.2 后台子系统实现

5.2.1美食分享笔记管理

5.2.2会员管理

5.2.3留言管理

5.2.4活动信息管理

5.2.5友情链接管理

5.2.6系统公告管理

5.2.7系统管理

6系统测试

6.1测试过程

6.2测试结论

结论

参考文献

致  谢