多选题请选择属于.NET Famework的组件()AJVMBCLRCJITDWebForms 和 Windows Forms
多选题
请选择属于.NET Famework的组件()
A
JVM
B
CLR
C
JIT
D
WebForms 和 Windows Forms
参考解析
解析:
暂无解析
相关考题:
根据委托(delegate)的知识,请完成以下用户控件中代码片段的填写:namespace test{public delegate void OnDBOperate();public class UserControlBase : System.Windows.Forms.UserControl{public event OnDBOperate OnNew;privatevoidtoolBar_ButtonClick(objectsender,System.Windows.Forms.ToolBarButtonClickEventArgs e){if(e.Button.Equals(BtnNew)){//请在以下补齐代码用来调用OnDBOperate委托签名的OnNew事件。}}}
添加Windows2000Professional组件的步骤包括()A、插入安装盘B、打开“控制面板”,双击“添加/删除程序”图标C、在“添加/删除程序”的对话框的左下部,单击“添加/删除Windows组件”按钮D、在“Windows组件”对话框中选择所需安装的组件
You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to create a Windows Installer package for a Windows Forms application. The package will be deployed on Windows Vista computers.You need to ensure that during deployment the installation does not elevate privileges of the user installing the application.What should you do?()A、Create a custom action and set the NoImpersonate property to trueB、Create a custom action and set the NoImpersonate property to falseC、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvokerD、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator
ASP.NET提供了多种验证方式进行身份验证,其中,能够使用HTTP Cookies和HTML表单对请求进行身份验证的是下列选项中的()A、Forms验证B、Windows 验证C、Passport验证D、定制验证
You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to create a Windows Installer package for a Windows Forms application.The package will be deployed on Windows Vista computers.You need to ensure that during deployment the installation does not elevate privileges of the user installing the application.What should you do?()A、Create a custom action and set the NoImpersonate property to trueB、Create a custom action and set the NoImpersonate property to falseC、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.D、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.
Windows Form应用程序中,要求下压按钮控件Button1有以下特性:正常情况下,该按钮是扁平的,当鼠标指针移动到它上面时,按钮升高。那么,在程序中,属性Button1.FlatStyle的值应设定为:()。A、System.Windows.Forms.FlatStyle.FlatB、System.Windows.Forms.FlatStyle.PopupC、System.Windows.Forms.FlatStyle.StandardD、System.Windows.Forms.FlatStyle.System
公司要求开发一个继承System.Windows.Forms.ListView类的组件,要求达到以下的特殊功能:点击ListView各列列头时,能按照点击列的每行值进行重排视图中的所有行(排序的方式如DataGrid相似)。根据您的知识,请简要谈一下您的思路
一个用户想在PC上安装Windows 7包含的游戏。这些游戏默认没有安装,在Windows 7中如何添加或移除组件?()A、单击开始菜单—控制面板—添加/删除程序,并单击Windows组件B、单击开始菜单—控制面板—程序,然后单击“打开或关闭Windows功能”C、单击开始菜单—设置—Windows控制中心D、右击“我的电脑”图标,选择属性,选择计算机管理,在左窗格中选择添加/删除Windows组件
一个用户想在他的PC机上安装Windows 7自带的游戏。它们默认没有安装。在Windows 7中,使用什么可以用来添加或移除Windows组件?()A、单击开始按钮,控制面板,添加/删除程序,并单击Windows组件B、单击开始按钮,控制面板,程序,然后单击打开或关闭Windows功能C、单击开始按钮,设置,Windows 控制中心D、右击“我的电脑”图标,选择属性,选择计算机管理,在左窗格中选择添加或移除Windows组件
You create Windows Forms applications by using the .NET Framework 3.5. You plan to use a setup project to deploy a new Windows Forms application.The application uses a component that requires the Microsoft NET Framework 1.1.You need to create a launch condition so that the application can be deployed on client computers. What should you do?()A、Use the Depth property.B、Use the Version property.C、Use the MinVersion property.D、Use the ComponentID property.
多选题添加Windows2000Professional组件的步骤包括()A插入安装盘B打开“控制面板”,双击“添加/删除程序”图标C在“添加/删除程序”的对话框的左下部,单击“添加/删除Windows组件”按钮D在“Windows组件”对话框中选择所需安装的组件
问答题公司要求开发一个继承System.Windows.Forms.ListView类的组件,要求达到以下的特殊功能:点击ListView各列列头时,能按照点击列的每行值进行重排视图中的所有行(排序的方式如DataGrid相似)。根据您的知识,请简要谈一下您的思路
单选题一个用户想在PC上安装Windows 7包含的游戏。这些游戏默认没有安装,在Windows7中如何添加或移除组件?()A单击开始菜单—控制面板—添加/删除程序,并单击Windows组件。B单击开始菜单—控制面板—程序,然后单击“打开或关闭Windows功能”。C单击开始菜单—设置—Windows控制中心。D右击“我的电脑”图标,选择属性,选择计算机管理,在左窗格中选择添加/删除Windows组件。
问答题请指出Windows配置服务(WDS)的作用及其组件的分类。