Exception in thread "main" java.sql.SQLException: ORA-01008: 并非所有变量都已绑定解决方案
搜了一下,好多人都没找到关键点。我分享一下我的解决方法:
public class StuDao {
public static void main(String[] args) throws SQLException, ClassNotFoundException {
Stu s = new Stu();
s.setName("liu");
s.setSex("女");...
原创
2020-03-22 16:14:54 ·
569 阅读 ·
0 评论