# my-jdbc **Repository Path**: ID_DHSG/my-jdbc ## Basic Information - **Project Name**: my-jdbc - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # my-jdbc ## 1 no01-hello-jdbc 1. jdbc的基本使用(6个步骤) 2. properties文件的使用 3. 从学生表中查数据的功能简单实现 ## 2 no02-demo-jdbc 1. jdbc操作工具类 2. 用户登录功能简单实现 3. 防止SQL注入(PreparedStatement) 4. 事务