A.<set>
B.<bind>
C.<collection>
D.<typeHandler>
您可能感興趣的試卷
你可能感興趣的試題
A.<association>
B.<collection>
C.<discriminator>
D.<arg/>
A.<setting name="lazyLoadingEnabled"value="false"/>
B.<setting name="lazyLoadingEnabled"value="true"/>
C.<setting name="eagerLoadingEnabled"value="false"/>
D.<setting name="eagerLoadingEnabled"value="true/>
A.log4j.properties
B.db.properties
C.web.xml
D.springmvc-config.xml
A.test
B.log4j
C.debug
D.dao
A.<constructor>
B.<id/>
C.<result/>
D.<association>
最新試題
下列文件可能是SpringMVC的配置文件的是()。
將請求消息數(shù)據(jù)與后臺方法參數(shù)建立連接的過程就是SpringMVC中的()。
SpringMVC中,使用注解方式時,需要添加()包。
在SpringMVC中,不采用注解,設(shè)計控制器類需要實現(xiàn)()。
當(dāng)有多個攔截器同時工作時,它們的preHandle()會按照配置文件中攔截器的(),而它們的postHandle()方法和afterCompletion()方法則會按照()。
ViewResolver解析后,會向()中返回具體的View(視圖)。
調(diào)用()組件對已經(jīng)綁定了請求消息數(shù)據(jù)的參數(shù)對象進行數(shù)據(jù)合法性校驗。
配置前端控制器時<load-on-startup>1</load-on-startup>表示()。
$.ajax中,表示請求時攜帶的數(shù)據(jù)的是()。
組合注解()匹配PUT方式的請求。