A.forward
B.include
C.useBean
D.setProperty
您可能感興趣的試卷
你可能感興趣的試題
A.request
B.out
C.context
D.sesion
A. id
B. class
C. scope
D. type
A.HttpServletResponse
B.ServletConfig
C.ServletContext
D.HttpServletRequest
A.Object getObject(int index)
B.Object getAttribute(String name)
C.String getObjext(int index)
D.String getAttribute(String name)
A.applet
B.servlet
C.application
D.exe文件
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
Vue組件中的data函數(shù)必須返回一個(gè)對(duì)象。
在Spring Boot中,使用@Autowired注解可以自動(dòng)裝配Bean到()、構(gòu)造器或setter方法中。
Vue實(shí)例的data選項(xiàng)用于定義組件的()。
Spring Boot的自動(dòng)配置功能可以通過(guò)()屬性來(lái)開(kāi)啟或關(guān)閉。
Vue組件的模板通常放在<template>標(biāo)簽內(nèi),組件的邏輯代碼則寫(xiě)在<script>標(biāo)簽內(nèi),而樣式代碼則寫(xiě)在<style>標(biāo)簽內(nèi),這三個(gè)標(biāo)簽統(tǒng)稱(chēng)為()。
在Spring Boot的application.properties文件中,可以配置服務(wù)器的端口號(hào),如server.port=()。
在Spring Boot應(yīng)用中,每個(gè)類(lèi)都可以使用@SpringBootApplication注解。
Spring Boot的@RestController注解和@Controller注解在功能上是完全相同的。
在Vue中,v-if和v-else指令用于()元素的顯示與隱藏。
在Spring Boot中,要配置數(shù)據(jù)源,我們通常會(huì)在()文件中設(shè)置數(shù)據(jù)庫(kù)的連接信息。