A. PPP session ID
B. subscriber name
C. source MAC address
D. destination MAC address
第1题:
A.XmlDocument doc = new XmlDocument();doc.Load("subscribers.xml");XmlDeclaration xmldecl = doc.CreateXmlDeclaration("encoding", "Unicode");
B.XmlDocument doc = new XmlDocument();doc.Load("subscribers.xml"); XmlDeclaration xmldecl = doc.CreateXmlDeclaration("1.0", null, "yes");
C.XmlDocument doc = new XmlDocument(); doc.Load("subscribers.xml"); XmlDeclaration xmldecl = doc.CreateXmlDeclaration("1.0", "Unicode", "yes");
D.XmlDocument doc = new XmlDocument(); doc.Load("subscribers.xml"); XmlDeclaration xmldecl = doc.CreateXmlDeclaration("1.0", "Unicode");
第2题:
You are the administrator of a SQL Server 2000 computer. You want to set up snapshot replication on the server. The server will serve as Publisher and Distributor for a minimum of 40 Subscribers.
Currently, you want to publish 3GB of data, but the data is expected to grow over time. Subscribers will receive a new snapshot each month.
You want to minimize the workload on the Publisher/Distributor. Which two actions should you take to configure snapshot replication? (Each correct answer presents part of the solution. Choose two)
A.Store the snapshot in the default folder on the Publisher/Distributor.
B.Store the snapshot in an alternative folder on the Publisher/Distributor.
C.Store the snapshot in a shared folder on a file server.
D.Create pull subscriptions.
E.Create push subscriptions.
第3题:
[A] who [B] when [C] where [D] which
第4题:
YouarecreatinganASP.NETWebsite.Thesitecontainspagesthatareavailabletoanonymoususers.ThesitealsocontainsapagenamedPremium.aspxthatprovidespremiumcontenttoonlymembersofagroupnamedSubscribers.Youneedtomodifytheweb.configfiletoensurethatPremium.aspxcanbeaccessedbyonlymembersoftheSubscribersgroup.Whichconfigurationshouldyouuse?()
A.<locationpath="Premium.aspx"><system.web><authorization><allowusers="Subscribers"/><denyusers="*"/></authorization></system.web></location>
B.<locationpath="Premium.aspx"><system.web><authorization><allowroles="Subscribers"/><denyusers="*"/></authorization></system.web></location>
C.<locationpath="Premium.aspx"><system.web><authorization><allowroles="Subscribers"/><denyusers="?"/></authorization></system.web></location>
D.<locationpath="Premium.aspx"><system.web><authorization><denyusers="*"/><allowroles="Subscribers"/></authorization></system.web></location>
第5题:
A.ping
B.Telnet
C.FTP
D.TCP
E.IP
第6题: