Giter Site home page Giter Site logo

javase-demo's Introduction

javase-demo

学完javase知识之后一直想着找个小项目来练手,今天更新一个demo

这是一个桌面应用-记账本

前端:Swing

数据库:MySql-8.0.21

数据库连接工具:JDBC

前后端通信:监听器ActionListener

可运行的jar包下载地址:https://github.com/Simon-syf/javase-demo/blob/master/hutubill.jar

开发过程主要有以下几步:

数据库表设计,主要包括三张表config category record

config:id、key、value category:id、name record:id、spend、cid、comment、data

前端开发

实体层、持久层开发

业务层开发

测试

项目包结构如下:

dao:存放数据库操作的实现类

entity:实体类,数据库表中数据项的实现

gui:前端页面

service:每个功能点的逻辑实现

startup:启动界面

util:封装之后的类文件

javase-demo's People

Contributors

simon-syf avatar

Stargazers

 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.