Git Product home page Git Product logo

bookmanagesystem's Introduction

图书管理系统

期末大作业,比较简陋(丑)

数据库设计

  1. 管理员 用户

  2. 登录、注册、书籍管理、用户删除、借书、还书

  3. 管理员:admin_id(*) admin_psw

  4. 用户:user_id(*) | name | gender char(2) (添加check约束) | user_psw

  1. 图书:book_id(*) | book_name | author | publisher | price | count

  2. 借书: no()* | user_id | book_id | book_name(为了方便加的) | date

操作界面

登陆界面

用户界面

image-20221215213154362

借阅书籍

个人信息

管理员界面

书籍管理

image-20221215213401975

书籍添加

image-20221215213503529

查看用户借阅

用户管理

bookmanagesystem's People

Contributors

accidentalid avatar

Stargazers

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