• 程序载入同时程序加载载一个动态链接程序可以动态链接库中直接调用函数

    DLL loaded by the program loader at the same time as the application program that USES it is loaded. Application programs may call functions from this DLL directly.

    youdao

  • 因而虽然加载器编写安全程序成为 可能,不得不防范恶意环境变量

    Thus, the loader makes it possible to write secure programs, but you still have to protect against malicious environment variables.

    youdao

  • 为了理解应用程序加载时的行为需要能够了解应用程序服务环境本身

    To understand how your application behaves under load, you need to be able to see into the application server environment itself.

    youdao

  • 这里我们使用反射原因是因为我们已经使用系统加载器加载应用程序

    Here, we use reflection because we have loaded the application using a class loader that is not the system class loader.

    youdao

  • 展示了加载器信息——再说一遍简单因为应用程序简单了。

    It also shows class loader informationagain, this is simple because the application is so simple.

    youdao

  • 如果应用程序非常依赖短期存活加载器托儿所收集能够及时处理其他已分配对象那么保留区收集可能不会频繁发生

    If an application relies heavily on short-lived class loaders, and nursery collections can keep up with any other allocated objects, then tenure collections might not happen very frequently.

    youdao

  • 注意,. NET程序加载器首先请求区域名称可用附属程序区域名称之间尝试查找完全匹配语言和区域。

    Note that the.net assembly loader will first attempt to find an exact match with both language and region between the requested culture name and the culture name of an available satellite assembly.

    youdao

  • 这个场景中加载这个框架时,也会首次将核心实用程序例程加载脚本框架中;与此同时服务用户设置也被加载会话框架中。

    In this scenario, as the frameset loads, a small set of core utility routines is initially loaded into the script frame; at the same time, server and user Settings are loaded in the session frame.

    youdao

  • 命令提供程序使用这些构造创建加载步骤

    The command provider will use these constructors to create or load a step.

    youdao

  • 例如如果动态链接不能找到某个给定的程序那么它停止加载程序

    For example, if the dynamic linker can't find a given library, it will abort loading the program.

    youdao

  • 应用程序重启它们加载没有清理时,将发生应用程序加载泄露

    An application class loader leak occurs when applications are restarted but their class loaders are not cleaned up.

    youdao

  • 需要确保构建相关开关加载文件其放置适当的路径,以便事务管理应用程序一起加载

    You needs to make sure that the relevant switch-load file is built and placed in a proper path for the transaction manager to load along with the application program.

    youdao

  • 如果. NET程序加载器不到完全匹配项,查找具有匹配语言可用附属程序集。

    If the.net assembly loader cannot find an exact match, it will then look for an available satellite assembly with a matching language.

    youdao

  • 讨论引导新的驱动之前,需要了解一些引导加载程序理论

    Before I discuss booting up your new drive, a little boot loader theory is required.

    youdao

  • 诸如MS - DOS之类的操作系统可以加载其他设备驱动程序例如CD - ROM驱动但是需要所有硬件驱动程序启动时就已经加载上来了。

    An operating system such as MS-DOS can load additional device drivers, such as CD-ROM drivers, but needs all of the hardware drivers already loaded at startup.

    youdao

  • HPC映像加载后,VCL管理调度程序将识别开始它分配工作

    When an HPC image is loaded, the VCL manager scheduler recognizes it and begins to assign it work.

    youdao

  • 因为是在程序执行进行AOT编译的,所以编译无法预测加载哪些

    Because AOT compilation occurs before the program executes, the compiler can't make any assumptions about which classes have been loaded.

    youdao

  • 数据通过标准提取转换加载(etl)连接加载然后可供商业智能分析应用程序进行查询

    Data is loaded through standard extract, transform, and load (ETL) connectors, and is then available for queries from business intelligence and analytics applications.

    youdao

  • 依赖关系有用,部署应用程序时,它允许应用服务加载应用程序正确运行所需的内容。

    The dependencies are useful in allowing the application server to load what is required for an application to run correctly when the application is deployed.

    youdao

  • 单个服务加载策略作用时,将使用单个类加载器服务部署所有应用程序加载大多数类。

    When the Single server classloader policy is in effect, a single classloader is used to load most of the classes for all the applications that are deployed on the server.

    youdao

  • 构建服务硬件小组可能加载配置应用程序人员不同

    Server hardware build may be a different group from the people who load and configure the applications.

    youdao

  • 修改加载器结构应该使应用程序能够成功迁移

    Modifying the classloader structure should allow the application to migrate successfully.

    youdao

  • 应用程序加载负责加载eJBJAR文件中的EJB模块以及封装相关的JAR文件中的实用程序

    The application class loader is responsible for loading EJB modules packaged in EJB JAR files and utility classes packaged in dependent JAR files.

    youdao

  • 定义应用程序a连接服务加载目标文档

    The custom application a connects to the server and loads the target documents.

    youdao

  • 部署阶段加载冲突通过对不同企业应用程序模块使用不同的应用程序加载得以解决。

    While deploying, class loading conflicts are resolved by using a different application class loader for each enterprise application module.

    youdao

  • 运行期间应用程序加载动态链接

    At runtime, the application loads the dynamic linker.

    youdao

  • 这里我们使用应用程序作为加载器名称避免重复

    Each EAR application should have a unique string name for the class loader. Here, we use the application name in the class loader name to avoid repetition.

    youdao

  • 通过这种方法拆分应用程序可以使不同版本EJB组件隔离开来,这种隔离通过使用不同的应用程序加载实现的,EAR文件对应一个类加载器

    Breaking up the application in this manner allows different EJB component versions to be isolated with different application class loaders, one per EAR file.

    youdao

  • 幸运的是,VisualStudio知道如何正确命名附属程序以及如何. NET程序加载器期望正确目录结构部署它们

    Fortunately, Visual Studio knows how to name the satellite assemblies correctly and how to deploy them in the correct directory structure expected by the.net assembly loader.

    youdao

  • 幸运的是,VisualStudio知道如何正确命名附属程序以及如何. NET程序加载器期望正确目录结构部署它们

    Fortunately, Visual Studio knows how to name the satellite assemblies correctly and how to deploy them in the correct directory structure expected by the.net assembly loader.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定