A. interface atm 5/1.1 atm pvc 1 0 101 aal5snap encapsulation ppp ppp authentication chap ip unnumbered loopback 1
B. interface atm 5/1.1 atm pvc 1 0 101 aal5snap encapsulation pppoe interface pppoe 5/1.1 encapsulation ppp ppp authentication chap ip unnumbered loopback 1
C. interface atm 5/1.1 atm pvc 1 0 101 aal5snap encapsulation pppoe interface atm 5/1.1.1 encap ppp ppp authentication chap ip unnumbered loopback 1
D. interface atm 5/1.1 atm pvc 1 0 101 aal5snap encapsulation pppoe ppp authentication chap ip unnumbered loopback 1
第1题:
以下连接对象的创建方法,正确的是()。
A.conn=CreateObject(”ADODB.connection”)
B.conn=Server.CreateObject(”ADODB.connection”)
C.Setconn=Server.CreateObject(ADODB.connection)
D.Setconn=Server.CreateObject(”ADODB.connection”)
第2题:
4、Hibernate5配置文件中加载数据库驱动的属性是()。
A.hibernate.connection.driver_class
B.hibernate.connection.url
C.hibernate.connection.username
D.hibernate.connection.password
第3题:
在Jdbc中使用事务,想要回滚事务的方法是 ______________。
A.Connection的commit()
B.Connection的setAutoCommit()
C.Connection的rollback()
D.Connection的close()
第4题:
A.Connection.SetAutoCommit
B.Connection.SetCommit
C.Connection.SetROLLBACK
D.Connection.SetAutoROLLBACK
第5题:
在JDBC中使用事务,想要回滚事务的方法是什么?
A.Connection的commit()
B.Connection的setAutoCommit()
C.Connection的rollback()
D.Connection的close()
第6题:
6、JDBC中要显式地关闭连接的命令是()。
A.Connection.close();
B.RecordSet.close();
C.Connection.stop() ;
D.Connection.release();