A.是AOP中一系列連連接點的集合
B.在做AOP時定義切入點是必須的
C.在做AOP時定義切入點不是必須的
D.可以用正則表達式來定義切入點
您可能感興趣的試卷
你可能感興趣的試題
A.public static void main(String[] args)
B.public static int main(String[] args)
C.public void main(String[] args)
D.public int main(String[] args)
A.Before通知
B.Afterreturn通知
C.Throws通知
D.Around通知
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
Model是一個接口,ModelMap是一個接口實現(xiàn),作用是將model數(shù)據(jù)填充到()域。
調(diào)用()組件對已經(jīng)綁定了請求消息數(shù)據(jù)的參數(shù)對象進行數(shù)據(jù)合法性校驗。
org.springframeword.web.filter.CharacterEncodingFilter可以用來解決()問題。
在SpringMVC中,不采用注解,設(shè)計控制器類需要實現(xiàn)()。
文件解析器類CommonsMultipartResolver的()屬性表示上傳文件的最大長度。
單個攔截器的執(zhí)行流程中,下列方法最先執(zhí)行的是()。
MultipartFile接口的()方法用來判斷上傳的文件是否為空。
將請求消息數(shù)據(jù)與后臺方法參數(shù)建立連接的過程就是SpringMVC中的()。
ModelAndView對象的()方法向模型對象中添加數(shù)據(jù)。
文件上傳時,form表單的method屬性設(shè)置為()。