GithubHelp home page GithubHelp logo

membersystem's Introduction

MemberSystem一、

关系模式 我们所设计的系统是会员管理系统,因此必须得实现对会员信息的录入,数据库管理,查询,修改,增添以及对会员充值情况的修改及查询等,因此我们将所有的数据分为两大块,分别是卡信息和消费明细,两块分别在数据库中建表。 关系模式如下: CARD(CARDNUMBER,PASSWORD,NAME,USERNAME,ID,TEL,BALANCE,STATE,ACTIVATEDATE,VALIDITY) COST(CARDNUMBER,CONSUMPTIONDATE,COST) 卡信息(卡号,密码,姓名,用户名,身份证号,余额,卡状态,激活日期,有效期) 消费(流水号 卡号,消费日期,消费金额) Ps:下划线代表主键 二、 功能介绍

  1. 我们的系统分为三大部分:数据库,界面和从外部读卡; 1.1 数据库 我们直接用sql语言建表,用java实现对数据库的链接,关闭链接,发卡,状态控制,密码重置,消费,身份验证,查询余额的功能。 1.2 利用windows builder做出会员系统管理界面:

membersystem's People

Contributors

pengyunshan avatar

Watchers

 avatar

membersystem's Issues

readme

This is my first work,I am learning

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.