• We use dynamic class loading to load user libraries.

    我们使用动态加载加载用户

    youdao

  • A class loader first determines if it has been asked to load this same class in the past.

    装入首先判断要求装入的类是否过去装入的类相同

    youdao

  • Terracotta for Spring USES aspect-oriented technologies to adapt the application at class load time.

    Terracotta forSpring使用aspect - oriented技术载入适配应用

    youdao

  • For example, a class load from another location may not be trusted for access to the local filesystem.

    例如另一个位置加载的类访问本地文件系统时,我们可能不信任它。

    youdao

  • The initial set of class loads (279, in this case) are all triggered by the attempt to load the Demo class.

    最初的一装入(是279个)是在尝试装入demo时触发

    youdao

  • When a native method is invoked, the class loader attempts to load the native library that defines that method.

    调用本机方法装入器会尝试装入定义了方法的本机库

    youdao

  • I got to spend my second term at Yale as a proper law student with the heaviest class load of my stay there.

    耶鲁大学第二个学期作为正式法学专业的学生参加了学习,这个学期是我在那里学习负担最重的一段时间

    youdao

  • Essentially, this means that a NoClassDefFoundError is thrown as a result of a unsuccessful implicit class load.

    实际上意味着NoClassDefFoundError抛出成功隐式装入的结果

    youdao

  • Lighten your load: It may be too late to do so, but your last semester should have the lightest class load.

    减轻负担可能这个时候做这件事已经有点晚了,但是大学里的最后一个学期通常都不会重的课业负担。

    youdao

  • For example, a class loader could first load a class explicitly and then load all of its referenced classes implicitly.

    例如装入可能显式地装入一个类,然后再隐式地装入引用所有

    youdao

  • If the class hasn't been loaded yet, the class loader will load it now and return the newly constructed class instance.

    如果装入,类装入现在装入返回创建的类实例

    youdao

  • When there is a hierarchy of class loaders, the root class loader, which is the bootstrap class loader, attempts to load the class first.

    加载存在一个层次结构时,加载器(即引导类加载器)将首先尝试加载类。

    youdao

  • Transformer control over the class load order would improve the generality of dynamic transformation but would not solve the problem.

    变压器控制班级负荷秩序改善一般性动态转化不会解决这个问题

    youdao

  • If these classes are available in the classpath, the parent of the URLClassLoader instance, which is the system class loader, will load them.

    如果这些类路径中可用URLClassLoader实例加载器(即系统加载器)加载它们

    youdao

  • Because the parent class loader is always given the opportunity to load a class first, the class is loaded by the class loader nearest the root.

    因为装入总是得到装入机会,所以类装入器装入的类最靠近

    youdao

  • The JVM detects filesystem updates by storing timestamp values into the cache and comparing the cached values with actual values on each class load.

    J VM探测文件系统更新的方法是,将时间戳存储缓存装载每个比较缓存的值实际值。

    youdao

  • For example, the first class load from each JAR on the application classpath is always loaded from disk and stored, regardless of whether it exists in the cache or not.

    例如应用程序类路径中的每个JAR装载第一总是磁盘装载存储无论是否缓存中存在

    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

  • 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

  • This tells the class loader that will load our Grails app, to ignore any classes from these packages available to the parent class loader (i.e., the container's class loader).

    告诉装载Grails应用程序装载程序忽略这些包中用于类装载程序(容器类装载程序)的所有

    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

  • Through the MATLAB simulation, it is proved that this control algorithm can realize tracking to the assigned speed and enable the fluid class load to have very good stable performance.

    通过MATLAB仿真看出,使用控制算法可以地实现跟踪给定速度使流体负载很好的稳定性能。

    youdao

  • A modified class loader USES template files that look almost exactly like ordinary class files except for "holes" in the constant pool that are filled in at load time for each instantiation class.

    修改装入使用看上去几乎普通文件完全一样的模板文件,不同这个模板文件常量有一些“”,在装入每个实例化填充这些“洞”。

    youdao

  • In other words, when two class loaders load different classes (that is, different bytecodes) with the same name, class loader constraints guarantee that there will be no type mismatch between them.

    话说,两个装入器用相同名称装入不同时(也就是不同的字节码),类装入约束保证了它们之间不会类型不匹配

    youdao

  • Finally, you'll see that all the previous listings explicitly load the class definition files, before parsing the XML definitions and data.

    最后看到,在解析xml定义数据之前上文中的所有清单可以显式地加载定义文件

    youdao

  • It will cause problems when you load the wrong class or the wrong version of a class.

    这样做一旦加载错误错误版本的类,就会问题

    youdao

  • For example, one JVM instance might load a class from a particular location from disk, and a subsequent instance might load that class from a different location or even over the network.

    例如JVM实例可能磁盘的某个特定位置加载后面一个实例可能从不同的位置甚至网络加载该类

    youdao

  • By doing this, you obtain a dynamic interpretation of the name of the class to load.

    这样可以实现加载动态解释

    youdao

  • 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

  • By reading the content of this XML file, the application object learns about the name of the assembly to load and the class to pick up in it.

    通过阅读XML文件内容应用程序对象知道了相应程序集名称其中要找

    youdao

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

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

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