单选题What is the name of the User Interface (UI) widget that is just a standard edit box that is linked to a calendar with the pop-up property set?()A Date-Time PickerB Calendar PickerC Date PickerD Date Selector

题目
单选题
What is the name of the User Interface (UI) widget that is just a standard edit box that is linked to a calendar with the pop-up property set?()
A

Date-Time Picker

B

Calendar Picker

C

Date Picker

D

Date Selector


相似考题
参考答案和解析
正确答案: A
解析: 暂无解析
更多“单选题What is the name of the User Interface (UI) widget that is just a standard edit box that is linked to a calendar with the pop-up property set?()A Date-Time PickerB Calendar PickerC Date PickerD Date Selector”相关问题
  • 第1题:

    下列关于Date类的描述中,错误的是?()

    A、Date类获取的时间是以1970秒开始计时的

    B、在JDK1.1之后,Date类逐渐被Calendar类取代

    C、Date类中大部分构造方法都被声明为已过时

    D、Date类中大部分方法依然推荐使用


    正确答案:D

  • 第2题:

    At which command prompt would you issue the set date command?()

    • A、[edit chassis]   user@router#
    • B、[edit]   user@router#
    • C、[edit system]   user@router#
    • D、user@router>

    正确答案:D

  • 第3题:

    Date、Calendar以及DateFormat类都位于java.util包中


    正确答案:错误

  • 第4题:

    Where is the run date for an ‘at’ job located?()

    • A、Within the job environment set up
    • B、Within the user data of the at job
    • C、In the file name preceeded with a userid
    • D、In a special file used by the cron daemon

    正确答案:A

  • 第5题:

    You need to allow the user to toggle between automatic query and no automatic query using a pop-up menu. Which built-in would you use in the menu item command to obtain the relationship name? ()

    • A、GET_RELATION_PROPERTY 
    • B、SET_RELATION_PROPERTY 
    • C、GET_BLOCK_PROPERTY 
    • D、GET_FORM_PROPERTY

    正确答案:C

  • 第6题:

    You manage 40 computers that run Microsoft Windows Vista.  You use Microsoft Windows Calendar to publish a calendar to a shared network location. You need to allow users to automatically view the most recent calendar updates.  What should you do? ()

    • A、Instruct all users to configure a calendar subscription that has an update interval of 15 minutes.
    • B、Instruct all users to perform calendar synchronization for all shared calendar subscriptions. 
    • C、Instruct all users to map a network drive to the folder that holds the shared calendar. Import the .ics file for the shared calendar.
    • D、Use e-mail messages to deploy the .ics file for the shared calendar to each user. Instruct each user to import the .ics file that is attached to the e-mail message.

    正确答案:A

  • 第7题:

    You create a Web Form that contains a text box named txtDate. You want the text box to allow users to enter any valid date. You need to use an ASP.NET validation control to ensure that only valid date values are submitted to the server. What should you do?()

    • A、Add a CompareValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set its Type property to Date. Set its Operator property to DataTypeCheck.
    • B、Add a RangeValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set its Type property to Date. Set its MinimumValue property to 01/01/1900 and its MaximumValue to the current date.
    • C、Add a CustomValidator control to the Web Form. Set its ControlToValidate property to txtDate. Write a function in the partial class that verifies the values as dates and returns a Boolean variable. Set the CustomValidators ClientValidationFunction to the name of your function.
    • D、Add a RegularExpressionValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set the ValidationExpression property to ensure that the users input follows the format of nn-nn-nnnn, where n represents a number from 0 through 9.

    正确答案:A

  • 第8题:

    单选题
    User "twsuser" is logged on to the IBM Tivoli Workload Scheduler  Master Domain Manager server using Job Scheduling Console to update  calendar. The user receives a message: MODIFY on   CALENDAR access not granted.  What is the cause of this error?()
    A

     Batchman process is down.

    B

     User password has expired.

    C

     WebSphere security is damaged.

    D

     There are insufficient permissions in Security file.


    正确答案: C
    解析: 暂无解析

  • 第9题:

    单选题
    You create a Web Form that contains a text box named txtDate. You want the text box to allow users to enter any valid date. You need to use an ASP.NET validation control to ensure that only valid date values are submitted to the server. What should you do? ()
    A

    Add a CompareValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set its Type property to Date. Set its Operator property to DataTypeCheck.

    B

    Add a RangeValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set its Type property to Date. Set its MinimumValue property to 01/01/1900 and its MaximumValue to the current date.

    C

    Add a CustomValidator control to the Web Form. Set its ControlToValidate property to txtDate. Write a function in the partial class that verifies the values as dates and returns a Boolean variable. Set the CustomValidators ClientValidationFunction to the name of your function.

    D

    Add a RegularExpressionValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set the ValidationExpression property to ensure that the users input follows the format of nn-nn-nnnn, where n represents a number from 0 through 9.


    正确答案: B
    解析: 暂无解析

  • 第10题:

    单选题
    You are developing a user control for Windows Presentation Foundation (WPF) application. The user control contains a button. Both the user control and the hosting control must receive the button click event. You need to ensure that the user control responsd to the button click event before hosting control responds to the event. What should you do ?()
    A

     Use a bubbling routed event. In the button click event handler, set the Handled property to True

    B

     Use a bubbling routed event. In the button click event handler, set the Handled property to False

    C

     Use a standard Microsoft .NET event. Set Handled property to true.

    D

     Use a tunneling routed event. Set the handled property to false.


    正确答案: A
    解析: 暂无解析

  • 第11题:

    单选题
    What is the name of the User Interface (UI) widget that is just a standard edit box that is linked to a calendar with the pop-up property set?()
    A

    Date-Time Picker

    B

    Calendar Picker

    C

    Date Picker

    D

    Date Selector


    正确答案: C
    解析: 暂无解析

  • 第12题:

    单选题
    You create a Web Form that contains a text box named txtDate. You want the text box to allow users to enter any valid date. You need to use an ASP.NET validation control to ensure that only valid date values are submitted to the server. What should you do? ()
    A

    Add a CompareValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set its Type property to Date. Set its Operator property to DataTypeCheck.

    B

    Add a RangeValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set its Type property to Date. Set its MinimumValue property to 01/01/1900 and its MaximumValue to the current date.

    C

    Add a CustomValidator control to the Web Form. Set its ControlToValidate property to txtDate. Write a function in the partial class that verifies the values as dates and returns a Boolean variable. Set the CustomValidators ClientValidationFunction to the name of your function.

    D

    Add a RegularExpressionValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set the ValidationExpression property to ensure that the users input follows the format of nn-nn-nnnn, where n represents a number from 0 through 9.


    正确答案: C
    解析: 暂无解析

  • 第13题:

    用户随便输入一个日期(yyyy-MM-dd), 打印出这个日期所在月的每一天, 格式如下:

    日 一 二 三 四 五 六

    1 2 3 4 5 6

    提示:

    (1) 字符串 -->util.Date

    (2) Date -->Calendar

    (3) 修改日期 -->set

    (4) 记录用户输入的是哪一天 -->get

    (5) 判断星期几 -->get

    (6) 获取该月份的最大天数 -->calendar.getActualMaximum

    (7) 日期自增 -->add


    答案:
    import java.text.DateFormat;
    import java.text.ParseException;
    import java.text.SimpleDateFormat;
    import java.util.Calendar;
    import java.util.Date;
    import java.util.GregorianCalendar;
    import java.util.Scanner;
    public class TestCalendar {
    //public class test{
    public static void main(String[] args) {
    //创建扫描器
    Scanner sc = new Scanner(System.in);
    while (true){
    //提示用户输入
    System.out.println("请输入一个日期,格式为:2018-12-05,输入exit退出");
    //接受用户输入
    String temp = sc.nextLine();
    if(temp.equalsIgnoreCase("exit")){//判断两个字符串是否相等忽略大小写
    System.out.println("ByeBye");
    break;
    }
    //创建日期格式化对象
    //DateFormat日期格式化类
    DateFormat format = new SimpleDateFormat("yyyy-MM-dd");
    try {
    //string --> date
    Date date = format.parse(temp);//此处需添加异常
    //date --> Calendar
    //创建日历对象
    Calendar calendar = new GregorianCalendar();
    //设置日期为用户输入日期
    calendar.setTime(date);
    //打印日历抬头
    System.out.println("日\t一\t二\t三\t四\t五\t六");
    //记录用户输入的日
    int currentDate = calendar.get(Calendar.DATE);
    //修改日期为此月的第一天
    calendar.set(Calendar.DAY_OF_MONTH,1);
    //获取第一天是星期几
    int week = calendar.get(Calendar.DAY_OF_WEEK);//1-7
    //打印缩进
    for (int i = 1; i < week; i++) {
    System.out.print("\t");
    }
    //获取当月的最大天数
    int maxDate=calendar.getActualMaximum(calendar.DATE);
    //循环打印天数
    for (int i = 1; i <= maxDate; i++) {
    //如果是当天,打印一个*
    if(calendar.get(Calendar.DATE) == currentDate){
    System.out.print("*");
    }
    //打印该天
    System.out.print(i+"\t");
    //如果是周六,打印换行
    if(calendar.get(Calendar.DAY_OF_WEEK) == Calendar.SATURDAY) {
    System.out.println();
    }
    //天数加一
    calendar.add(Calendar.DATE,1);
    }}
    catch (ParseException e) {
    e.printStackTrace();
    }
    System.out.println();
    }
    }
    }

  • 第14题:

    You create a Web Form that contains a text box named txtDate. You want the text box to allow users to enter any valid date. You need to use an ASP.NET validation control to ensure that only valid date values are submitted to the server. What should you do? ()

    • A、Add a CompareValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set its Type property to Date. Set its Operator property to DataTypeCheck.
    • B、Add a RangeValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set its Type property to Date. Set its MinimumValue property to 01/01/1900 and its MaximumValue to the current date.
    • C、Add a CustomValidator control to the Web Form. Set its ControlToValidate property to txtDate. Write a function in the partial class that verifies the values as dates and returns a Boolean variable. Set the CustomValidators ClientValidationFunction to the name of your function.
    • D、Add a RegularExpressionValidator control to the Web Form. Set its ControlToValidate property to txtDate. Set the ValidationExpression property to ensure that the users input follows the format of nn-nn-nnnn, where n represents a number from 0 through 9.

    正确答案:A

  • 第15题:

    What is the name of the User Interface (UI) widget that is just a standard edit box that is linked to a calendar with the pop-up property set?()

    • A、Date-Time Picker
    • B、Calendar Picker
    • C、Date Picker
    • D、Date Selector

    正确答案:A

  • 第16题:

    User "twsuser" is logged on to the IBM Tivoli Workload Scheduler  Master Domain Manager server using Job Scheduling Console to update  calendar. The user receives a message: MODIFY on   CALENDAR access not granted.  What is the cause of this error?()

    • A、 Batchman process is down.
    • B、 User password has expired.
    • C、 WebSphere security is damaged.
    • D、 There are insufficient permissions in Security file.

    正确答案:D

  • 第17题:

    You are hosting a Windows Communication Foundation (WCF) service under Microsoft Interent Information Services (IIS) 7.0. You have set up a web site in IIS Manager. The physical path is c:/wwwroot/Calendar. There is a Calendar.svc file in the c:/wwwroot/Calendar folder. It contains the following directive: <% @ServiceHost Language="C#" Debug="true" Service="Calendar.Calendar" CodeBehind="CalendarSvc.cs" %> The CalendarSvc.cs file contains the source for the Calendar class in the Calendar namespace. You compile this code into the Calendar.dll file. You need to deploy your service to the web site. What should you do?()

    • A、Copy the Calendar.dll file to the c:/wwwroot/Calendar/code folder
    • B、Copy the Calendar.dll file to the c:/wwwroot/Calendar/bin folder
    • C、Copy the Calendar.svc.cs file to the c:/wwwroot/Calendar/bin folder
    • D、Copy the Calendar.svc.cs file to the c:/wwwroot/Calendar/code folder

    正确答案:B

  • 第18题:

    You have an Exchange Server 2010 organization.A user reports that some meetings are missing from her calendar.You need to recover the missing calendar items.The solution must ensure that the missing calendar items are recovered automatically. What should you do?()

    • A、Create and then configure a sharing policy.
    • B、Set the schedule for the Managed Folder Assistant.
    • C、Run the Set-MailboxCalendarConfiguration cmdlet.
    • D、Set the schedule for the Calendar Repair Assistant (CRA).

    正确答案:D

  • 第19题:

    单选题
    You are hosting a Windows Communication Foundation (WCF) service under Microsoft Interent Information Services (IIS) 7.0. You have set up a web site in IIS Manager. The physical path is c:/wwwroot/Calendar. There is a Calendar.svc file in the c:/wwwroot/Calendar folder. It contains the following directive: The CalendarSvc.cs file contains the source for the Calendar class in the Calendar namespace. You compile this code into the Calendar.dll file. You need to deploy your service to the web site. What should you do?()
    A

    Copy the Calendar.dll file to the c:/wwwroot/Calendar/code folder

    B

    Copy the Calendar.dll file to the c:/wwwroot/Calendar/bin folder

    C

    Copy the Calendar.svc.cs file to the c:/wwwroot/Calendar/bin folder

    D

    Copy the Calendar.svc.cs file to the c:/wwwroot/Calendar/code folder


    正确答案: B
    解析: 暂无解析

  • 第20题:

    判断题
    Date、Calendar以及DateFormat类都位于java.util包中
    A

    B


    正确答案:
    解析: 暂无解析

  • 第21题:

    单选题
    You have an Exchange Server 2010 organization.A user reports that some meetings are missing from her calendar.You need to recover the missing calendar items.The solution must ensure that the missing calendar items are recovered automatically. What should you do?()
    A

    Create and then configure a sharing policy.

    B

    Set the schedule for the Managed Folder Assistant.

    C

    Run the Set-MailboxCalendarConfiguration cmdlet.

    D

    Set the schedule for the Calendar Repair Assistant (CRA).


    正确答案: A
    解析: 暂无解析

  • 第22题:

    单选题
    At which command prompt would you issue the set date command?()
    A

    [edit chassis]   user@router#

    B

    [edit]   user@router#

    C

    [edit system]   user@router#

    D

    user@router>


    正确答案: D
    解析: 暂无解析

  • 第23题:

    单选题
    Where is the run date for an ‘at’ job located?()
    A

    Within the job environment set up

    B

    Within the user data of the at job

    C

    In the file name preceeded with a userid

    D

    In a special file used by the cron daemon


    正确答案: B
    解析: 暂无解析

  • 第24题:

    单选题
    You manage 40 computers that run Microsoft Windows Vista.  You use Microsoft Windows Calendar to publish a calendar to a shared network location. You need to allow users to automatically view the most recent calendar updates.  What should you do? ()
    A

    Instruct all users to configure a calendar subscription that has an update interval of 15 minutes.

    B

    Instruct all users to perform calendar synchronization for all shared calendar subscriptions. 

    C

    Instruct all users to map a network drive to the folder that holds the shared calendar. Import the .ics file for the shared calendar.

    D

    Use e-mail messages to deploy the .ics file for the shared calendar to each user. Instruct each user to import the .ics file that is attached to the e-mail message.


    正确答案: D
    解析: 暂无解析