C:/Program Files/%username%
C:/Users/%username%
C:/Documents and Settings/%username%
C:/Windows/%username%
第1题:
User profiles in Windows 7 are stored in which of the following locations?()
第2题:
Which of the following is the default location for the User profiles folder in Windows 7?()
第3题:
以下EL表达式的语法结构中正确的是()。
第4题:
Bob, a technician, needs to backup a user’s local My Documents on a Windows XP workstation.Which of the following is the QUICKEST way to the user’s folder?()
第5题:
From the DX WebUI Dashboard, which steps are used for creating a new admin user? ()
第6题:
Your network consists of a single Active Directory domain named contoso.com. The functional level of the domain is Windows Server 2003. You have a file server named Server1 that is used to store users’ home folders and profiles. On Server1, you create a folder named D:/data/ and share the folder as UserData. You create a new user account named TemplateUser in Active Directory. You need to ensure that each user account you create by copying TemplateUser is configured to have a unique home folder stored in the UserData share. Which home folder path should you specify? ()
第7题:
C:/Users
C:/Program Files (x86)
C:/Documents and Settings
C:/Windows/system32
第8题:
D:///data/%homedrive%
D:///data/%username%
//server1/userdata/%homedrive%
//server1/userdata/%username%
第9题:
Browse to the root, Documents and Settings, user’s name, and then My Documents
Browse to the root, Users, Documents and Settings, user’s name, and then My Documents
Type %system% into the run box
Type %temp% into the run box, My Documents, and then user’s name
第10题:
$[user. userName]
#[user. userName]
${user. username}
#{user. username}
第11题:
c:/users/user1/documents to c:/users/user1/documents
c:/documents and settings/user1/my documents to c:/users/user1/documents
c:/documents and settings/user1/my documents to c:/documents and settings/user1/my documents
c:/users/user1/my documents to c:/users/user1/documents
第12题:
C:/windows/System32
C:/users/public
C:/users
C:/documents and settings
第13题:
Which of the following locations would hold a user’s documents and data in Windows XP?()
第14题:
Given a web application in which the cookie userName is expected to contain the name of the user. Which EL expression evaluates to that user name?()
第15题:
In which of the following default locations would a user’s home folder reside in Windows XP?()
第16题:
The technician is moving a user’s files from a Windows XP PC to a Windows Vista PC. Which of the following directories corresponds to each operating system?()
第17题:
You create a new ASP.NET MVC 2 Web application. The following default routes are created in the Global.asax.vb file.01 Shared Sub RegisterRoutes(ByVal routes As RouteCollection)02 03 routes.IgnoreRoute("{resource}.axd/{*pathInfo}")04 05 routes.MapRoute( "Default", "{controller}/{action}/{id}", New With {.controller = "Home", .action = "Index", .id = ""}) 06 End Sub You implement a controller named HomeController that includes methods with the following signatures.Function Index() As ActionResult Function Details(ByVal id As Integer) As ActionResultFunction DetailsByUsername( ByVal username As String) As ActionResult You need to add a route to meet the following requirements. The details for a user must be displayed when a user name is entered as the path by invoking the DetailsByUsername action. User names can contain alphanumeric characters and underscores, and can be between 3 and 20 characters long.What should you do?()
第18题:
Replace line 05 with the following code segment. routes.MapRoute( "Default", "{controller}/{action}/{id}", New With {.controller = "Home", .action = "DetailsByUsername", .id = ""})
Replace line 05 with the following code segment. routes.MapRoute("Default", "{controller}/{action}/{username}", New With {.controller = "Home", .action = "DetailsByUsername", .username = ""}, New With {.username = "/w{3,20}"} )
At line 04, add the following code segment.routes.MapRoute( "Details byUsername""{username}", New With {.controller = "Home", .action = "DetailsByUsername"}, New With {.username = "/w{3,20}"})
At line 04, add the following code segment. routes.MapRoute( "Details by Username", "{id}", New With {.controller = "Home", .action = "DetailsByUsername"}, New With {.id = "/w{3,20}"} )
第19题:
${userName}
${cookie.userName}
${cookie.user.name}
${cookies.userName[0]}
第20题:
Click Admin > Users. Enter username, password, role, account status, and email.
Click Admin > Users. Enter username, password, role, account status, and user class.
Click Users > Manage Users. Enter username, password, role, account status, and user class.
Click Users > Manage Users. Enter username, password, ActiveDirectory domain, account status, and role.
第21题:
C:/Program Files/Users/%username&
C:/Documents and Settings/%username%
C:/Users/%username%
C:/Users/Documents and Settings/%username%
第22题:
D:/data/%homedrive%
D:/data/%username%
//server1/userdata/%homedrive%
//server1/userdata/%username%
第23题:
C:/User Profiles
C:/Documents and Settings/User Profiles
C:/Documents and Settings
C:/Users
第24题:
C:/Program Files/%username%
C:/Users/%username%
C:/Documents and Settings/%username%
C:/Windows/%username%