A.<if>
B.<choose>
C.<o(jì)therwise>
D.<where>
您可能感興趣的試卷
你可能感興趣的試題
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>
最新試題
下列是正確的JSON對(duì)象結(jié)構(gòu)數(shù)據(jù)的是()。
可以在()文件中進(jìn)行前端控制器的配置。
自定義數(shù)據(jù)綁定可以采用Converter或Formatter,兩者的區(qū)別下列說(shuō)法正確的是()。
當(dāng)客戶(hù)端form表單的enctype屬性為()時(shí),瀏覽器就會(huì)采用二進(jìn)制流的方式來(lái)處理表單數(shù)據(jù),服務(wù)器端就會(huì)對(duì)文件上傳的請(qǐng)求進(jìn)行解析處理。
ModelAndView對(duì)象的()方法向模型對(duì)象中添加數(shù)據(jù)。
$.ajax中,表示請(qǐng)求時(shí)攜帶的數(shù)據(jù)的是()。
在SpringMVC中,不采用注解,設(shè)計(jì)控制器類(lèi)需要實(shí)現(xiàn)()。
簡(jiǎn)單來(lái)說(shuō),RESTful風(fēng)格就是把請(qǐng)求參數(shù)變成()的一種風(fēng)格。
文件解析器類(lèi)CommonsMultipartResolver的()屬性表示上傳文件的最大長(zhǎng)度。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。