- 2
- 0
- 约7.28万字
- 约 74页
- 2022-09-07 发布于北京
- 举报
1 Mybatis 入门
1.1 单独使用jdbc 编程问题总结
1.1.1 jdbc 程序
Public s ic void main(String[] args) {
Connection connection = null;
PreparedS ement preparedS ement = null;
ResultSet resultSet = null;
try {
//加载数据库驱动
原创力文档

文档评论(0)