下列对custom tags的论述哪个不正确()

题目

下列对custom tags的论述哪个不正确()

  • A、是开发者自己定义的tag,可以在JSP页面中使用
  • B、JSP中定制标记符,实质上就是以标记的形式封装了一个俱有独立功能的Java类
  • C、必须依靠TLD文件实现custom tag到实现类的映射
  • D、是某些厂商自己实现的JSP扩展
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Given:and the command line: java -Dprop.custom=gobstopper Commander Which two, placed on line 13, will produce the output gobstopper?()

A.System.load("prop.custom");

B.System.getenv("prop.custom");

C.System.property("prop.custom");

D.System.getProperty("prop.custom");

E.System.getProperties().getProperty("prop.custom");


参考答案:D, E

第2题:

Use regex to remove all html tags from a file.


正确答案:
 

第3题:

Youaredevelopingseveraltaglibrariesthatwillbesoldfordevelopmentofthird-partywebapplications.YouareabouttopublishthefirstthreelibrariesasJARfiles:container-tags.jar,advanced-html-form-tags.jar,andbasic-html-form-tags.jar.WhichtwotechniquesareappropriateforpackagingtheTLDfilesforthesetaglibraries?()

A.TheTLDmustbelocatedwithintheWEB-INFdirectoryoftheJARfile.

B.TheTLDmustbelocatedwithintheMETA-INFdirectoryoftheJARfile.

C.TheTLDmustbelocatedwithintheMETA-INF/tld/directoryoftheJARfile.

D.TheTLDmustbelocatedwithinasubdirectoryofWEB-INFdirectoryoftheJARfile.

E.TheTLDmustbelocatedwithinasubdirectoryofMETA-INFdirectoryoftheJARfile.


参考答案:B, E

第4题:

下列关于土工合成材料加筋垫层作用机理的论述中,哪个选项是不正确的?(  )

A、增大压力扩散角
B、调整不均匀沉降
C、提高地基稳定性
D、提高地基土抗剪强度指标

答案:D
解析:
土工合成材料加筋垫层是由分层铺设于垫层中的土工合成材料与垫层土组合构成的。加筋垫层的工作机理为:在建筑荷载作用下,筋带与土颗粒界面的摩擦作用,一方面限制了颗粒之间的运移,从而使垫层的整体性能得到改善;另一方面筋带内部产生了较大的内应力,从而抵消了部分建筑荷载,并将建筑荷载均化传递分布到地基土中,可以较好地起到换填作用。根据《建筑地基处理技术规范》(JGJ 79—2012)第4.2.1条条文说明规定,利用土工合成材料加筋的垫层有效地改变了天然地基的性状,增大了压力扩散角,降低了下卧土层的压力,约束了地基侧向变形,调整了地基不均匀变形,增大地基的稳定性并提高地基的承载力。

第5题:

Do we have to wear these name tags?

A: lists
B: forms
C: codes
D: labels

答案:D
解析:
题干意为“我们需要戴着胸卡吗?” 句中划线词意为“带有名字的标签”,tag是标签的意思。D项labels意为“标签”。例句: All the sale items had special labels.所有减价品都有特殊标签。A项意为“名单”;B项意为 “表格”;C项意为“编码,代号”;故选D。

第6题:

Given:Whichtwo,placedonline13,willproducetheoutputgobstopper?()

A.System.load("prop.custom");

B.System.getenv("prop.custom");

C.System.property("prop.custom");

D.System.getProperty("prop.custom");

E.System.getProperties().getProperty("prop.custom");


参考答案:D, E

第7题:

关于重度胎盘早剥的临床表现的论述,下列不正确的是( )。


正确答案:D

第8题:

Awebapplicationcontainsatagfilecalledbeta.tagin/WEB-INF/tags/alpha.AJSPpagecalledsort.jspexistsinthewebapplicationandcontainsonlythisJSPcode:1.<%@taglibprefix="x"2.tagdir="/WEB-INF/tags/alpha"%>3.<x:beta/>Thesort.jsppageisrequested.Whichtwoaretrue?()

A.Tagfilescanonlybeaccessedusingatagdirattribute.

B.Thesort.jsppagetranslatessuccessfullyandinvokesthetagdefinedbybeta.tag.

C.Thesort.jsppageproducesatranslationerrorbecauseataglibdirectivemustalwayshaveauriattribute.

D.Tagfilescanonlybeplacedin/WEB-INF/tags,andNOTinanysubdirectoriesof/WEB-INF/tags.

E.Thetagdirattributeinline2canbereplacedbyauriattributeifaTLDreferringtobeta.tagiscreatedandaddedtothewebapplication.


参考答案:B, E

第9题:

关于计算挡土墙所受的土压力的论述,下列哪个选项是错误的?(  )



答案:C
解析:
A项,朗肯理论的基本假设是墙背竖直光滑,墙后土体水平,计算结果主动土压力偏大,被动土压力偏小;BD两项,库仑理论的基本假设是假定滑动面为平面,滑动楔体为刚性体,计算结果主动土压力比较接近实际,而被动土压力偏小,当墙背与竖直面的夹角大于



时,滑动块体不是沿着墙背面滑动,而是在填土中产生第二滑裂面。

第10题:

11. public class Commander {  12. public static void main(String[] args) {  13. String myProp = /* insert code here */  14. System.out.println(myProp);  15. }  16. }  and the command line:  java -Dprop.custom=gobstopper Commander  Which two, placed on line 13, will produce the output gobstopper?()

  • A、 System.load(”prop.custom”);
  • B、 System.getenv(”prop.custom”);
  • C、 System.property(”prop.custom”);
  • D、 System.getProperty(”prop.custom”);
  • E、 System.getProperties().getProperty(”prop.custom”);

正确答案:D,E

更多相关问题