Code Monkey home page Code Monkey logo

csbookmanagesystem2's Introduction

CSBookManageSystem2

客户端+服务端(CS)版图书管理系统

系统介绍:

本图书管理系统采用CS(Cient+Server)结构,采用MVC编程模式,简单的实现了的图书管理系统的各个功能:1、用户登陆以及管理功能 2、图书管理功能 3、查询功能 4、排行榜功能 5、借阅归还功能 6、用户权限功能(读者+管理员+超级管理员)等。 大量采用Socket编程、数据库编程、以及简单的java Swing图形界面编程等。不算ui界面(即java Swing图形界面编程),代码量在1400行左右,总代码量在4000行左右。 特此声明:本系统设计得较简单,只适用于新手参考学习。

更新日志:

这次是对CS版图书管理系统进行更新:

    1. 实现了管理员、用户等权限功能
    1. 实现了借阅归还功能
    1. 实现了排行榜功能
    1. 实现读者管理功能
    1. 实现管理员管理功能

数据库设计

由于数据库比较简单,所以就不绘图了。

User表:

字段名 字段类型 其他
uid int 自增主键
username varchar not null
password varchar not null
borrowTime int default 0
status int default 0 (0代表读者,1代表管理员)

Book表:

字段名 字段类型 其他
bid int 自增主键
bookname varchar not null
author varchar not null
price float not null
category varchar not null
readtime int default 0
isout int 外键 (null代表未借出,否则为user表里的UID,代表借给了谁)

csdn博客: http://blog.csdn.net/alextan_?viewmode=contents

csbookmanagesystem2's People

Contributors

alextan-b-z 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.