Giter VIP home page Giter VIP logo

scoremanagesystem's Introduction

ScoreManageSystem

基本介绍

####一个简陋的成绩管理系统,可以实现基本的增删改查,用到了mysql6.3intellij idea2016.1.3进行开发



###界面(1) 输入界面 ####实现对成绩的录入

###界面(2) 查询界面 ####实现对成绩的匹配查询,允许对数据进行删除修改

###界面(3) 排序界面 ####实现对成绩的各种排序



##MySQL表总揽 ###class

列名数据类型(精度范围)空/非空约束条件
classnovarchar(10)非空唯一、主键

###student

列名数据类型(精度范围)空/非空约束条件
nubmervarchar(30)非空唯一、主键
namevarchar(30)非空唯一、主键
classvarchar(10)非空班级(外键)

###objects

列名数据类型(精度范围)空/非空约束条件
objnamevarchar(30)非空唯一、主键

###scores

列名数据类型(精度范围)空/非空约束条件
numbervarchar(30)非空唯一、主键
objkeyvarchar(30)无限制科目名称(外键)
objvaluevarchar(30)无限制科目成绩
totalvarchar(30)无限制总分

scoremanagesystem's People

Contributors

jim-ryna avatar

Stargazers

 avatar

Watchers

James Cloos 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.