“食全食美”预定系统设计与实现_计算机专业论文-经管之家官网!

人大经济论坛-经管之家 收藏本站
您当前的位置> 论文>>

计算机专业论文

>>

“食全食美”预定系统设计与实现_计算机专业论文

“食全食美”预定系统设计与实现_计算机专业论文

发布:经管之家 | 分类:计算机专业论文

关于本站

人大经济论坛-经管之家:分享大学、考研、论文、会计、留学、数据、经济学、金融学、管理学、统计学、博弈论、统计年鉴、行业分析包括等相关资源。
经管之家是国内活跃的在线教育咨询平台!

经管之家新媒体交易平台

提供"微信号、微博、抖音、快手、头条、小红书、百家号、企鹅号、UC号、一点资讯"等虚拟账号交易,真正实现买卖双方的共赢。【请点击这里访问】

提供微信号、微博、抖音、快手、头条、小红书、百家号、企鹅号、UC号、一点资讯等虚拟账号交易,真正实现买卖双方的共赢。【请点击这里访问】

计算机专业论文范文摘要“食全食美”预定系统是典型的电子商务销售平台,其开发基于B/S模式的网上销售的实现,采用的是ASP+sql2000模式。电子商务是凌架于互联网系统上的一个销售平台,是地面销售系统的一种延伸和互补 ...
扫码加入经济学习群


计算机专业论文范文

摘 要
“食全食美”预定系统是典型的电子商务销售平台, 其开发基于B/S模式的网上销售的实现,采用的是ASP +sql 2000模式。电子商务是凌架于互联网系统上的一个销售平台,是地面销售系统的一种延伸和互补,也是商家和顾客的一种很有效的沟通途径。当下在中国,不同程序实现网上销售的厂商约占78%左右,剩下的那22%左右的厂商,都在努力创造着做网上销售的地面物质准备。錾于此,实现网上销售,已经成为未来商场战争中占有优势地位的必不可少的工具了。
本网上销售系统主要是针对某餐厅而开发的,该餐厅有着多年店面营销的积累,无论从顾客群方面还是从物流、仓储等方面,都具备了做网上销售的物质准备。此系统设计上采用三层结构、Web Service技术,使之在选用平台、采用技术上具有先进性、前瞻性、扩充性,从而保证建成的系统具有良好的稳定性、可扩充性。系统设计按标准化、规范化,分层设计,构件化实现。采用软件构件化的开发方式,使系统结构分层,业务与实现分离,逻辑与数据分离;以统一的服务接口规范为核心,使用开放标准。从功能上来说,系统是比较完备的,系统以Web界面与用户交互,为用户提供信息并接受其操作,同时通过数据库管理系统来存储信息数据。系统实现了对信息数据的浏览、查询、编辑和管理等基本数据库操作,采用了模块化设计方法,根据用户的需求及程序的应用与维护的易用性,将各个部分置于不同的模块当中,方便了程序的扩展与维护,同时建立了程序功能复用的基础。


关键词:电子商务,ASP,SQL,交互性。


Abstract
"Shiquansimei" booking system is a typical e-commerce sales platform, the development based on B / S of the realization of online sales, is based on ASP + sql 2000 model. E-commerce on the Internet is the transit system-a sales platform, the ground is an extension of the distribution system and complementary, but also merchants and customers a very effective channel of communication. Present in China, different procedures to achieve online sales accounted for about 78 percent of manufacturers around the remaining 22 percent or so that manufacturers are trying to create an online sales to the ground material ready. Zan here, and Internet sales, shopping malls have become the future status of the war take advantage of the indispensable tool.
The online sales system is mainly for the development of a restaurant, the restaurant has many years of accumulated store marketing, whether from customers or from the areas of logistics, warehousing and so on, are perfectly capable of doing the material prepared for sale online. The system design using three-tier structure, Web Service technology, so that the choice of platforms, using a technically advanced nature, forward-looking, scalable, thus ensuring completion of the system has good stability, scalability. System design by standardization, standardization, and hierarchical design, component of achieving. Use of software component of the development mode, the system hierarchical structure, operations and implementation of separation, logic and data separation to a unified service interface specification as the core, the use of open standards. From the function, the system is more complete, the system to the Web interface and user interaction, provide users with information and accept its operation, at the same time through the database management system to store information and data. System of the information and data browser, query, editing and database management, and other basic operations, using a modular design, according to the needs of users and the application procedures and maintenance of the ease of use, will be placed in various parts of different modules To facilitate the expansion and maintenance of procedures, procedures for the establishment of a functional rehabilitation with the foundation.

Key words: e-commerce, ASP, SQL, interactive.

目 录

摘 要3
Abstract4
前 言5
第一章 系统概述6
1.1 本课题的研究意义6
1.2 本课题的目的及内容6
第二章 管理系统概述8
2.1 现行销售系统现状8
2.2 电子商务平台的开发方法介绍9
2.2.1 B/S体系结构9
2.2.2 Dreamweave介绍9
2.2.3 SQL Server介绍10
2.2.4 HTML介绍10
2.2.5 ASP介绍11
第三章 系统调研及可行性分析12
3.1 系统调研12
3.2 可行性分析12
3.2.1 经济可行性12
3.2.2 技术可行性12
3.2.3 操作可行性14
3.2.4 法律可行性14
第四章 系统需求分析15
4.1 业务流分析15
4.2 数据流分析16
4.3 数据字典17
第五章 系统设计21
5.1 网站概要设计21
5.2 网站设计思想21
5.3 系统功能模块划分22
5.4 数据库设计23
5.4.1 数据库需求分析23
5.4.2 数据库概念结构设计24
5.4.3 数据库逻辑结构设计26
第六章 “食全食美”预定系统界面设计28
6.1 首页设计28
6.2 会员注册界面设计29
6.3 美食查询界面的设计29
6.4 购物车界面的设计30
6.5 管理员登陆界面设计31
6.6 后台首页界面设计32
6.7 美食管理界面设计33
6.8 订单管理界面设计33
总 结35
致 谢37

「经管之家」APP:经管人学习、答疑、交友,就上经管之家!
免流量费下载资料----在经管之家app可以下载论坛上的所有资源,并且不额外收取下载高峰期的论坛币。
涵盖所有经管领域的优秀内容----覆盖经济、管理、金融投资、计量统计、数据分析、国贸、财会等专业的学习宝库,各类资料应有尽有。
来自五湖四海的经管达人----已经有上千万的经管人来到这里,你可以找到任何学科方向、有共同话题的朋友。
经管之家(原人大经济论坛),跨越高校的围墙,带你走进经管知识的新世界。
扫描下方二维码下载并注册APP
本文关键词:

人气文章

1.凡人大经济论坛-经管之家转载的文章,均出自其它媒体或其他官网介绍,目的在于传递更多的信息,并不代表本站赞同其观点和其真实性负责;
2.转载的文章仅代表原创作者观点,与本站无关。其原创性以及文中陈述文字和内容未经本站证实,本站对该文以及其中全部或者部分内容、文字的真实性、完整性、及时性,不作出任何保证或承若;
3.如本站转载稿涉及版权等问题,请作者及时联系本站,我们会及时处理。
经管之家 人大经济论坛 大学 专业 手机版