你有一台运行Win 7的计算机,该计算机包含两个卷:C和D。你在D盘上创建了一个文档,你手动创建一个还原点并更改了这个文档。当你查看这个文档属性时候,如下图所示:你需要确认如果这个文档被更改,你可以将其还原还原到当前这个版本。你首先应该做什么?()
A. 在D盘上运行磁盘清理
B. 在该文档上启用审核
C. 为D盘打开系统保护
D. 启用卷影副本服务(VSS)
查看答案
你正在装载一个名为doc的XML文档。文档内容如下:你需要使用Xpath查询去选择book节点,你该如何做?()
A. XmlElementroot=doc.DocumentElement;XmlNodeListnodes=root.SelectNodes(“.”);
B. XmlElementroot=doc.DocumentElement;XmlNodeListnodes=root.SelectNodes(“book”);
C. XmlElementroot=doc.DocumentElement;XmlNodeListnodes=root.SelectNodes(“bookstore//book”);
D. XmlElementroot=doc.DocumentElement;XmlNodeListnodes=root.SelectNodes(“books/book”);
你正在使用如下的代码段去创建一个DataTable:(行号只作为标识) 你需要确保当新的行被增加或修改时Total列的值为Price列乘以Quantity列的值。你该如何做?()
A. 在05行后增加dc.ExtendedProperties["Total"]="Price*Quantity”;
B. 在05行后增加dc.Expression=“Prince*Quantity”;
C. 为DataTable的TableNewRow写事件处理代码来更新Total的值。
D. 为DataTable的ColumnChanged写事件处理代码来更新Total的值。
下列()不是单元格水平对齐方式之一。
A. 两端对齐
B. 默认
C. 居中对齐
D. 右对齐
You need to recommend a strategy for the computer lab that meet the company’s technical requirements. What should you recommend?()
A. Enable the loopback setting in GPO2. Enable the Enforced option in GPO1.
B. Enable the Block Inheritance option on Lab O
C. Enable the Enforced option in GPO1.
D. Enable the loopback setting in GPO2. Disable the user configuration settings in GPO3.
Enable the Block Inheritance option on Lab O
F. Disable the user configuration settings in GPO3.