A.<choose>、<when>、<o(jì)therwise>元素組合
B.<select>、<where>、<o(jì)therwise>元素組合
C.<choose>、<when>、<trim>元素組合
D.<if>、<when>、<o(jì)therwise>元素組合
您可能感興趣的試卷
你可能感興趣的試題
A.<if "username!=null and username!=’’">
B.<if test="username!=null or username!=’’">
C.<if test="username!=null and username!=’’">
D.<trim test="username!=null and username!=’’">
A.Transaction
B.OGNL
C.MVC
D.ORM
A.<resultMap>元素
B.<enviroment>
C.<transactionManager>
D.<databaseProvider>
A.<delete>
B.<sql>
C.<update>
D.<enviroments>
A.resultMap
B.resultType
C.parameterType
D.statementType
最新試題
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
下列文件可能是SpringMVC的配置文件的是()。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
簡單來說,RESTful風(fēng)格就是把請(qǐng)求參數(shù)變成()的一種風(fēng)格。
文件上傳時(shí),form表單的method屬性設(shè)置為()。
SpringMVC中,使用注解方式時(shí),需要添加()包。
可以在()文件中進(jìn)行前端控制器的配置。
將請(qǐng)求消息數(shù)據(jù)與后臺(tái)方法參數(shù)建立連接的過程就是SpringMVC中的()。
配置前端控制器時(shí)<load-on-startup>1</load-on-startup>表示()。
ModelAndView對(duì)象的()方法向模型對(duì)象中添加數(shù)據(jù)。