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.使用接口類引入
最新試題
配置視圖解析器(ViewResolver)時(shí),<property name="prefix"value="/WEB-INF/jsp/"/>是設(shè)置視圖的()屬性。
ViewResolver解析后,會(huì)向()中返回具體的View(視圖)。
SpringMVC數(shù)據(jù)綁定的過程中,ServletRequest接收受的信息直接給()。
Model是一個(gè)接口,ModelMap是一個(gè)接口實(shí)現(xiàn),作用是將model數(shù)據(jù)填充到()域。
SpringMVC中,使用注解方式時(shí),需要添加()包。
下列示攔截器,主要用于攔截用戶請(qǐng)求并做相應(yīng)的處理的是()。
下列是正確的JSON對(duì)象結(jié)構(gòu)數(shù)據(jù)的是()。
可以在()文件中進(jìn)行前端控制器的配置。
當(dāng)有多個(gè)攔截器同時(shí)工作時(shí),它們的preHandle()會(huì)按照配置文件中攔截器的(),而它們的postHandle()方法和afterCompletion()方法則會(huì)按照()。
MultipartFile接口的()方法用來判斷上傳的文件是否為空。