A.Select * from員工 where 姓名 =’_瑪麗_’
B.Select * from員工 where 姓名 =’%瑪麗_’
C.Select * from員工 where 姓名 like ‘_瑪麗%’
D.Select * from員工 where 姓名 like ‘%瑪麗%
您可能感興趣的試卷
你可能感興趣的試題
A. Applet
B. JSP
C. Servlet
D. JavaBean
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
最新試題
Spring Boot的數(shù)據(jù)訪問技術(shù)中,@Repository注解通常用于標(biāo)注()接口的實(shí)現(xiàn)類。
Vue組件中,通過props選項(xiàng)可以接收來自()的數(shù)據(jù)。
Spring Boot默認(rèn)使用HikariCP作為數(shù)據(jù)庫連接池。
Vue.js是一個(gè)完全基于JavaScript的漸進(jìn)式框架。
Spring Boot的@RestController注解和@Controller注解在功能上是完全相同的。
Vue組件的模板通常放在<template>標(biāo)簽內(nèi),組件的邏輯代碼則寫在<script>標(biāo)簽內(nèi),而樣式代碼則寫在<style>標(biāo)簽內(nèi),這三個(gè)標(biāo)簽統(tǒng)稱為()。
在Vue中,v-if和v-else指令用于()元素的顯示與隱藏。
Vue的v-for指令用于基于源數(shù)據(jù)多次渲染()。
在Spring Boot的application.properties文件中,可以配置數(shù)據(jù)庫連接信息。
Vue.js的生命周期鉤子created在實(shí)例創(chuàng)建完成后被立即調(diào)用,此時(shí)DOM還未被掛載。