# JdbcDemo **Repository Path**: nieps/jdbc-demo ## Basic Information - **Project Name**: JdbcDemo - **Description**: jdbc 操作 statement connection - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-21 - **Last Updated**: 2022-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JDBC数据库连接技术 ![image-20220721105805660](assets/image-20220721105805660.png) 作业: 自己使用单例模式 封装一个工具类 (增删改查) 1. 保存 单个保存 批量保存 2. 查询 过程调用 3. ....