Giter Club home page Giter Club logo

onlineshop's Introduction

一句话介绍

类似天猫的小型网上商城

我负责的模块

后端代码的编写、前端代码的修改和前后端交互

用到的技术

后端 - MVC模式+三层架构

  • MVC
    • 模型层:JavaBean
    • 视图层:Jsp
    • 控制层:Servlet
  • 三层架构
    • web层:与客户端交互
    • service层:复杂业务的实现
    • dao层:与数据库进行交互(使用C3P0)
  • 数据库
    • MySQL

前端

  • EL+JSTL
  • JQuery

目前已经实现的功能

1. 用户模块

  • 用户注册功能
  • 通过发送验证邮件激活用户
  • 注册表单输入值的校验
  • 用户的登录功能(未实现加密传输
  • 自动登录功能
  • 记住用户功能
  • 用户注销功能

2. 商品模块

  • 首页热门商品和最新商品功能
  • 顶端导航条的商品分类
  • 商品列表与它的分页
  • 商品详细信息展示
  • 浏览历史的记录功能

3. 购物车模块

  • 将商品加入购物车
  • 展示购物车功能

4. 订单模块

  • 提交订单
  • 展示订单
  • 在线支付(分为直接支付和从订单列表中支付)(没有解决乱码

5. 附加:部署到云服务器

  • 安装jdk + tomcat + mysql + nginx(没用上)
  • 将项目打包成war,上传到webapp文件夹下(注意c3p0配置的修改)
  • ->欢迎访问<-

待完善

  • RSA加密传输数据和数据库MD5加密
  • 网页搜索功能

onlineshop's People

Contributors

harson-zhang avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.