A . 支持当前的食物,如果不存在就创建一个新的
B . 支持当前的事务,如果不存在就不使用事务
C . 支持当前的事务,如果不存在就抛出异常
D . 不使用事务,如果当前存在事务就抛出异常
[多选题] 容器管理事务中事务属性值包括()等。A . RequiredNewB . SupportsC . NerverD . Mandatory
[主观题]Spring声明式事务
[多选题] Spring提供了哪几个关于事务处理的类()A . TransactionDefinition类B . TransactionStatus类C . TransactionFactory类D . TransactionManager类
都是基于Spring。spring,spring framework,spring mvc,spring web flow有什么区别和联系?
在Spring Boot项目中,哪个文件用于配置应用程序的属性?A. application.xmlB. application.ymlC. config.pr
[单选题]C.++ fully supports ______ programming,including the four properties: encapsulation, data hiding, inheritance, and polymorphism.A.computer-orientedB.procedure-orientedC.object-orientedD.aspect-orientedA.B.C.D.
[单选题]is a network layer device that supports multiple LAN interfaces and segments LANs into smaller collision and broadcast domains.A.RepeaterB.RouterC.BridgeD.Switch
[单选题]is a network layer device that supports multiple LAN interfaces and segments LANs into smaller collision and broadcast domains。A.RepeaterB.BridgeC.RouterD.Galway
[主观题]Spring 的依赖注入是什么意思? 给一个 Bean 的message 属性, 字符串类型, 注入值为 "Hello" 的 XML配置文件该怎么写?
[单选题]“一个事务中的诸操作要么都做,要么都不做”,这是事务的()属性。A . 原子性B . 一致性C . 隔离性D . 持续性