A.Applet
B.JSP
C.Servlet
D.JavaBean
您可能感興趣的試卷
你可能感興趣的試題
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)
最新試題
Spring Boot的Actuator模塊提供了生產(chǎn)就緒型功能,如()、健康檢查、外部配置、指標(biāo)收集等。
Spring Boot默認(rèn)使用HikariCP作為數(shù)據(jù)庫連接池。
Vue.js的生命周期鉤子created在實(shí)例創(chuàng)建完成后被立即調(diào)用,此時DOM還未被掛載。
在Spring Boot的application.properties文件中,可以配置數(shù)據(jù)庫連接信息。
Vue組件的template選項用于定義組件的()結(jié)構(gòu)。
Vue的指令通常以v-開頭,例如v-bind用于綁定屬性,v-on用于綁定()。
Vue組件的模板通常放在<template>標(biāo)簽內(nèi),組件的邏輯代碼則寫在<script>標(biāo)簽內(nèi),而樣式代碼則寫在<style>標(biāo)簽內(nèi),這三個標(biāo)簽統(tǒng)稱為()。
Spring Boot的默認(rèn)嵌入式服務(wù)器是(),但也可以配置為其他服務(wù)器,如Jetty或Undertow。
在Spring Boot中,使用()注解可以創(chuàng)建一個Spring管理的Bean。
Spring Boot的自動配置功能可以通過()屬性來開啟或關(guān)閉。