1、厦门大学软件学院本科毕业论文 0 本科毕业论文 (科研训练、毕业设计 ) 题 目:食品网站建设 文档开发 姓 名: 学 院:软件学院 系: 专 业:软件工程 年 级: 学 号: 指导教师(校内): 职称: 指导教师(校外): 职称: 年 月 厦门大学软件学院本科毕业论文 1 食品网站建设 摘要 随着人们生活水平的不断提高 ,饮食在人们的生活中占有越来越重要的地位 .人们不仅对食品的味道有了更高的要求 ,在食品营养、矿物质含量以及功能性方面也 有了更多的要求 .为了给广大的食品商家和关注饮食健康的大众提供一个交流的平台 ,我们小组在老师的指导下 ,开始进行食品网站的建设 .文档的开发在网站建设过
2、程中是一个很重要的环节 ,在网站建设前期 ,编写项目计划书和网站需求分析是非常必要的 ,它将指导整个项目的前进方向 .另外 ,在网站开发期间 ,还需要编写详细设计说明书 ,更清晰的把网站 的要求表述出来 .在网站建成后 ,测试计划也随之完成 ,对网站进行全面的测试 ,保证网站的质量 .最后 ,整个项目进入尾声 ,我们编写了项目开发总结报告 ,对此次开发的成果以及经验教训进行总结 ,为以后更好的进行软件开发奠定了基础 . 关键词 食品网站 ; 文档开发 ; 需求分析 ; 测试计划 ; 项目开发总结报告 厦门大学软件学院本科毕业论文 2 The Construction of The Food W
3、ebsite Abstruct As the standard of living developed,the diet is more important in our life.People not only pay attention to the taste,but also have regard to the nutrition and other functions.In order to provide a platform for communication between the manufacturers and populace,we construct this fo
4、od website under teachers instruction.The documents development in the website construction process is very important.In the earlier period of the website construction, made the plan of this project and the requirement analysis is extremely essential.It will instruct the entire project.Moreover,in w
5、ebsite development period,we also need to compile the detailed design instruction which made the request of this website clearer.After the construction of the website,the test plan must be completed.We carry on the comprehensive test to the website in order to guarantee the quality of the food websi
6、te.Finally,the entire project enters the last act,we complie the summary report of the project. Key words Website; document ; detailed design 厦门大学软件学院本科毕业论文 3 目录 第一章 引言 . 7 第二章 基本概念和工具 . 8 2.1 基本概念 . 8 2.1.1 JSP . 8 2.1.2 J2EE . 9 2.1.3 MVC.10 2.1.4 B/S 模式 .13 2.1.5 Javabean .13 2.1.6 JDBC(Java Data
7、Base Connection).13 2.1.7 JavaScript .14 2.2 所使用的相关工具 . 15 2.2.1 Eclipse .15 2.2.2 MyEclipse .16 2.2.3 Tomcat .17 2.2.4 SQL Server2000.18 2.3 本章小结 . 18 第三章 文档开发 .19 3.1 项目开发计划 . 19 3.1.1 编写目的 .19 3.1.2 项目概述 .19 3.1.3 产品 .19 3.1.4 关键问题 .20 3.2 软件需求说明 . 20 3.2.1 编写目的 .20 3.2.2 任务概述 .20 3.2.3 需求规定 .22
8、3.2.4 运行环境规定 .25 3.3 详细设计说明书 . 25 3.3.1 编写目的 .26 3.3.2 总体设计 .26 3.4 测试计划 . 28 3.4.1 编写目的 .28 厦门大学软件学院本科毕业论文 4 3.4.2 测试内容 .28 3.5 项目开发总结报告 . 31 3.5.1 实际开发结果 .31 3.5.2 对产品质量的评价 .32 3.6 本章小结 . 34 第四章 系统的实现 .35 4.1 食品网站 流程图 . 35 4.2 详细功能说明 . 35 4.2.1 登陆模块 .35 4.2.2 查询功能 .36 4.2.3 滚动新闻 .36 4.2.4 友情链接 .36
9、 4.2.5 其他功能 .37 4.3 本章小结 . 37 结论 .38 致谢语 .39 参考文献 .40 厦门大学软件学院本科毕业论文 5 Content CHAPTER 1 INTRODUCTION. 7 CHAPTER 2 THE BASIC CONCEPTION AND TOOLS. 8 2.1 BASIC CONCEPTION . 8 2.1.1 JSP . 8 2.1.2 J2EE . 9 2.1.3 MVC.10 2.1.4 B/S pattern .13 2.1.5 Javabean .13 2.1.6 JDBC(Java DataBase Connection).13 2.1
10、.7 JavaScript .14 2.2 THE TOOLS . 15 2.2.1 Eclipse .15 2.2.2 MyEclipse .16 2.2.3 Tomcat .17 2.2.4 SQL Server2000.18 2.3 SUMMARY . 18 CHAPTER 3 DOCUMENT DEVELOPMENT .19 3.1 PROJECT DEVELOPMENT PROGRAM. 19 3.1.1purpose.19 3.1.2 project summary .19 3.1.3 production.19 3.1.4 key problem .20 3.2 REQUIREMENT ANALYSIS . 20 3.2.1 purpose.20 3.2.2 project summary .20 3.2.3 requirement regulation .22 3.2.4 running environment.25 3.3 THE DETAILED DESIGN . 25 3.3.1 purpose.26 3.3.2 the total design.26 3.4 THE TEST PROGRAM . 28 3.4.1 purpose.