CN108537611A - 基于wap的网上商品信息检索及销售系统 - Google Patents

基于wap的网上商品信息检索及销售系统 Download PDF

Info

Publication number
CN108537611A
CN108537611A CN201710118015.1A CN201710118015A CN108537611A CN 108537611 A CN108537611 A CN 108537611A CN 201710118015 A CN201710118015 A CN 201710118015A CN 108537611 A CN108537611 A CN 108537611A
Authority
CN
China
Prior art keywords
wap
goods information
marketing system
user
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
CN201710118015.1A
Other languages
English (en)
Inventor
不公告发明人
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Changsha Six Person Network Technology Partnership (limited Partnership)
Original Assignee
Changsha Six Person Network Technology Partnership (limited Partnership)
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Changsha Six Person Network Technology Partnership (limited Partnership) filed Critical Changsha Six Person Network Technology Partnership (limited Partnership)
Priority to CN201710118015.1A priority Critical patent/CN108537611A/zh
Publication of CN108537611A publication Critical patent/CN108537611A/zh
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Computing Systems (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

基于 WAP 的网上商品信息检索及销售系统,本系统是一种基于 wap 手机的商品信息检索及销售系统,该系统将 wap 应用与互联网结合在一起,为注册用户提供检索,浏览商品信息,购买商品的功能,同时也为系统管理员提供管理维护用户资料、库存的功能,为互联网购物添加了一种新的应用方式。

Description

基于WAP的网上商品信息检索及销售系统
技术领域
基于 WAP 的网上商品信息检索及销售系统,其技术领域涉及JSP 技术、web技术、数据库技术。
背景技术
随着智能手机的普及,科技的发展,现代社会的生活节奏普遍变快,人们通过手机来来了解商品的信息、购买商品,满足移动生活的需要,已经成为现代社会流行的生活方式,本系统的用户可以从基于 WAP 手机上查询商品的信息,能够直接通过手机进行网上交易,为现代快节奏的生活提供了便利。
发明内容
系统的功能模块设计
本系统的功能模块的设计分为用户管理模块、商品销售模块、商品销售管理模块3个部分;
用户管理模块,该模块包括选择页面、用户注册页面、用户登录页面,当用户在界面指定的位置上键入 wap 网站的地址,按提交键从而链入到 wap 网站上,用户可以选择注册还是登陆,用户通过在注册界面输入自己的用户名、密码、姓名、生日、地址、电话等个人详细资料并点击完成注册,此时用户可以通过登陆界面进行登陆;
商品销售模块,该模块包括商品浏览页面、订单提交页面、付款页面,当用户登录账户以后,通过选择页面可以找到各种商品的分类,然后可以选择自己喜欢的商品,这时就会进入订单提交页面,当用户将选择好的商品选择购买时,这是就会进入付款页面;
商品销售管理模块,该模块包括删除商,修改商品,添加商品等功能,是系统管理员对用户信息进行维护,并对库存中的商品进行管理的渠道,当管理员发现畅销商品少于一定量时,会提醒进货,同时发现某商品滞销,也会提醒有关部门进行处理。
数据库设计
该数据库服务器采用了 SQLServer 2000,主要包含以下6张表;
1. 用户基本信息,该表主要包含了用户的会员编码 ,用户名 ,密码 ,姓名 ,生日等注册信息的数据;
2. 产品类型信息,该表主要包含产品的类型以及类型的编号等数据;
3. 产品信息,该表主要包含产品产品的名称及编号 、类型编号 、产品单价等信息的数据;
4. 库存信息,该表主要包含库存产品的编号、类型以及数量等数据;
5. 订单信息,该表的主要数据有订单号、产品的编号、用户的用户名及订货的信息等;
6. 派送信息,本表主要包含快递单号,订单编号以及用户的地址、联系方式、订单的产品信息等。
系统的技术实现
本系统采用 Microsoft 的 windows 2000 professional sp4作为操作系统 ,采用tomcat 3.1作为web 服务器,采用了 SQLServer 2000作为数据库服务器,它具有大型数据库的功能 ,在数据的完整性 ,安全性方面能够得到保障 , 服务器程序开发使用 JSP 技术 ,能够动态完成网站的交互性工作,通过 b/s 模式对 SQL Server 数据库进行操作。

Claims (2)

1.基于 WAP 的网上商品信息检索及销售系统,其特征在于:系统应用程序设计,该应用程序设计分为三个方面,系统的技术实现、系统的功能模块设计和数据库设计。
2.基于 WAP 的网上商品信息检索及销售系统,其特征在于:主要的功能模块设计分为3个部分,用户管理部分、商品销售部分、商品销售管理部分。
CN201710118015.1A 2017-03-01 2017-03-01 基于wap的网上商品信息检索及销售系统 Withdrawn CN108537611A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710118015.1A CN108537611A (zh) 2017-03-01 2017-03-01 基于wap的网上商品信息检索及销售系统

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710118015.1A CN108537611A (zh) 2017-03-01 2017-03-01 基于wap的网上商品信息检索及销售系统

Publications (1)

Publication Number Publication Date
CN108537611A true CN108537611A (zh) 2018-09-14

Family

ID=63488581

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710118015.1A Withdrawn CN108537611A (zh) 2017-03-01 2017-03-01 基于wap的网上商品信息检索及销售系统

Country Status (1)

Country Link
CN (1) CN108537611A (zh)

Similar Documents

Publication Publication Date Title
Miyazaki et al. Internet privacy and security: An examination of online retailer disclosures
Kumar et al. Mobile communications: evolution and impact on business operations
Jimenez et al. Popularity comparison between e-commerce and traditional retail business
JP5160860B2 (ja) 購買業務システム、購買業務処理方法、および購買業務処理プログラム
CN1592901A (zh) 用于监控交易订约方信用的系统和方法
JP2003150835A (ja) 商品推薦システム、方法及び装置、並びにプログラム
US20220366469A1 (en) Smart link for outside network input/output
KR20100011393A (ko) 사기 방지 방법 및 그 장치
US20160132956A1 (en) Electronic Commerce Platform and Transaction Method Using the Same
CN107403349A (zh) 一种移动端微信分销系统及其方法
JP2005056009A (ja) オンラインショッピング方法およびシステム
CN110163632A (zh) 退款方法及其系统、用户终端
CN107403327A (zh) 移动微分销商城处理系统及其方法
US11983395B2 (en) Goal-based dynamic modifications to user interface content
US20230054880A1 (en) System and method for vehicle loan lead generation
CN108288185A (zh) 基于移动端的ios购物app系统
CN108537611A (zh) 基于wap的网上商品信息检索及销售系统
CN102024221A (zh) 即时互动式网络物品交易方法
US20210216599A1 (en) Integrated, Information-Engineered and Self- Improving Advertising, E-Commerce and Online Customer Interactions Apparatuses, Processes and System
JP7183132B2 (ja) プログラム、情報処理方法、サーバ
Orbach The Friction Paradox: Intermediaries, Competition, and Efficiency
JP2016177427A (ja) 投稿作品部品販売システム
CN108985914A (zh) 一种基于app的算账记账工具
Gyamera et al. Analyzing & optimizing a small-scale e-commerce website: case company: Kipfashion
JP2003316981A (ja) 携帯通信装置を利用したオンライン商品受発注システム及びその商品受発注方法

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication

Application publication date: 20180914

WW01 Invention patent application withdrawn after publication