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
A.使用構(gòu)造方法引入
B.使用類路徑引入
C.使用本地文件路徑引入
D.使用接口類引入
最新試題
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長(zhǎng)度。
可以在()文件中進(jìn)行前端控制器的配置。
在SpringMVC中,不采用注解,設(shè)計(jì)控制器類需要實(shí)現(xiàn)()。
下列數(shù)據(jù)是合法的JSON數(shù)據(jù)的是()。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
@RequestMapping注解的默認(rèn)屬性是()。
ViewResolver解析后,會(huì)向()中返回具體的View(視圖)。
配置前端控制器時(shí)<load-on-startup>1</load-on-startup>表示()。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。
@Controller注解類型用于指示Spring類的實(shí)例是一個(gè)()。