网站首页  词典首页

请输入您要查询的英文单词:

 

单词 class loader
释义

class loader

  • 网络类加载器;类装载器;类装入器
1.
类加载器
类加载器Class Loader)负责把类文件加载到Java虚拟机中(.class),在这个过程需要校验该类文件是否符合类文件规范 …
blog.csdn.net
2.
类装载器
当一个类装载器class loader)被请求装载类时,它首先按照顺序在上层装载器、父装载器以及自身的装载器的缓存里检查这 …
www.w3ccollege.org
3.
类装入器
类装入器class loader) Java 虚拟机(JVM)的一部分,负责查找和装入类文件。类装入器影响应用程序的打包和在应用程 …
www.webspherechina.net
4.
类别载入器
何谓类别载入器 (class loader)?JIT 编译器的运作原理为何?
tieba.baidu.com
5.
类别加载器
作者在本书中,花了两个章节,解释类别加载器(Class Loader)以及动态加载的功能,可以让读者更了解Reflection功能的来龙 …
www.amazon.cn
6.
类载入器
Tomcat 的类载入器Class Loader) 1 Tomcat 的类载入器(ClassLoader) 的类载入器( ) (a) ClassLoader 的结构 Tomcat …
wenku.baidu.com

例句

释义:
1.
It is often useful to know where class loaders look for classes and which class loader loads a particular class.
知道类别载入器在哪里寻找类别、特定的类别是由哪个类别载入器载入的,通常很有用。
www-128.ibm.com
2.
Unlike all other class loaders , the bootstrap class loader (also known as the primordial class loader) cannot be instantiated by Java code.
与其他类装入器不同,引导类装入器(也称作基本(primordial)类装入器)不能由Java代码实例化。
www.ibm.com
3.
When one of these methods is invoked, the class whose name is specified as an argument is loaded by the class loader.
当调用其中一个方法的时候,指定的类(以类名为参数)由类装入器装入。
www.ibm.com
4.
These methods let the framework set the class loader to be used for each application while running code from that application.
这些方法允许该框架设置类装入器,使得在运行每个应用程序中的代码时可以将类装入器用于该应用程序。
www-128.ibm.com
5.
Each version of the Web component classes can be configured to be loaded with a different WAR class loader.
可以设置使用不同的WAR类加载器来加载不同版本的Web组件类。
www.ibm.com
6.
Instead, it has a set of class loaders that are unrelated except that they have the same parent (usually the system class loader).
相反,它有一组类装入器,彼此互不相关,但是有共同的双亲(通常是系统类装入器)。
www.ibm.com
7.
The extension class loader (also known as the standard extensions class loader) is a child of the bootstrap class loader.
扩展(extension)类装入器(也称作标准扩展类装入器)是引导类装入器的一个孩子。
www.ibm.com
8.
A real implementation may need another custom class loader that would search through some classpath provided just for the compilation.
真正的实现可能需要其他自定义类加载器,该加载器将搜索为编译提供的某些类路径。
www.ibm.com
9.
Obviously, to fix the problem in this particular example, class B must be present on the classpath of a suitable class loader.
显然,要修复这个特殊示例中的问题,在对应的类装入器的类路径中,必须存在类B。
www.ibm.com
10.
This item is optional; if it's not included, the WrappingJDBCDriver uses its own class loader to locate the driver class.
该项为可选项;如果不包括此项,WrappingJDBCDriver会使用自己的类加载程序来定位驱动程序类。
www.ibm.com
1.
If the class loader tries to find a nonexistent resource, all the JAR files within the application or applet will have to be downloaded.
如果类装载器试图寻找一个不存在的资源,那么在应用程序或者applet中的所有JAR文件都会下载。
www-128.ibm.com
2.
Is not in the classpath of the system class loader or its parent or ancestor class loaders.
不在系统类别载入器或者它的双亲或祖先类别载入器的类别路径中。
www-128.ibm.com
3.
The Classloader summaries section provides details about each class loader in the system, including the type of the class loader.
Classloader汇总部分提供了系统中每个类别载入器的细节。
www-128.ibm.com
4.
By default, this class loader is the parent of any class loader created by the user.
默认情况下,这个类装入器是用户创建的任何类装入器的父类。
www.ibm.com
5.
There may be classes in a system that cannot be seen by a class loader.
在系统中,可能有许多类别载入器看不到的类别。
www-128.ibm.com
6.
From the lists of loaded classes, it is possible to find out which class loader loaded a particular class.
从载入的类别列表中,可以找出特定的类别是由哪个类别载入器载入的。
www-128.ibm.com
7.
Application Class Loader Leaks lists all of the application class loaders, indicating whether any of them are stopped and therefore leaking.
ApplicationClassLoaderLeaks列示所有应用程序类加载器,表明它们是否被停止,因此导致泄漏。
www.ibm.com
8.
The class loader plays an important role in linking a native call to its appropriate native definition.
在把本机调用链接到对应的本机定义时,类装入器扮演着重要角色。
www.ibm.com
9.
This, combined with the different class loader implementations in each application server, can potentially create problems when migrating.
这一点,再加上每个应用服务器中的不同类加载器实现,会为迁移带来潜在的问题。
www.ibm.com
10.
Occurs when the common language runtime class loader cannot resolve a reference to an internal module of an assembly through normal means.
当公共语言运行库类加载程序不能通过正常方法解析对程序集的内部模块的引用时发生。
msdn2.microsoft.com
1.
As an example of a class loader hierarchy in action, Figure 1 shows the class loader hierarchy defined by the Tomcat servlet engine.
作为类装入器层次结构的实际示例,图1显示了Tomcatservlet引擎定义的类装入器层次结构。
www-128.ibm.com
2.
If the parent returns null (or throws a ClassNotFoundException), then the class loader searches its own path for the source of the class.
如果父类返回null(或抛出ClassNotFoundException),那么类装入器会在自己的路径中寻找类的源。
www.ibm.com
3.
Keeping the dependency as such will load a second copy of Derby in a second class loader causing the SQL Exception.
像这样保持依赖性将把Derby的另一个副本装入另一个类载入器从而导致SQLException。
www.ibm.com
4.
Here, we use reflection because we have loaded the application using a class loader that is not the system class loader.
这里,我们使用反射的原因是因为我们已经使用非系统类加载器加载了应用程序。
www.ibm.com
5.
This confusion could be resolved in Figure 2 by moving the interface class I into the System class loader's space.
图2中通过将接口类I移至System类装入器的空间就可以解除这种混淆。
www.ibm.com
6.
The method now delegates to its parent class loader before attempting to find the class itself.
方法现在在试图自己找到类别之前,先委托给自己的双亲类别载入器。
www-128.ibm.com
7.
among other things , the collector examines the class loader data structures to determine which classes are.
在众多的事情当中,收集器检查类别载入器的资料结构,来判断哪个类别是。
www.ichacha.net
8.
Because all four conditions hold, this situation results in a class loader constraint violation.
因为四个条件全部成立,所以这种情况会导致类装入器约束违反。
www.ibm.com
9.
While deploying, class loading conflicts are resolved by using a different application class loader for each enterprise application module.
在部署阶段,类加载冲突通过对不同的企业应用程序模块使用不同的应用程序类加载器得以解决。
www.ibm.com
10.
Importantly, the SerializationClass class has a reference to its defining class loader, and so it cannot be completely dereferenced either.
重要的是,SerializationClass类有一个到其定义类装入器的引用,所以它也不可能完整地取消引用。
www.ibm.com
1.
When a native method is invoked, the class loader attempts to load the native library that defines that method.
当呼叫本机方法时,类别载入器会尝试载入定义了该方法的本机类别库。
www-128.ibm.com
2.
This implementation assumes that all classes required are on the classpath of this class loader.
这个实现假设所有需要的类都在这个类装入器的类路径中。
www.ibm.com
3.
In this stage, the class loader loads all the other classes referenced by a particular class.
在这个阶段,类别载入器载入类别所参考的其他所有类别。
www-128.ibm.com
4.
The parent of this class loader will be the class loader of the current thread context.
类加载器的父类加载器将是当前线程上下文的类加载器。
www.ibm.com
5.
If an application class loader leak exists and an application is restarted enough times, this can cause Java or native OutOfMemoryErrors.
如果存在应用程序类加载泄露且应用程序重启次数达到一定数量,就可能会导致Java或原生OutOfMemoryErrors。
www.ibm.com
6.
Which must be the version loaded by the bootstrap class loader.
而后者必须是引导类别载入器所载入的版本。
www-128.ibm.com
7.
Class loader is at the root of this graph.
类别载入器是这个图的根。
www-128.ibm.com
8.
To solve this problem, all the common Pluto files need to be loaded in the same class loader.
要解决此问题,需要把所有常用Pluto文件装入到同一个类装入程序中。
www.ibm.com
9.
This article, the final installment in this four-part series, examines class loader deadlocks and constraint violations.
本文是本系列中的四篇文章的最后一篇,它研究了类装入器死锁和约束违反。
www.ibm.com
10.
There's a bootstrap class loader built into the JVM that's responsible for loading the basic Java class library classes.
JVM中构建了一个引导程序类装入器,它负责装入基本的Java类库类。
www.ibm.com
1.
This means that it now finds java. lang. Object loaded by the bootstrap class loader.
这意味着它现在找到了通过引导类装入器装入的java.
www.ibm.com
2.
Because the classpath of cl1 is regarded as a directory, that class loader is able to find class Z in that location and is able to load it.
因为cl1的类路径被当作目录,所以这个类装入器能够找到在这个位置的类Z,并能够装入它。
www.ibm.com
3.
Is another common exception thrown by the class loader during the loading phase.
是类别载入器在载入阶段抛出的另一个常见异常。
www-128.ibm.com
4.
The class loader does a number of checks on the bytecodes of the class to ensure that it is well formed and well behaved .
类别载入器对于类别的字节码要做许多检测,以确保格式正确、行为正确。
www.bing.com
5.
Notice that there is no output for the bootstrap class loader.
请注意,引导类别载入器没有输出。
www-128.ibm.com
6.
For classes loaded by the bootstrap class loader, sun. boot. library. path is searched.
对于由bootstrap类装入器装入的类,搜索sun.
www.ibm.com
7.
The class loader considers the specified packing size but ignores any specified field offsets.
类加载器考虑指定的封装大小,但忽略任何指定的字段偏移量。
msdn2.microsoft.com
8.
Instance. It uses the system class loader to achieve this.
实例;它使用系统类装载程序来达到这个目的。
www-128.ibm.com
9.
The module-specific class loader for module 1 finds a reference to another module (the common objects library) and loads that module.
模块1的特定于模块的类加载器找到对另一个模块(公共对象库)的引用并加载那个模块。
www.ibm.com
10.
Similarly, Jini and RMI systems may use a separate class loader for the different code bases from which they download class files.
同样的,Jini和RMI系统也会使用不同的类加载器去加载不同来源的代码。
www.bing.com
1.
In Listing 6, the UnsatisfiedLinkErrorTest class is loaded by the system class loader.
在清单6中,UnsatisfiedLinkErrorTest类是由系统类装入器装入的。
www.ibm.com
2.
The class loader that loaded the class or interface represented by this object.
加载该对象表示的类或接口的类加载器。
blog.cnbie.com
3.
If either of the above rules are violated, then a ClassCastException is thrown by the class loader.
如果违反了以上任何一条规则,那么类装入器就会抛出ClassCastException。
www.ibm.com
4.
Class loader constraints ensure the consistency of the class space in the JVM.
类装入器约束保证了类空间在JVM中的一致性。
www.ibm.com
5.
Each constructed class is in some sense "owned" by the class loader that loaded it.
每个构造好的类在某种意义上是由装入它的类装入器所“拥有”。
www.ibm.com
6.
The class loader has a fairly tight security manager in place that restricts malicious calls.
类加载器有一个十分严格的安全管理器来限制恶意调用。
www.infoq.com
7.
Returns the Class object associated with the class or interface with the given string name, using the given class loader.
使用指定的类加载器返回指定字符串名称的类或接口的Class对象。
www.mscto.com
8.
The garbage collector interacts closely with the class loader.
垃圾收集器与类别载入器的互动很密切。
www-128.ibm.com
9.
But how can that work if the class loader looks for existing class files for each class it loads?
但是,如果类装入器为它所装入的每个类查找现有类文件,那么它会如何工作呢?
www.ibm.com
10.
If the class hasn't been loaded yet, the class loader will load it now and return the newly constructed class instance.
如果类未被装入,类装入器将现在装入并返回新创建的类实例。
www.ibm.com
1.
Similarly, the ClassLoader attributes inject the current class loader, and the ObjectName attributes inject the current name into the GBean.
类似地,ClassLoader属性注入当前类装入器,ObjectName属性把当前名称注入GBean。
www.ibm.com
2.
It also indicates which class loader loads a given class and where it loads it from.
它还可以指出指定类别是由哪个类别载入器载入的、从哪里载入的。
www-128.ibm.com
3.
Notice how I access the class from a custom class loader, which loads the compiled bytecodes upon request.
注意我是如何使用自定义的类加载器访问这个类的,该加载器按照请求加载编译后的字节码。
www.ibm.com
4.
This particular class loader has some special features.
这个特殊的类装入器有一些专门的特性。
www-128.ibm.com
5.
Another exception that can be thrown by the class loader is ClassCastException.
类装入器能够抛出的另一个异常是ClassCastException。
www.ibm.com
6.
In OGSi, each bundle has its own class loader.
在OSGi中,每个bundle都有其自己的类加载器。
www.infoq.com
7.
The class loader delegation model is the graph of class loaders that pass loading requests to each other.
类装入器委托模型是把装入请求相互传给对方的类装入器图。
www.ibm.com
8.
No matter what kind of class loader you re using, however, there are many problems that can occur in the class loading process.
但是,不论使用哪种类载入器,在类别载入过程中都可能发生许多问题。
www-128.ibm.com
9.
By first checking the cache of the class loader.
中处理,先检查类别载入器的缓存。
www-128.ibm.com
10.
The data files must be located in the mock Customer project so that they can be picked up from the class loader.
数据文件必须位于模拟Customer项目中,以便可以从类加载器中加载它们。
www.ibm.com
1.
Because the library is not available in either of these locations, the class loader throws the UnsatisfiedLinkageError.
因为在两个位置中都没有需要的库,所以类装入器抛出UnsatisfiedLinkageError。
www.ibm.com
2.
Each class has a reference to the class loader that defined it.
每个类都有一个对其类装载器的引用。
www.infoq.com
3.
When there is a hierarchy of class loaders, the root class loader, which is the bootstrap class loader, attempts to load the class first.
当类加载器存在一个层次结构时,根类加载器(即引导类加载器)将首先尝试加载类。
www.ibm.com
4.
Returns the class loader for the class.
返回该类的类加载器。
blog.cnbie.com
5.
This parent address corresponds to the native data structure of the parent class loader (called the shadow).
这个父类地址对应于父类类装入器的原始数据结构(叫作shadow)。
www.ibm.com
6.
mcl1 is a child of the system class loader, and mcl2 is a child of mcl1.
mcl1是系统类装入器的孩子,mcl2是mcl1的孩子。
www.ibm.com
7.
Any access to load resources, such as images, must use the getResource method with a class loader.
装入资源(如图像)的任何访问都必须使用有类装载器的getResource方法。
www.ibm.com
8.
This way the DB2 class loader will reload the JAR file with the new contents and use it at run time.
这样,DB2类装载器将在运行时重新装载具有新内容的JAR文件并且使用新内容。
www.ibm.com
9.
The class loader is dereferenced.
之后,对类别载入器的参考被取消。
www-128.ibm.com
10.
This will guarantee that the Grails versions of these classes are loaded and we will not have any nasty class-loader conflicts.
这将确保装载这些类的Grails版本,并且不会出现任何烦人的类装载程序冲突。
www.ibm.com
1.
In addition to more challenging problems, such as class loader constraint violations and deadlocks.
以及更有挑战性的问题,例如类别载入器约束违反和死结。
www-128.ibm.com
2.
For example, a class loader could first load a class explicitly and then load all of its referenced classes implicitly.
例如,类装入器可能先显式地装入一个类,然后再隐式地装入它引用的所有类。
www.ibm.com
3.
For example, the selected class loader in Figure 5 now shows that it is the class loader for the PlantsByWebSphere Web application.
例如,图5中选中的类加载器显示它是PlantsByWebSphereweb应用程序的类加载器。
www.ibm.com
4.
For example, suppose you have a class loader called MyClassLoader.
例如,假设您有一个名为MyClassLoader的类加载器。
www.ibm.com
5.
The summaries section also shows the parent class loader: The parent of the system class loader is
这个汇总部分还显示了父类别类别载入器:系统类别载入器的父类别是
www-128.ibm.com
6.
If the class cannot be located by the specified class loader
如果该类不能通过指定类加载器定位时抛出
blog.cnbie.com
7.
Graph showing JIT compilations, class loader information, and garbage collection
展示JIT编译、类加载器信息和垃圾收集的图形
www.ibm.com
8.
You must make the client classes of the EJB remote interfaces available to the Web application class loader. This can be done in two ways
您必须使EJB远程接口的客户端类对应用程序类加载器可用。
www.ibm.com
9.
Analysis and implementation of visualization Java class loader
可视化Java类装载器的分析与实现
www.ilib.cn
10.
Class Loader Definitions As indicated in the diagram above, Tomcat 6 creates the following class loaders as it is initialized:
如上面的图表显示,Tomcat6在它启动时产生如下的类装载器:
blog.sina.com.cn
1.
If it cannot, its child, the system class loader, tries to load it, and so on. (See Resources for more information on Java class loading. )
如果不行的话,再由系统类加载器尝试加载,等等(更多有关Java类加载的信息,请参阅参考资料)。
www.ibm.com
2.
The starting class loader is the defining class loader of the current class
启动的类别载入器是目前类别定义的类别载入器
www-128.ibm.com
3.
When the system class loader attempts to load class
当系统类别载入器试图载入类别
www.ichacha.net
4.
Is on the classpath of the system class loader, and
在系统类别载入器的类别路径中,而
www-128.ibm.com
5.
Class loader from which the class must be loaded
必须加载该类的类加载器
blog.cnbie.com
6.
According to the JVM specification, a class loader constraint is violated when the following four conditions hold
根据JVM规范,当满足以下四个条件时,就违反了类装入器约束
www.ibm.com
7.
Realization of undefined processing based on Java dynamic class loader
基于Java动态类装载实现不确定性处理
www.ilib.cn
8.
This is significant because the class loader assumes that any path that does not end with a
这个区别是显著的,因为类别载入器假设不以
www-128.ibm.com
9.
This exception occurs because the application is asking the class loader to load the same class twice, and
这个异常发生的原因是,应用程式要求类别载入器载入同一个类别两次,而
www-128.ibm.com
10.
Lists of classes loaded by each class loader
每个类别载入器载入的类别的列表
www-128.ibm.com
1.
Instead, you need to use a class loader to find the class information. Here's one way to do that
实际上,您需要使用一个类装入器来查找类信息。
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/10 23:54:18