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.使用接口類引入
最新試題
下列數(shù)據(jù)是合法的JSON數(shù)據(jù)的是()。
當(dāng)請求中的參數(shù)與控制器中的方法參數(shù)名不一致時(shí),可以采用()來建立聯(lián)系。
SpringMVC中,使用注解方式時(shí),需要添加()包。
$.ajax中,表示請求時(shí)攜帶的數(shù)據(jù)的是()。
<mvc:interceptors>元素用于配置一組攔截器,其子元素<bean>中定義的是()。
Model是一個(gè)接口,ModelMap是一個(gè)接口實(shí)現(xiàn),作用是將model數(shù)據(jù)填充到()域。
RESTful風(fēng)格在HTTP請求中,使用()表示添加操作。
當(dāng)客戶端form表單的enctype屬性為()時(shí),瀏覽器就會(huì)采用二進(jìn)制流的方式來處理表單數(shù)據(jù),服務(wù)器端就會(huì)對文件上傳的請求進(jìn)行解析處理。
ViewResolver解析后,會(huì)向()中返回具體的View(視圖)。
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長度。