A. jdbc:mysql://localhost:3306/frame B. mysql:jdbc://localhost:3306/frame C. jdbc:mysql:/localhost:3306/frame D. jdbc:mysql://localhost:3306//frame
A. Statement B. DriverManager Connection D. ResultSet
A. * B. / C. // D.
A. createStatement B. executeQuery C. getString D. next
A. getRecord B. getString C. getNext D. next
A. mybatis-config.xml B. mapper.xml C. web.xml D. html文件
A. src根中 B. src中的mapper包中 C. src中的com.mapper包中
A. 得到数据库连接 B. 得到执行sql的对象 C. 执行sql语句 D. 输出从数据库表中取得的数据结果
A. select * from user B. update user set username='张三' where id=1 C. select * from user 在sql配置文件中对应的id D. update user set username='张三' where id=1 在sql配置文件中对应的id