名词解释题DLL
名词解释题
DLL
参考解析
解析:
暂无解析
相关考题:
在使用下载组件时,若下载组件是dll文件形式(test.dll),并且我们将该文件存放到C:\temp\test.dll下,则注册时还要在运行窗口输入()。A.RunC:\temp\test.dllB.Runtest.dllC.Regsvr32C:\temp\test.dllD.Regsvr32test.dll
WhichofthefollowingfiletypescanMicrosoftserverspackageforremoteinstallationbydefault?() A..exeB..iniC..msiD..dll
TPersistent类的用途是什么?( ) A.作为 DLL接口的基类,因为 DLL不能自动被加载 B.可以完成 Wi TPersistent类的用途是什么?( )A.作为 DLL接口的基类,因为 DLL不能自动被加载B.可以完成 Windows 控件的封装C.是所有用来保存和加载 Delphi对象流的类的基类D.所有 Delphi的类都从它派生而来
在Windows系统中,执行程序php-win.exe时系统报告找不到MSVCR110.dll,原因是( )。 A. 程序php-win.exe中存在语法或语义错误,需要修改与php-win.exe对应的源程序B. 程序MSVCR110.dll中存在语法错误,需要修改与MSVCR110.dll对应的源程序C. 程序MSVCR110.dll中存在语义错误,需要修改与MSVCR110.dll对应的源程序并重新编译D. 程序php-win.exe执行时需要调用MSVCR110.dll中的函数,需要安装MSVCR110.dll动态链接库文件或者包含MSVCR110.dll动态链接库文件的软件包
WindowsAPI中的所有函数都包含在DLL中。其中包含用于管理内存、进程和线程的各个函数的文件是:()。A、Kernel32.dllB、System32.dllC、User32.dllD、GDI32.dll
运行U8应收系统时,提示初始化失败,一般是因为以下哪一组的文件未正常注册所致:()A、USCUSCLS.DLL和USCUSTO.DLLB、USER32.DLL和USERENV.DLLC、VB6CHS.DLL和VB6STKIT.DLLD、usp10.dll和UsPubDll.dll
An application has been migrated to the Windows Azure platform. The application references a native x86 DLL. The DLL source code is not available. The application displays an error when loading the DLL. You need to recommend an approach for ensuring that the application can load the DLL. What should you recommend?()A、 Create a 32bit application to host the DLL.B、 Modify the application to allow unsafe code.C、 Modify the application to call methods in the DLL.D、 Modify the application to target the x86 platform.
You work as the application developer at Certkiller .com. Certkiller .com uses Visual Studio.NET 2005 as its application development platform.You have recently finished development of a class named TestReward and package the class in a .NET 2.0 assembly named TestObj.dll. After you ship the assembly and it is used by client applications, you decide to move the TestReward class from TestObj.dll assembly to the TestRewardObj.dll Assembly. You are to ensure when you ship the updated TestObj.dll and TestRewardObj.dll assemblies that the client applications continue to work and do not require recompiling.What should you do?()A、 The TypeForwardedTo attribute should be usedB、 The TypeConvertor.ConvertTo method should be usedC、 The InternalsVisibleTo attribute should be usedD、 The Type Convertor.ConvertFrom method should be used
国家对三相双绕组变压器规定的五种标准连接组别为()。A、YN·yno、YN·dll、YN·yo、Y·yo、y·dllB、Y·yno、YN·d5、YN·yo、Y·yo、y·dllC、Y·yno、YN·dll、YN·yo、Y·yo、y·dllD、Y·yno、YN·dll、YN·yo、Y·yo、y·d5
单选题WindowsAPI中的所有函数都包含在DLL中。其中包含用于实现对象安全性、注册表操作和事件记录的函数的文件是:()。AKernel32.dllBSystem32.dllCGDI32.dllDAdvAPI32.dll
单选题运行U8应收系统时,提示初始化失败,一般是因为以下哪一组的文件未正常注册所致:()AUSCUSCLS.DLL和USCUSTO.DLLBUSER32.DLL和USERENV.DLLCVB6CHS.DLL和VB6STKIT.DLLDusp10.dll和UsPubDll.dll
单选题下面代码是申明EPCSDK.dll中的打开和关闭串口的函数,请指出里面包含()处错误--[DllImport(“EPCSDK.dll”)]--publicstaticexternIntPtrOpenComm(intportNo);--[DllImport(“EPCSDK.dll”)]--publicstaticexternvoidCloseComm();A1B2C3D4
单选题WindowsAPI中的所有函数都包含在DLL中。其中包含用于管理内存、进程和线程的各个函数的文件是:()。AKernel32.dllBSystem32.dllCUser32.dllDGDI32.dll
单选题An application has been migrated to the Windows Azure platform. The application references a native x86 DLL. The DLL source code is not available. The application displays an error when loading the DLL. You need to recommend an approach for ensuring that the application can load the DLL. What should you recommend?()A Create a 32bit application to host the DLL.B Modify the application to allow unsafe code.C Modify the application to call methods in the DLL.D Modify the application to target the x86 platform.
名词解释题DLL