Git Product home page Git Product logo

avaware-jsp's Introduction

Avaware-JSP

这是JSP+数据库实现的web应用程序,虽然JSP已经随着MVVM模式成为主流而逐渐没落…… 但也是花了心思做的课程项目。

基本配置

  • 服务器:Tomcat9.0(说实话略坑,我用SDK9编译的文件会出现因版本过高报500)
  • 数据库:MySQL5.5(可视化工具:Navicat)

数据库

  • 暂时没用Navicat导出

应用内容

软件商城

需求

  • 需要注册账号、登录后购买
  • 注册时需要上传身份证照片
  • 付款后方可下载软件

功能描述

  • 注册:1. 实时检测用户名及密码是否符合规范;2. 上传身份证照片通过baidu AI文字识别接口可读取相应信息
  • 登录
  • 浏览商品:1. 支持模糊搜索;2. 支持按价格升序/降序排列
  • 购物车:包含删除操作,没有选择购买,提交即全选
  • 我的订单:可浏览购买记录(按订单号显示)
  • 我的仓库:可浏览已购产品,并进行下载操作

其他(存在问题)

  • 身份证识别不灵敏,部分照片无法识别,识别到的照片有时信息读取不完整
  • 支付操作没有用支付宝沙箱(Error:AlipayClient cannot be resolved to a type. 但该有的包都在了)
  • 购物车是伴随loginBean这个session存在的,即退出登录后购物车会自动清空
  • 欢迎小伙伴来优化以上的问题~

avaware-jsp's People

Contributors

jingyi-h avatar

Watchers

 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.