falls below minperm.
is between minperm and maxperm.
higher than maxperm.
lower than maxperm.
问答题On glancing through your morning paper you notice that four pages are missing. One of the missing pages is page 8. The back page of this newspaper is 28. What are the other three missing pages?
点击查看答案
单选题When monitoring a system using vmstat with an interval, the metrics under page po represent which of the following phrases?()AThe number pages over the limitBThe pages to paging space per secondCThe number of page operations per secondDThe number of processes waiting for page out
单选题If percentage of RAM occupied by file pages falls below minperm, page replacement algorithm steals pages from ()Afile pages only.Bcomputational pages only.Ceither file or computational pages.Dworking segment only.
单选题You develop a Web application that contains two master pages. You need to dynamically set the master page when a user views pages in the application. What should you do?()A SetPage.MasterPageFile in the Page’sPage_Initevent.B SetPage.MasterPageFile in the Page’sOnInit event.C SetPage.MasterPageFile in the Page’sPage_Loadevent.D SetPage.MasterPageFile in the Page’sPage_PreInitevent.
单选题要显示格式为”页码/总页数”的页码,应当设置文本框的控件来源属性是()。A [Page]/[Pages]B =[Page]/[Pages]C [Page]&”/”&[Pages]D =[Page]&”/”&[Pages]
单选题要求在页面页脚中显示“第X页,共Y页”,则页脚中的页码控件来源应设置为()A =”第” & [pages] & ”页,共” & [page] & ”页”B =”共” & [pages] & ”页,第” & [page] & ”页”C =”第” & [page] & ”页,共” & [pages] & ”页”D =”共” & [page] & ”页,第” & [pages] & ”页”
单选题To take advantage of the capabilities of modern browsers that use web standards, such as XHTML andCSS, your web application is being converted from simple JSP pages to JSP Document format. However,one of your JSPs, /scripts/screenFunctions.jsp, generates a JavaScript file. This file is included in severalweb forms to create screen-specific validation functions and are included in these pages with the followingstatement: 10. 11. 14. 15. Which JSP code snippet declares that this JSP Document is a JavaScript file?()A B C D E No declaration is needed because the web form XHTML page already declares the MIME type of the /scripts/screenFunctions.jsp file in the tag.tag.