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

问题:

[单选] You write a Web application. This application must support multiple languages. You store the localized strings in the application as resources. You want these resources to be accessed according to a users language preference. You create the following resource files in the App_GlobalResources folder of your application. myStrings.resx myStrings.en-CA.resx myString.en-US.resx myStrings.fr-CA.resx myStrings.es-MX.resxEach resource file stores a localized version of the following strings: Name, E-mail, Address, and Phone. You create a Web Form that contains one label for each of these strings. You need to ensure that the correct localized version of each string is displayed in each label, according to a users language preference. What should you do? ()

A . Add the following configuration section to the Web.config file.
B . Set the directive for each page in your site as follows: <%@ page="" uiculture="”Auto”">
C . Add the following code segment to the pages load event.lblName.Text = @”{myStrings}Name”; lblAddress.Text = @”{myStrings}Address”; lblEmail.Text = @”{myStrings}Email”; lblPhone.Text = @”{myStrings}Phone”;
D . Add the following code segment to the pages load event.lblName.Text = Resources.myStrings.Name; lblAddress.Text = Resources.myStrings.Address; lblEmail.Text = Resources.myStrings.Email; lblPhone.Text = Resources.myStrings.Phone;

在面向对象测试技术中,对认定的结构的测试属于()。 面向对象分析的测试。 面向对象的系统测试。 面向对象编程的测试。 面向对象设计的测试。 提升钢丝绳的绳股,对于外层钢丝较粗的称为(),用“X”表示。 西鲁式。 瓦林式。 填丝式。 软件文档也称文件,是指某种数据媒体和其中所记录的数据,它具有永久性,并可以由人或机器阅读,通常仅用于描述人工可读的东西。 成功的测试是指()。 运行测试实例后未发现错误项。 证明程序无错。 发现程序的错误。 改正程序的错误。 ()是项目市场分析的关键。 市场需求分析。 市场供给分析。 市场竞争分析。 市场综合分析。 You write a Web application. This application must support multiple languages. You store the localized strings in the application as resources. You want these resources to be accessed according to a users language preference. You create the following resource files in the App_GlobalResources folder of your application. myStrings.resx myStrings.en-CA.resx myString.en-US.resx myStrings.fr-CA.resx myStrings.es-MX.resxEach resource file stores a localized version of the following strings: Name, E-mail, Address, and Phone. You create a Web Form that contains one label for each of these strings. You need to ensure that the correct localized version of each string is displayed in each label, according to a users language preference. What should you do? ()
参考答案:

  参考解析

本题暂无解析

在线 客服