疙瘩cheap团购网站的设计与实现
日期: 2015.4 目录
Abstract
With the development of the Internet and the rise of online shopping, electronic commerce has been more and more popular, the characteristics of it open, global, low cost, and high efficiency, buy also become a trend for e-commerce shopping.?Buy in now peoples life has been very common, want to eat what you want to play, buy site you can find cost-effective products, to solve your many troubles.?It is very convenient to use, open the app, registered an account, log in to the home page, to buy food, clothing, tourist attractions and the wedding of the page, you can message choice you need to buy goods, add to cart, to fill out the address of consignee and payment operations.?When the balance of the acc *好棒文|www.hbsrm.com +Q: %3^5`1^9`1^6^0`7^2#
ount is insufficient, the user needs to recharge to continue to buy.?Purchase end of the message board evaluation function.The system is widely used in everyones life, the user can easily choose the goods that they want, but also for the business to provide an e-commerce platform.?The system uses MyEclipse 6.5 and MySql as the development platform, which ensures the integrity of the data
Key Words: buy, Eclipse, payment
引言
课题背景
随着经济的发展和人们生活水平的提高,人们普遍喜欢在聚会的时候选择团购这种消费方式。它不仅具有价格低廉,选择层次多的优点,顾客也可以通过使用者对他的评价更加方便的观察性价比。电子商务时代,企业的追求已经演变成以顾客为中心,顾客的满意度称为一个企业成功与否的象征。本课题面向软件专业的学生,采用MyEclipse 6.5开发工具,使用java编程语言进行开发,在Windows的平台下,使用Navicat of mysql做后台数据库。
选题意义
团购网站是大家平时生活中很常见的网站,它满足了人们对于商品的需求,对于用户,可以免费注册登录,查看网站上的团购商品信息,挑选自己中意的商品进行购买。对于管理员,可以增删查改会员、商品信息,查看处理订单。
设计目标
用户可以方便实惠的选择自己想要的商品,同时也为商家提供了一个电子商务平台。
需求分析
功能分析
该系统主要包括用户注册、登录,用户信息管理,商品信息管理,订单管理,留言管理等,用户注册之后,就可以登录浏览商品,选着自己想要的团购商品进行付款购买,管理员在后台进行用户信息,商品信息,订单信息的管理,用户可以在使用商品后进行留言,管理员也可以进行回复留言。
(二)E-R模型图
(三)开发环境
数据库:MySql
开发语言:JAVA
开发工具:MyEclipse 6.5
软件设计
功能结构图
疙瘩cheap团购网站功能结构图包括前台后台部分,前台部分有首页、登陆注册、查看商品、加入购物车、付款和在线留言。后台包括管理员登录、商品信息管理、订单管理。如图3-1所示。
图3-1 功能结构图
系统流程图
疙瘩cheap团购网站系统流程图前台部分用户注册之后可以登录查看商品信息,选择自己中意的商品加入购物车,进行付款,付款成功操作之后由管理员进行发货。后台部分管理员登录管理商品信息,查看订单进行发货,发货成功之后由用户确认收货。如图3-2所示。
图3-2 系统流程图
数据库关系图
疙瘩cheap团购网站数据库关系图由6个表组成。分别是管理员、会员、订单信息、订单详细、活动信息、留言信息、回复信息。如图3-3所示。
图3-3 数据库关系图
数据库设计
表3-1 表名:user_info (会员表)
序号
字段名称
字段含义
字段类型
字符长度
说明
1
userId
ID
int
主键,非空
2
userName
会员账号
varchar(20)
20
非空
3
password
密码
varchar(20)
20
4
question
密保问题
varchar(50)
50
5
realName
真实姓名
varchar(20)
20
20
留言时间
datetime
主键,非空
2
messageid
Abstract
With the development of the Internet and the rise of online shopping, electronic commerce has been more and more popular, the characteristics of it open, global, low cost, and high efficiency, buy also become a trend for e-commerce shopping.?Buy in now peoples life has been very common, want to eat what you want to play, buy site you can find cost-effective products, to solve your many troubles.?It is very convenient to use, open the app, registered an account, log in to the home page, to buy food, clothing, tourist attractions and the wedding of the page, you can message choice you need to buy goods, add to cart, to fill out the address of consignee and payment operations.?When the balance of the acc *好棒文|www.hbsrm.com +Q: %3^5`1^9`1^6^0`7^2#
ount is insufficient, the user needs to recharge to continue to buy.?Purchase end of the message board evaluation function.The system is widely used in everyones life, the user can easily choose the goods that they want, but also for the business to provide an e-commerce platform.?The system uses MyEclipse 6.5 and MySql as the development platform, which ensures the integrity of the data
Key Words: buy, Eclipse, payment
引言
课题背景
随着经济的发展和人们生活水平的提高,人们普遍喜欢在聚会的时候选择团购这种消费方式。它不仅具有价格低廉,选择层次多的优点,顾客也可以通过使用者对他的评价更加方便的观察性价比。电子商务时代,企业的追求已经演变成以顾客为中心,顾客的满意度称为一个企业成功与否的象征。本课题面向软件专业的学生,采用MyEclipse 6.5开发工具,使用java编程语言进行开发,在Windows的平台下,使用Navicat of mysql做后台数据库。
选题意义
团购网站是大家平时生活中很常见的网站,它满足了人们对于商品的需求,对于用户,可以免费注册登录,查看网站上的团购商品信息,挑选自己中意的商品进行购买。对于管理员,可以增删查改会员、商品信息,查看处理订单。
设计目标
用户可以方便实惠的选择自己想要的商品,同时也为商家提供了一个电子商务平台。
需求分析
功能分析
该系统主要包括用户注册、登录,用户信息管理,商品信息管理,订单管理,留言管理等,用户注册之后,就可以登录浏览商品,选着自己想要的团购商品进行付款购买,管理员在后台进行用户信息,商品信息,订单信息的管理,用户可以在使用商品后进行留言,管理员也可以进行回复留言。
(二)E-R模型图
(三)开发环境
数据库:MySql
开发语言:JAVA
开发工具:MyEclipse 6.5
软件设计
功能结构图
疙瘩cheap团购网站功能结构图包括前台后台部分,前台部分有首页、登陆注册、查看商品、加入购物车、付款和在线留言。后台包括管理员登录、商品信息管理、订单管理。如图3-1所示。
图3-1 功能结构图
系统流程图
疙瘩cheap团购网站系统流程图前台部分用户注册之后可以登录查看商品信息,选择自己中意的商品加入购物车,进行付款,付款成功操作之后由管理员进行发货。后台部分管理员登录管理商品信息,查看订单进行发货,发货成功之后由用户确认收货。如图3-2所示。
图3-2 系统流程图
数据库关系图
疙瘩cheap团购网站数据库关系图由6个表组成。分别是管理员、会员、订单信息、订单详细、活动信息、留言信息、回复信息。如图3-3所示。
图3-3 数据库关系图
数据库设计
表3-1 表名:user_info (会员表)
序号
字段名称
字段含义
字段类型
字符长度
说明
1
userId
ID
int
主键,非空
2
userName
会员账号
varchar(20)
20
非空
3
password
密码
varchar(20)
20
4
question
密保问题
varchar(50)
50
5
realName
真实姓名
varchar(20)
20
20
留言时间
datetime
主键,非空
2
messageid
版权保护: 本文由 hbsrm.com编辑,转载请保留链接: www.hbsrm.com/jsj/rjgc/1739.html