没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
题目: 宠物用品展示网站设计与实现
学 院 系
专 业
年 级
学 号
作者姓名
指导教师
20xx 年 12 月 20 日
摘 要
本科生毕业论文(设计)
2
┊
┆┆
┆
佩塔宠物用品展示管理系统是一个网上购物式的新型系统也是一个典型的系统,
其开发主要包括前台的网页设计应用开发,后台的数据库建立维护以及管理两个大的
方面。对于前者要求建立功能完备,使用方便,操作简单等网站的设计特点。而对于
后者则要求建立起数据一致性和完整性强,数据安全性好的数据库和管理功能。
此系统设计上采用三层结构、ASP.NET 技术,使之在选用平台、采用技术上具有
先进性、前瞻性、扩充性,从而保证建成的系统具有良好的稳定性、可扩充性。系统
设计按标准化、规范化,分层设计,构件化实现。采用软件构件化的开发方式,使系
统结构分层,业务与实现分离,逻辑与数据分离;以统一的服务接口规范为核心,使
用开放标准。从功能上来说,系统是比较完备的,系统以 Web 界面与用户交互,为用
户提供信息并接受其操作,同时通过数据库管理系统来存储信息数据。系统实现了对
信息数据的浏览、查询、编辑和管理等基本数据库操作,以网上购物式的设计为中心,
对商品市场需求进行了进一步分析后,设计出前后台分别登陆的完整的网上商品销售
与管理系统。本系统在前台实现了用户登陆,查询宠物用品,订单查询,网上购物和客
户留言功能,在后台建立了基于前台所有模块功能的管理功能。采用了模块化设计方
法,根据用户的需求及程序的应用与维护的易用性,将各个部分置于不同的模块当中,
方便了程序的扩展与维护,同时建立了程序功能复用的基础。
关键字:asp.net,宠物用品系统,sql server,网上购物系统
本科生毕业论文(设计)
3
┊
┆┆
┆
Abstract
Readily snack bar management system online shopping is a type of new system is a
typical system, its development mainly includes the foreground application development of
web page design, the background database established two aspects, maintenance and
management. For the former request to establish function complete, easy to use, web site
design features such as simple operation. For the latter requirement to establish data
consistency and integrality, data security good database and management functions.
Design this system USES three layer structure, ASP.NET technology to make on the
chosen platform, using technology has advanced, forward-looking, scalable, built to ensure
the system has good stability and scalability. System design according to the
standardization and normalization, hierarchical design, component implementation. Adopts
component-based software development method, make the system structure of hierarchy,
business and achieve separation, the separation of logic and data; In a unified service
interface specification as the core, the use of open standards. From the function, the system
is relatively complete, the system with the Web interface and user interaction, providing
users with information and accept its operation, at the same time through a database
management system to store information data. System realizes the information data
browsing, query, editing and managing basic database operations, such as on online
shopping style design, further analyzed the demand for commodities, design a QianHouTai
respectively on the complete online merchandise sales and management system. This
system at the front desk to realize the user login, query snacks, order inquiries, online
shopping and customer message function, in the background to establish the management
function of all modules based on the front desk. Adopted the modular design method,
based on user requirements and procedures of the application and maintenance of the ease
of use, put the parts in different module, convenient for the expansion of the application
and maintenance, and established the foundation of the program function reuse.
Keywords: Asp.net, Perfume sales, SQL server, Online shopping system
本科生毕业论文(设计)
4
┊
┆┆
┆
目 录
1 绪论.................................................................1
1.1 项目背景 .......................................................1
1.2 研究意义 .......................................................1
1.3 本系统概述 .....................................................2
2 佩塔宠物用品展示系统分析.............................................3
2.1 系统需求分析 ...................................................3
2.2 系统可行性分析 .................................................3
2.2.1 技术及开发方法可行性 .......................................3
2.2.2 操作可行性 .................................................4
2.2.3 经济可行性 .................................................4
2.2.3 法律可行性 .................................................4
2.3 系统流程分析 ...................................................4
2.3.1 业务流程图例................................................4
2.3.2 业务流程图..................................................5
2.3.3 购物流程分析 ...............................................6
2.3.4 订单流程分析................................................6
3 佩塔宠物用品展示系统设计 .............................................8
3.1 系统设计的原则 .................................................8
3.2 系统性能需求 ...................................................8
3.3 系统功能设计 ...................................................9
3.4 数据库设计 ....................................................10
3.4.1 概念设计 ..................................................10
3.4.2 逻辑设计 ..................................................12
3.4.3 物理设计 ..................................................12
4 佩塔宠物用品展示系统的实现 ..........................................15
4.1 系统技术实现 ..................................................15
本科生毕业论文(设计)
5
┊
┆┆
┆
4.1.1 B /S 架构..................................................15
4.1.2 SQL SERVER 数据库..........................................16
4.1.3 NET 介绍 ..................................................17
4.1.4 ASP.NET 介绍...............................................17
4.2 系统首页实现 ..................................................18
4.3 用户模块实现 ..................................................19
4.3.1 用户注册 ..................................................19
4.3.2 用户登陆 ..................................................20
4.3.3 购物车模块 ................................................21
4.3.4 我的订单功能 ..............................................21
4.4 管理员模块的实现 ..............................................22
4.4.1 管理员登录 ................................................22
4.4.2 录入商品模块 ..............................................22
4.4.3 商品管理模块 ..............................................23
4.4.4 会员管理模块 ..............................................23
5 系统测试............................................................25
5.1 系统测试 ......................................................25
5.1.1 软件的测试的定义 ..........................................25
5.1.2 软件测试的方法 ............................................25
5.2 系统测试实例 ..................................................26
5.2.1 商品信息管理...............................................26
5.2.2 商品类别管理...............................................26
6 结 论...............................................................27
6.1 系统开发总结 ..................................................27
6.2 存在问题及改进 ................................................27
致谢..................................................................28
参考文献..............................................................29
剩余33页未读,继续阅读
资源评论
小码叔
- 粉丝: 5184
- 资源: 5249
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 基于Java的共享客栈管理系统+jsp(Java毕业设计,附源码,数据库,教程).zip
- 基于Java的菜匣子优选系统设计与实现+jsp(Java毕业设计,附源码,数据库,教程).zip
- 基于springboot+Vue的电影院购票系统2(Java毕业设计,附源码,部署教程).zip
- 基于springboot+Vue的电影院购票系统(Java毕业设计,附源码,部署教程).zip
- 基于springboot+Vue的电商应用系统的设计与实现(Java毕业设计,附源码,部署教程).zip
- 基于springboot+Vue的在线考试系统(Java毕业设计,附源码,部署教程).zip
- 基于SpringBoot+Vue的在线远程考试系统的设计与实现(Java毕业设计,附源码,部署教程).zip
- 基于JavaWeb的家居商城系统的设计与实现+jsp(Java毕业设计,附源码,数据库,教程).zip
- 基于SpringBoot+Vue的的游戏交易系统2(Java毕业设计,附源码,部署教程).zip
- 本地h264视频推流 Rtsp
- 基于SpringBoot+Vue的的中山社区医疗综合服务平台2(Java毕业设计,附源码,部署教程).zip
- 基于SpringBoot+Vue的的中山社区医疗综合服务平台(Java毕业设计,附源码,部署教程).zip
- 基于SpringBoot+Vue的在线课程管理系统的设计与实现(Java毕业设计,附源码,部署教程).zip
- 基于Java的汽车客运站管理系统的设计与实现+jsp(Java毕业设计,附源码,数据库,教程).zip
- PySpark数据处理技术大全
- 基于java的少儿编程网上报名系统+vue(Java毕业设计,附源码,数据库,教程).zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功