当前位置:国家开放大学(Dreamweaver网页设计)题库

问题:

[配伍题] 设置宽度为60像素()
设置高度为60像素()
文本水平居中对齐() 
设置字号为60像素()
设置文字颜色为白色()

A . height:60px;
B . text-align:center;
C . color:#FFF;
D . width:60px;
E . font-size:60px;

你为 Web 窗体写了一个记录日志的方法,并且在 Page_Unload 事件处理中调用这个方法。但是,通过你测试这个Web窗体后发现,Page_Unload事件处理并没有去调用这个写日志的方法。 你需要保证这个写日志的方法一定被调用,请从下面的答案中选出两个可能的方法?() [" 设置页属性 AutoEventWireup="False"。移除Web窗体元素中onunload="Page_Unload" 。"," 设置页属性 AutoEventWireup="False"。在Web窗体元素中增加 OnUnload="Page_Unload" 。"," 设置页属性AutoEventWireup="False"。增加Web窗体属性autocomplete=on。"," 设置页属性AutoEventWireup="True"."] 法捷耶夫的代表作品是() ["《毁灭》","《等待戈多》","《喧哗与骚动》","《赫索格》"] 何为程序调试?何为系统测试?两者主要有何区别? You are creating an application using Visual Studio 2010. The application consumes a Windows Communication Foundation (WCF) service.You are adding a service reference to the WCF service. You need to ensure that the generated proxy does not block the calling thread when executing a service method. What should you do when adding the service reference? () [" Set the Collection type to ObservableCollection."," Select the Reuse types in all referenced assemblies option."," Select the Generate asynchronous operations option."," Select the Always generate message contracts option."] 阅读科技论文,快速了解和掌握相关的知识,一般技巧如下()。 ["要看论点,更要看论据","要看数据的准确性,还要看来源的真实性和科学性","博采众长,比较阅读"] 设置宽度为60像素()
设置高度为60像素()
文本水平居中对齐() 
设置字号为60像素()
设置文字颜色为白色()
参考答案:

  参考解析

本题暂无解析

在线 客服