【多选题】关于Spring配置文件,下面选项正确的是?
A.
Spring配置文件必须使用applicationContext.xml名称
B.
Spring配置文件可以不使用applicationContext.xml名称
【简答题】若有定义: int t1; double t2;, 执行下列语句后, t1 的值是 ____ 。 t1=(t2=1.9,t2+5,t2++);
【单选题】治疗溢饮表寒里饮证宜选用(6.3.26)
【单选题】以下有关Spring MVC配置文件中拦截器的配置说法错误的是()。
A.
要使用Spring MVC中拦截器,要先自定义拦截器还需要在配置文件中进行配置
B.
元素用于配置一组拦截器,其子元素 中定义的是指定路径的拦截器
【单选题】治疗溢饮表寒里饮证宜选用(6.3.12)
【单选题】Alice trusts you, only you can her to give up the foolish idea.
【单选题】设有定义:struct{char mark[12];int numl;double num2;}tl,t2;,若变量均已正确赋初值,则以下语句中错误的是
【单选题】听力原文:W: Could you give this note to Alice? M: Give this to Alice? What do you think I am? A messenger? Q: What does the man imply? (17)
A.
He does not know who Alice is.
B.
He has found a job as a messenger.
C.
He does not want to deliver the note.
D.
He does not know where Alice is.
【简答题】(36)设有定义:struct {char mark[12]int num1double num2} t1,t2,若变量均已正确赋初值,则以下语句中错误的是 A)t1=t2 B)t2.num1=t1.num1 C)t2.mark=t1.mark D)t2.num2=t1.num2