当前位置:MCTS(70-528)题库

问题:

[单选] You create an intranet Web site for management of project documents. You need to enable all users to browse documents on the site. Only members of the administrators group must be able to upload files. Which code segment of the Web.config file should you use? ()

A . <allow verbs="GET" users="*" /><deny verbs="POST" users="*" /><allow verbs="POST" roles="Administrators" />
B . <allow roles="Administrators" /><deny users="*" />
C . <allow u sers="Administrators" /><allow users="*" />
D . <allow v erbs = "POST" roles="Administrators" /><deny verbs="POST" users="*" /><allow verbs="GET" users="*" />

您正在开发的应用程序使用的队列名为MyQueue的类对象。此队列的类对象将用于存储在应用程序运行时,用户发送的消息。您正在开发的应用程序的管理员和用户界面创建消息报告提供了一个接口。要确保管理员选择重置选项时删除MyQueue对象中存储的所有用户消息。你应该做什么?() 使用MyQueue对象Enqueue方法。。 使用MyQueue对象的Clear方法。。 使用MyQueue对象的Dequeue方法。。 使用TrimToSize方法的MyQueue对象。 曹魏时期,曹丕命陈群选拔“德充才盛”、“有识鉴”之人担任中正,按照“家世、道德和才能”三条标准,选拔“俊秀之士”,一时间“儒雅并进”。由此可知当时()。 古代选官制度的标准不断变化。 古代选官制度有利于中央集权。 九品中正制被世家大族所操控。 九品中正制选拔官员德才并举。 某企业2008年度利润总额为1800万元,其中本年度国债利息收入200万元,已计入营业外支出的税收滞纳金6万元;企业所得税税率为25%。假定不考试其他因素,该企业2008年度所得税费用为()万元。 You create an ASP.NET page. The page uses the jQuery $.ajax function to make calls back to the server in several places. You add the following div element to the page.   You need to implement a single error handler that will add error information from all page $.ajax calls to the div named errorInfo. What should you do?() Add the following options to each $.ajax function call:。 Add the following code to the $(document).ready function on the page:。 Add the following option to each $.ajax function call:。 Add the following code to the $(document).ready function on the page:。 国家创新体系建立在()之上。 整体论。 利益观。 局部论。 系统观。 You create an intranet Web site for management of project documents. You need to enable all users to browse documents on the site. Only members of the administrators group must be able to upload files. Which code segment of the Web.config file should you use? ()
参考答案:

  参考解析

本题暂无解析

在线 客服