• Most, if not all, problems relating to class loading can be tracked down to a problem occurring in one of these phases.

    虽然不是所有问题,但至少大多数装入有关问题可以追溯到三个阶段中发生某个问题。

    youdao

  • This article, the second in a series of four, looks at the various class loading exceptions typically thrown when running applications.

    本文系列篇文章第二篇,它考察一般运行应用程序时抛出各种装入异常

    youdao

  • Any new implementation for loading people from a store does not require any changes in the class that USES the factory and interface.

    数据库中装入人员任何实现要求使用工厂接口中进行任何更改

    youdao

  • Dynamic class loading, which is a challenge for the dynamic JIT compiler, is an even more significant issue for AOT compilation.

    动态加载动态jit编译器面临挑战也是AOT编译的一个重要问题

    youdao

  • Many developers find constraint violations to be a difficult type of class loading problem to resolve.

    许多开发人员发现约束违反一种很难解决装入问题

    youdao

  • This section describes the core concepts of class loading to provide a knowledge base for the rest of this series.

    一节描述装入核心概念系列剩下部分提供知识基础

    youdao

  • Rarely executed paths are one common reason for a new class loading.

    很少执行路径加载一个常见原因

    youdao

  • As with explicit class loading, if the class is already loaded, then a reference is simply returned; otherwise, the loader goes through the delegation model to load the class.

    显式装入一样,如果已经装入了,那么只是返回一个引用否则装入器会通过委托模型装入类。

    youdao

  • As each anonymous class has a unique name there are no issues loading it and as a result the application is updated on-the-fly.

    因为每个匿名一个唯一的名称因此加载该类不会问题的,而这样做的结果应用被实时动态地更新了。

    youdao

  • The loading of a class can essentially be broken down into three phases: loading, linking, and initializing.

    装入实际上可以分成三个阶段:装入、链接初始化

    youdao

  • Classes are often loaded through a combination of explicit and implicit class loading.

    装入通常组合显式隐式装入

    youdao

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

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

    youdao

  • When subsequent requests for that class are made, these requests are satisfied from the cache if possible rather than loading the class from a corresponding JAR file.

    以后请求这个时,尽可能通过缓存满足请求,不必对应JAR文件再次装载这个类。

    youdao

  • The IBM Verbose class Loading option is a great way to check what the classpaths for all class loaders have been set to.

    IBM详细装入选项检查所有装入设置类路径的好方法

    youdao

  • A good example of this class loading structure is an OSGi framework, such as the one Eclipse is built on.

    这种装入结构示例就是OSGi框架例如eclipse构建于其的框架。

    youdao

  • Class loading consideration for channel exits with the WebSphere MQ messaging provider is covered in a later section in this article.

    有关带有WebSphereMQ消息提供程序通道出口加载考虑事项,将本文的下介绍

    youdao

  • Explicit class loading occurs when a class is loaded using one of the following method calls.

    显式装入发生使用以下方法调用装入类的时候

    youdao

  • You might recall that the xm builder I wrote in previous columns provided both a class name (to load the plug-in) and a project nature (to decide whether it's worth loading the plug-in) in plugin.xml.

    可能记得一期文章中编写xmbuilderplugin . xml中提供了(以便加载插件)项目特性(确定是否需要加载插件)。

    youdao

  • Every class loader has a parent class loader, which delegates the searching and loading of a class to its parent (parent-first delegation) before it attempts to load the class itself.

    每个加载一个类加载器,尝试加载类本身时,将类搜索类加载委托加载器,父加载器优先(parent-first)委托。

    youdao

  • A class that implements the org.relaxng.datatype.DatatypeLibrary interface: This class is responsible for loading the right datatype class given the type's local name.

    实现or g. relaxng .datatype . DatatypeLibrary接口给定类型本地名之后该类负责加载适当数据类型类。

    youdao

  • A factory class that implements the org.relaxng.datatype.DatatypeLibraryFactory interface: This class is responsible for loading the right datatype library given the library's namespace URI.

    实现or g . relaxng .datatype . DatatypeLibraryFactory接口工厂给定类型名称空间uri后,该类负责加载适当的数据类型库。

    youdao

  • OSGi provides among other things the component model, a deployment mechanism for modules and a clean class loading system.

    OSGi提供了组件模型模块部署系统以及一个cleanclass加载系统。

    youdao

  • To access generics information without loading classes into the JVM, you need a way of reading the generics information stored inside the binary class representation.

    要想载入JVM情况下访问信息需要一种读取存储二进制表示内的泛型信息方法

    youdao

  • Note that class loading can be performed in a lazy manner and therefore some parts of the class loading process may be done on first use of the class rather than at load time.

    注意可以惰性方式执行装入所以类装入过程某些部分可能第一次使用类的时候才执行,不是装入时执行。

    youdao

  • Implicit class loading occurs when a class is loaded as result of a reference, instantiation, or inheritance (not via an explicit method call).

    隐式装入发生由于引用实例继承导致装入时候(不是通过方法调用)。

    youdao

  • Class loading in a JVM is controlled by class loaders.

    装入JVM装入控制的。

    youdao

  • The JVM records this signature information when loading a class and makes it available at run time using reflection.

    JVM装载记录这个签名信息运行通过反射使可用

    youdao

  • A generic technique to avoid class-loading delays during the time-sensitive parts of your application is to preload classes during application startup or initialization.

    种在应用程序时间敏感型部分避免加载延迟通用技术,在应用程序启动初始化期间预先加载类。

    youdao

  • You can build a model of this type by using reflection, after first loading the target program's class files into the JVM.

    可以利用反射第一目标程序文件装入 JVM 之后,创建这种类型模型

    youdao

  • Within the JVM, the loading process gives a very basic memory structure to the class object.

    JVM中,装入阶段对象提供了非常基本内存结构

    youdao

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

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

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