Coder Social home page Coder Social logo

customer-information-system's Introduction

JavaSE学习阶段MVC设计模式小练习

模块的组成:

image-20220815211840036

  • CustomerView为主模块,负责菜单的现实和处理用户操作
  • CustomerList为Customer对象的管理模块,内部用数组管理一组Customer对象。提供添加 、修改、删除、遍历方法,供CustomerView调用
  • Customer为实体对象,用来封装客户信息

该练习的数据均保存以Data类的静态属性保存在内存中,不涉及到MySql等数据库。主要用于在JavaSE的学习过程中,体会MVC设计模式,以及体会如何定义并使用枚举类、自定义异常类。

customer-information-system's People

Contributors

shu-dyd 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.