基于jsp的超市仓库管理系统的实现
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
软件技术专业毕业论文
基于jsp的超市仓库管理系统的实现
姓名:
学号: 0809340107 指导教师:
专业:软件技术
2010年4月14日
毕业设计开题报告
摘要
没有什么比信息化社会大背景下的自动化管理更能提高生产力提高效益的,而利用计算机实现自动化管理更是时代需求。如今的超市规模日益壮大相应的各种信息量也随之增多,以往的超市仓库操作方式运营机构已逐渐不能适应如此多的信息量带来的压力,利用计算机的方便、快捷、安全、信息量大以及普及性和各种现代化的技术设计实现的超市仓库管理系统正是弥补了以往的不足之处,此系统更有许多创新推出,可以提供多用户的操作、海量信息库存、界面清新简洁、数据安全、盘点报表等。
《超市仓库管理系统》是一个基于WEB的管理系统,系统的开发利用了MVC 模式,前台页面利用JSP技术实现,后台管理通过JavaBean、Servle管理t,并充分借用了MyEclipse开发工具的强大功能,数据库管理运用了MySql数据库,用Tomcat作为服务器。经分析:货物盘点、报表,系统安全度是本系统的难点。系统主要功能包括:用户登录注册、货物入库出库、货物盘点报表统计等。
相信随着《超市仓库管理系统》设计成功和以后的投入运行必将给超市仓库管理带来意想不到的好处和方便,这也是作为IT人对社会进步作出的微薄之力。
关键字: MVC、WEB、JSP、Tomcat、MySql、MyEclipse
Abstract
Nothing against the background of the information society of automation can increase productivity increase management efficiency, and use of computer automation management is need of the times. The growing size of today's supermarket corresponding amount of information also will increase the various, way past the supermarket warehouse operations can not meet the operational agencies have been gradually brought so much pressure on the amount of information, using computers convenient, fast, safe and informative big and popular and all the modern technology design and implementation of the supermarket warehouse management system is to make up for past shortcomings, this system there are many new innovations introduced Can provide multi-user operation, large amount of information inventory, clean simple interface, data security, inventory reports, etc..
"Supermarket warehouse management system" is a WEB-based management system, system development and utilization of the MVC pattern, front page using JSP technology, background management through the JavaBean, Servle management t, and borrowed the full power of MyEclipse development tools, database management using a MySql database, with Tomcat as the server. The analysis: inventory of goods, reports, system safety is the difficulty of this system. System main features include: user login registration, warehousing the library, cargo inventory reports and statistics.
We believe that with the "supermarket warehouse management system" designed operational success and subsequent to the supermarket warehouse management will bring unexpected benefits and convenience, this is social progress as an IT person to make a modest contribution.
Keywords: MVC, WEB, JSP, Tomcat, MySql, MyEclipse
目录
摘要.................................................................................................................................................. III Abstract .............................................................................................................................................. I V 目录................................................................................................................................................... V 第一章:绪论 ............................................................................................................................. - 1 -
1.1项目背景 .......................................................................................................................... - 1 -
1.2 项目意义 ......................................................................................................................... - 1 - 第二章开发及运行环境 ............................................................................................................... - 2 -
2.1 JSP语言概述 ................................................................................................................ - 2 -
2.2 JSP环境的搭建 ............................................................................................................ - 2 -
2.3 开发平台 ....................................................................................................................... - 2 -
2.4 MySQL数据库 ................................................................................................................ - 3 - 第三章系统分析 ........................................................................................................................... - 4 -
3.1 需求分析 ....................................................................................................................... - 4 -
3.2 功能需求分析 ............................................................................................................... - 4 -
3.3 可行性分析 ................................................................................................................... - 5 -
3.4业务流程图 ................................................................................................................. - 6 -
3.5 数据字典描述 ............................................................................................................... - 6 -
3.5.1 数据条目 ........................................................................................................... - 7 -
3.5.2 数据分析 ........................................................................................................... - 7 - 第四章系统设计 ........................................................................................................................... - 9 -
4.1 系统总体结构设计 ....................................................................................................... - 9 -
4.2系统功能模块图 ........................................................................................................- 11 - 第五章详细设计 ......................................................................................................................... - 12 -
5.1 数据库设计 ................................................................................................................. - 12 -
5.2数据库的结构设计 ................................................................................................... - 13 -
5.5 数据库的连接 ............................................................................................................. - 14 -
5.6 超市仓库管理系统的登录页面 ................................................................................. - 26 - 第六章系统测试 ......................................................................................................................... - 27 -
6.1 测试的指导原则 ......................................................................................................... - 27 -
6.2 代码测试 .............................................................................................................. - 27 -
6.2.1 静态测试 ......................................................................................................... - 27 -
6.2.2 动态测试 ......................................................................................................... - 29 -
6.3 各个模块测试 ....................................................................................................... - 29 -
6.4 测试方法 ............................................................................................................... - 30 - 第七章一些问题以及解决方法 ............................................................................................... - 31 -
7.1 关于乱码问题 ..................................................................................................... - 31 -
7.2 关于非法登陆问题 ............................................................................................. - 31 -
7.3 系统亮点 ............................................................................................................. - 32 - 结束语 (33)
参考文献 (34)
致谢 (34)