Coder Social home page Coder Social logo

maven-03-struts2-book's Introduction

maven-03-Struts2-Book

利用Struts2框架实现简单图书信息的管理(CURD操作)

需要注意的地方

  • 主页面index.jsp页面上有按条件查询,图书插入操作,查询图书操作
  • 进入子页面查询图书操作的时候,在每行图书信息记录后面,存在着修改和删除操作按钮。
  • 当点击修改操作按钮时,进入修改图书子页面。其中,书籍的isbn此项字段为数据库主键,不可修改。
  • 当点击删除操作按钮时,会有二次确定删除操作弹框,点击确定后会进行删除操作,反之撤回删除操作。
  • 本简单实例中,操作成功/失败后均会进入操作结果页面,最终返回index.jsp。
  • 简单数据库文件名称:bookta.sql,用户名:root,密码:123。

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.