A.@Delete
B.@Update
C.@Select
D.@Insert
您可能感興趣的試卷
你可能感興趣的試題
A.@SpringBootApplication
B.@RequestMapping
C.@RestController
D.@GetMapping
A.${…}
B.*{…}
C.#{…}
D.@{…}
A.@Configuration
B.@Bean
C.@Component
D.@Value
A.@RequestParam
B.@PathVariable
C.@RequestBody
D.@RequestMapping
A.application.properties或application.yml
B.applicationContext.xml
C.ContextLoader.properties
D.applicationContext.xml 或ContextLoader.properties
最新試題
MultipartFile接口的()方法用來(lái)判斷上傳的文件是否為空。
DispatcherServlet的全名是org.springframework.web.servlet.DispatcherServlet,它在程序中充當(dāng)著()的角色。
可以在()文件中進(jìn)行前端控制器的配置。
當(dāng)請(qǐng)求中的參數(shù)與控制器中的方法參數(shù)名不一致時(shí),可以采用()來(lái)建立聯(lián)系。
Model是一個(gè)接口,ModelMap是一個(gè)接口實(shí)現(xiàn),作用是將model數(shù)據(jù)填充到()域。
org.springframeword.web.filter.CharacterEncodingFilter可以用來(lái)解決()問(wèn)題。
當(dāng)客戶端form表單的enctype屬性為()時(shí),瀏覽器就會(huì)采用二進(jìn)制流的方式來(lái)處理表單數(shù)據(jù),服務(wù)器端就會(huì)對(duì)文件上傳的請(qǐng)求進(jìn)行解析處理。
文件上傳時(shí),form表單的method屬性設(shè)置為()。
SpringMVC中,使用注解方式時(shí),需要添加()包。
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長(zhǎng)度。