GithubHelp home page GithubHelp logo

web-experiment's Introduction

Web-experiment

web应用技术实验的综合实验源代码

/web下的index.jsp为网上书店的主页,register.jsp为书店的注册用户界面,login.jsp为用户登录页面,shoppingcart.jsp为购物车页面,result.jsp为商品结算后的页面; among.jsp是中间页面,处理数据库cart表的增删;register_user.jsp是中间页面,处理注册页面提交的信息,如果账号已存在就弹出提示,否则就往数据库添加新用户;login_user.jsp是中间页面,验证登录页面提交的信息是否与数据库的账号密码一致,如果不一致就弹出提示,否则就修改全局变量中的值表示登录成功,并跳转到主页面;quit.jsp是中间页面,修改全局变量中的值表示退出登录;

/src/img存放网上书店的图片,数据库中表book的route保存该图片的路径;

/src/js存放实验中需要用到的JavaScript文件;

/src/pag存放实验中需要用到的JavaBean文件。

web-experiment's People

Contributors

yuudachi1016 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.