Code Monkey home page Code Monkey logo

softwareengineeringcoursedesign-'s Introduction

SoftwareEngineeringCourseDesign-

3天用java 实现的图书管理系统 写的非常粗糙 可能会更新这个课设。。 大牛请绕道, 小白作品 Server version 5.7.26 MySQL Community Server (GPL)

mysql show tables; +-----------------------+ Tables_in_bookmanager +-----------------------+ admin
book
student
+-----------------------+ 3 rows in set (0.00 sec)

mysql desc admin - ; +-----------+--------------+------+-----+---------+-------+ Field Type Null Key Default Extra +-----------+--------------+------+-----+---------+-------+ ma_id varchar(100) NO PRI NULL
ma_name varchar(20) NO NULL
ma_pwd varchar(20) NO NULL
telnmuber varchar(40) NO NULL
sex varchar(2) YES NULL
+-----------+--------------+------+-----+---------+-------+ 5 rows in set (0.13 sec)

mysql desc book; +------------+--------------+------+-----+---------+-------+ Field Type Null Key Default Extra +------------+--------------+------+-----+---------+-------+ ISBN varchar(100) NO NULL
book_id varchar(20) NO PRI NULL
title varchar(20) NO NULL
type varchar(100) NO NULL
author varchar(100) NO NULL
press varchar(100) NO NULL
press_time varchar(100) NO NULL
price varchar(100) NO NULL
count varchar(100) NO NULL
+------------+--------------+------+-----+---------+-------+ 9 rows in set (0.14 sec)

mysql desc student; +------------+--------------+------+-----+---------+-------+ Field Type Null Key Default Extra +------------+--------------+------+-----+---------+-------+ stu_id varchar(100) NO PRI NULL
stu_pwd varchar(20) NO NULL
stu_name varchar(20) NO NULL
stu_sex varchar(20) NO NULL
faculites varchar(40) NO NULL
limit varchar(10) NO NULL
stu_number varchar(40) NO NULL
+------------+--------------+------+-----+---------+-------+ 7 rows in set (0.15 sec

java version 1.8.0_201

softwareengineeringcoursedesign-'s People

Contributors

9540611855 avatar

Watchers

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