久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <i id='3f2nQ'><tr id='3f2nQ'><dt id='3f2nQ'><q id='3f2nQ'><span id='3f2nQ'><b id='3f2nQ'><form id='3f2nQ'><ins id='3f2nQ'></ins><ul id='3f2nQ'></ul><sub id='3f2nQ'></sub></form><legend id='3f2nQ'></legend><bdo id='3f2nQ'><pre id='3f2nQ'><center id='3f2nQ'></center></pre></bdo></b><th id='3f2nQ'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='3f2nQ'><tfoot id='3f2nQ'></tfoot><dl id='3f2nQ'><fieldset id='3f2nQ'></fieldset></dl></div>
  • <legend id='3f2nQ'><style id='3f2nQ'><dir id='3f2nQ'><q id='3f2nQ'></q></dir></style></legend>

    1. <tfoot id='3f2nQ'></tfoot>

        <small id='3f2nQ'></small><noframes id='3f2nQ'>

          <bdo id='3f2nQ'></bdo><ul id='3f2nQ'></ul>
      1. 什么是注解以及它們?nèi)绾卧?Spring 這樣的框架中實(shí)

        What are annotations and how do they actually work for frameworks like Spring?(什么是注解以及它們?nèi)绾卧?Spring 這樣的框架中實(shí)際工作?)

            <legend id='Ywxcz'><style id='Ywxcz'><dir id='Ywxcz'><q id='Ywxcz'></q></dir></style></legend>

            <i id='Ywxcz'><tr id='Ywxcz'><dt id='Ywxcz'><q id='Ywxcz'><span id='Ywxcz'><b id='Ywxcz'><form id='Ywxcz'><ins id='Ywxcz'></ins><ul id='Ywxcz'></ul><sub id='Ywxcz'></sub></form><legend id='Ywxcz'></legend><bdo id='Ywxcz'><pre id='Ywxcz'><center id='Ywxcz'></center></pre></bdo></b><th id='Ywxcz'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Ywxcz'><tfoot id='Ywxcz'></tfoot><dl id='Ywxcz'><fieldset id='Ywxcz'></fieldset></dl></div>
            • <tfoot id='Ywxcz'></tfoot>

              <small id='Ywxcz'></small><noframes id='Ywxcz'>

                <bdo id='Ywxcz'></bdo><ul id='Ywxcz'></ul>

                    <tbody id='Ywxcz'></tbody>
                1. 本文介紹了什么是注解以及它們?nèi)绾卧?Spring 這樣的框架中實(shí)際工作?的處理方法,對(duì)大家解決問(wèn)題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來(lái)一起學(xué)習(xí)吧!

                  問(wèn)題描述

                  我是 Spring 新手,現(xiàn)在我聽(tīng)到了很多關(guān)于 Spring Framework 的信息.我有兩組非常具體的問(wèn)題:

                  I am new to Spring and now a days I hear a lot about Spring Framework. I have two sets of very specific questions:

                  第一組:

                  • 一般的注解是什么?

                  • What are annotations in general ?

                  注解的工作原理特別是 Spring 框架?

                  How does annotations works specifically with Spring framework ?

                  注解可以在外面使用嗎Spring Framework 還是他們特定于框架?

                  Can annotations be used outside Spring Framework or are they Framework specific ?

                  第二組:

                  • Spring Framework的模塊是什么廣泛應(yīng)用于工業(yè)?

                  • What module of Spring Framework is widely used in Industry ?

                  我認(rèn)為是 Spring MVC 但為什么是最常用的模塊,如果是糾正或糾正我?

                  I think it is Spring MVC but why it is the most used module, if am correct or correct me on this ?

                  我是 Spring 的新手,因此請(qǐng)隨時(shí)編輯這些問(wèn)題以使其更有意義.

                  I am newbie to Spring and so feel free to edit this questions to make more sense.

                  推薦答案

                  一般的注解是什么?

                  What are annotations in general?

                  注釋可以被認(rèn)為是類的元數(shù)據(jù).

                  Annotations can be thought of as meta-data for classes.

                  注釋的工作原理特別是 Spring 框架?

                  How does annotations works specifically with Spring framework?

                  Spring 使用注解來(lái)替代 XML 進(jìn)行聲明式配置.有些人不喜歡 XML.

                  Spring uses annotations as an alternative to XML for declarative configuration. Some people don't like XML.

                  注解可以在Spring之外使用嗎框架還是它們是框架具體?

                  Can annotations be used outside Spring Framework or are they Framework specific?

                  您需要實(shí)現(xiàn) JAR 才能使用任何注解,因此如果您使用注解,那么您就是使用 Spring.注解是 Java 5 中引入的一般概念.您也可以自己編寫.

                  You need the implementation JARs to use any annotation, so if you use the annotations you are using Spring. Annotations are a general idea introduced into Java 5. You can write your own as well.

                  Spring Framework的模塊是什么廣泛應(yīng)用于工業(yè)?

                  What module of Spring Framework is widely used in Industry?

                  Spring Core 被所有其他模塊使用;因此得名.

                  Spring Core is used by all the other modules; hence the name.

                  我認(rèn)為它是 Spring MVC 但為什么會(huì)這樣最常用的模塊,如果正確或請(qǐng)糾正我?

                  I think it is Spring MVC but why it is the most used module, if am correct or correct me on this ?

                  絕對(duì)不正確.Spring MVC 有很多競(jìng)爭(zhēng)對(duì)手(例如,Struts 1 和 2、JSF、Wicket、Flex 等),因此它并不總是 Web MVC 的首選.并且所有使用 Spring 的應(yīng)用程序都不是 Web 應(yīng)用程序.Spring Batch 和 Integration 非常流行且不斷發(fā)展.

                  Absolutely incorrect. Spring MVC has lots of competitors (e.g., Struts 1 and 2, JSF, Wicket, Flex, etc.), so it's not always the first choice for web MVC. And all apps that use Spring aren't web apps. Spring Batch and Integration are quite popular and growing.

                  這篇關(guān)于什么是注解以及它們?nèi)绾卧?Spring 這樣的框架中實(shí)際工作?的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來(lái)源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問(wèn)題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請(qǐng)聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  quot;Char cannot be dereferencedquot; error(“Char 不能被取消引用錯(cuò)誤)
                  Java Switch Statement - Is quot;orquot;/quot;andquot; possible?(Java Switch 語(yǔ)句 - 是“或/“和可能的?)
                  Java Replace Character At Specific Position Of String?(Java替換字符串特定位置的字符?)
                  What is the type of a ternary expression with int and char operands?(具有 int 和 char 操作數(shù)的三元表達(dá)式的類型是什么?)
                  Read a text file and store every single character occurrence(讀取文本文件并存儲(chǔ)出現(xiàn)的每個(gè)字符)
                  Why do I need to explicitly cast char primitives on byte and short?(為什么我需要在 byte 和 short 上顯式轉(zhuǎn)換 char 原語(yǔ)?)
                    <tbody id='NFy9i'></tbody>
                    <i id='NFy9i'><tr id='NFy9i'><dt id='NFy9i'><q id='NFy9i'><span id='NFy9i'><b id='NFy9i'><form id='NFy9i'><ins id='NFy9i'></ins><ul id='NFy9i'></ul><sub id='NFy9i'></sub></form><legend id='NFy9i'></legend><bdo id='NFy9i'><pre id='NFy9i'><center id='NFy9i'></center></pre></bdo></b><th id='NFy9i'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='NFy9i'><tfoot id='NFy9i'></tfoot><dl id='NFy9i'><fieldset id='NFy9i'></fieldset></dl></div>

                        <small id='NFy9i'></small><noframes id='NFy9i'>

                      1. <legend id='NFy9i'><style id='NFy9i'><dir id='NFy9i'><q id='NFy9i'></q></dir></style></legend>
                            <bdo id='NFy9i'></bdo><ul id='NFy9i'></ul>
                            <tfoot id='NFy9i'></tfoot>
                          • 主站蜘蛛池模板: 涩爱av一区二区三区 | 精品视频在线一区 | 成人在线视频免费播放 | 日韩一区精品 | 精品无码久久久久久久动漫 | 国产精品黄色 | 久久精品av| 亚洲综合在线视频 | 欧美一级做a爰片免费视频 国产美女特级嫩嫩嫩bbb片 | 91大神在线看 | 精品日韩一区二区 | 国色天香成人网 | 国产91久久久久蜜臀青青天草二 | 亚洲一区二区三区在线免费观看 | 久久国产精品91 | 一区二区亚洲 | 天堂成人国产精品一区 | 日韩精品一区二区在线 | 欧美一区二区三区大片 | 91亚洲精品国偷拍自产在线观看 | 成人一区二 | 久久久久久久久久久久91 | 无码一区二区三区视频 | 亚洲国产精品日本 | 欧美日在线 | 欧美精品久久久久 | 91中文字幕在线观看 | 欧美一级免费观看 | 久久综合九色综合欧美狠狠 | 一区二区三区视频 | 国产一级在线观看 | 99精品欧美一区二区蜜桃免费 | 精品一区二区三区在线观看国产 | 久久日韩精品一区二区三区 | 国产精品69久久久久水密桃 | 欧美一级淫片免费视频黄 | 久久久久网站 | 97国产精品 | 欧美日韩一区在线 | 黄免费看 | 欧美一区二区三区精品免费 |