单词 | classloader | ||||||||
释义 | classloader
更多释义 收起释义 例句释义: 类加载器,类装载器,类载入器 1. Further, depending on the classloader structure, an attacker may be able to invoke servlets outside of your Web application. 更进一步地,根据类加载器的结构,攻击者可能在您的Web应用程序外部调用Servlet。 www.ibm.com 2. The Java heap contains no references to any of the java. lang. Class objects that represent classes loaded by that classloader. Java堆未包含到表示该类加载器加载的类的任何java.lang.Class对象的引用。 www.ibm.com 3. A set of Java class instances that reference one another must all be defined under the scope of a ClassLoader. 一组相互引用的Java类实例必须在ClassLoader作用域下定义。 www.ibm.com 4. Attribute. This lets you establish a classloader hierarchy, enabling you to share code between separately deployed modules. 这样可以建立一个类加载器层次结构,使您能够在部署的不同模块之间共享代码。 www-128.ibm.com 5. You analyse further by selecting one of the classloaders in the report to open a new classloader-specific component report. 您可以选择报告中的类加载器进行深入的分析,以便打开一个新的类加载器特有的组件报告。 www.ibm.com 6. Object in your normal Java classes lets you dynamically execute Groovy scripts just as the classloader does. 对象嵌入普通Java类,可以像类加载器所做的那样动态执行Groovy脚本。 www-128.ibm.com 7. 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 8. Conversely, when the Multiple server classloader policy is in effect, a separate classloader is used for each application. 相反,当“多个”服务器类加载器策略在起作用时,将对每个应用程序使用一个单独的类加载器。 www.ibm.com 9. Once the class is in this classloader, all resources are able to access it. 只要类在这个类库加载器中,所有的资源就都可以访问它。 www.ibm.com 10. All the other classes used by the Run class are core Java classes, which are loaded by delegation through the parent classloader. Run使用的其他所有类都是核心Java类,它们是通过父classloader使用委托来加载的。 www.ibm.com 1. Even when a classloader is eligible for collection, the runtime only collects classloaders as part of a GC cycle. 即使类加载器可用于收集,但运行时只将类加载器作为GC周期的一部分进行收集。 www.ibm.com 2. The deployment options available are dependent upon the classloader mode of the application server. 部署选项可用依赖于应用服务器的类装载器(classloader)模式。 www.ibm.com 3. Use a custom SecurityManager or ClassLoader that prevents loading of anonymous classes or other classes not under your direct control. 使用定制的SecurityManager或ClassLoader阻止加载匿名类或其他无法直接控制的类。 www.ibm.com 4. With these support classes, I can now define the CharSequenceCompiler. It's constructed with a runtime ClassLoader and compiler options. 通过这些支持类,现在可以定义CharSequenceCompiler,可使用运行时ClassLoader和编译器选项构建。 www.ibm.com 5. This enables the XML files to be loaded as resources by the test class classloader. 这使得要下载的XML文件可以作为测试类类加载器的资源。 www.ibm.com 6. The top of the stack generally isn't interesting, since that's tracing the classloader code itself. 栈顶通常不值得关注,因为那追踪的是类加载器代码本身。 www.ibm.com 7. It is the responsibility of a plug-in's classloader to resolve references to classes within its libraries. 插件的类加载器(classloader)负责在它的库中解析对类的引用。 www.ibm.com 8. One method to correct classloader issues is to add hidden-classes parameters to the deployment plan after the parameter. 纠正类加载器问题的一种方法是向部署计划中的参数后面添加hidden-classes参数。 www.ibm.com 9. If you use the suffix in a single-server environment, the result is one file with the timestamp and classloader ID suffix. 如果在单服务环境中使用后缀,结果将是带有时间戳和类加载器ID后缀的文件。 www.ibm.com 10. In the output, each classloader is assigned a unique ID, but the bootstrap loader is always 0. 在输出中,每个类装载器被赋予一个惟一的ID,引导装载器的ID总是0。 www.ibm.com 1. These operations include associating the application classloader with the thread. 这些操作包括把应用程序的类加载器和线程关联起来。 www.ibm.com 2. Select classloader from the additional properties section, and select the classloader displayed here. 从附加属性部分选择classloader,然后选择此处显示的类加载程序。 www.ibm.com 3. You might also encounter problems with some particular types of classloader used by embedded application and Web servers. 对于嵌入式应用程序和Web服务器使用的特定类型的类装入器,您还可能遇到问题。 www.ibm.com 4. In order to keep this method as context-free as possible, we grab the file as an InputStream out of the ClassLoader that loaded the class. 为了让此方法尽量与上下文无关,我们从加载类的ClassLoader中抓取文件作为InputStream。 www.ibm.com 5. I used this technique of substituting a custom classloader to modify classes at run time in an earlier article (see Resources). 在上一篇文章中,我使用这种代入自定义类加载器的技术来在运行时修改类(参阅参考资料)。 www.ibm.com 6. From that dialog, select Libraries to display the dialog for adding and removing Shared Libraries to the classloader. 在那个对话框中,选择Libraries显示用于向类库加载器中添加和移除共享类库的对话框。 www.ibm.com 7. The Java heap contains no references to the java. lang. ClassLoader object that represents that classloader. Java堆未包含到表示该类加载器的java.lang.ClassLoader对象的引用。 www.ibm.com 8. Another method to correct classloader issues is to add the inverse-classloading parameter to the deployment plan after the parameter. 另一种纠正类加载器问题的方法是将inverse-classloading参数添加到部署计划中的参数后面。 www.ibm.com 9. In general, you can set up your VM or application server with a weaving agent or use a weaving ClassLoader in your application. 通常,可以用织入代理设置VM或应用服务器,或在应用程序中使用织入ClassLoader。 www-128.ibm.com 10. If next to no instances of classes are defined by a classloader, then it is likely that the classloader is idle. 如果类加载器几乎没有定义任何的类实例,那么这个类加载器很可能是空闲的。 www.ibm.com 1. In this case, when you deploy the WAR or at runtime, classloader errors may occur. 在此情况下,当您部署WAR时或在运行时,类加载器错误可能就会出现。 www.ibm.com 2. Figure 29 shows the section in the WebSphere Portal configuration that can be used to set this classloader configuraton. 图29展示了用于设置此类加载器配置的WebSpherePortal配置中的章节。 www.ibm.com 3. You ll discover the classloader hierarchy in Geronimo and how it intimately relates to configurations. 您将了解Geronimo中的类加载器层次结构,以及它与配置的密切关系。 www-128.ibm.com 4. I decided that I would have to create a custom classloader to do the heavy lifting. 我决定应当创建定制类装入器来承担这个重任。 www.ibm.com 5. By inspection, you can see if multiple copies of a classloader exist. 通过检查,您可以确定类加载器是否有多个副本。 www.ibm.com 6. A configuration is a logically grouped collection of one or more GBeans and a classloader. 配置是一个或多个GBean与一个类加载器的逻辑分组集合。 www.ibm.com 7. Checks to see if a parent classloader can load it. 检查上级类装入器能否装入类。 www.ibm.com 8. So classloader leaks are introduced that lead to increased memory consumption after continuous redeploys. 于是类加载器泄漏(classloaderleaks)就会被引入,导致在连续重部署后内存消耗增加。 www.infoq.com 9. ClassLoader is a component of Java-based systems that finds and loads Java classes at run time. ClassLoader是基于Java的系统(在运行时发现并加载Java类的系统)中的一个组件。 www.ibm.com 10. Therefore, any classloader that extends java. net. URLClassLoader gets class sharing support for free. 因此,任何扩展java.net.URLClassLoader的类装载器都会自动地获得类共享支持。 www.ibm.com 1. You control the classloader for parent-child child-parent delegation. 您控制了父-子、子-父委托的类加载器。 www.ibm.com 2. 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 3. Listing 19 shows a geronimo-web. xml example for an Axis classloader problem. 清单19显示了针对某个Axis类加载器问题的geronimo-web.xml示例。 www.ibm.com 4. The IBM implementation from Java 5 onward allocates slabs of native memory for each classloader to store class data in. Java5之后的IBM实现为各类加载器分配本机内存slab,用于存储类数据。 www.ibm.com 5. If you go this route, each individual situation will probably require a customized wrapping classloader. 如果您采用这种方法,那么每种个别情况可能都需要一个定制的包装类装入器。 www.ibm.com 6. Every classloader must delegate up the hierarchy to the bootstrap loader to find a class. 在寻找类时,每个类装载器必须沿着层次结构向上委托请求,直到到达引导装载器。 www.ibm.com 7. Hotswap is also ignorant of classloaders, it identifies classes only by their name and works only for existing classes. Hotswap对classloader也是一无所知,它只是通过类名来识别类,并且只能处理已存在的类。 www.infoq.com 8. Because the URLs returned by the default implementation of ClassLoader are null, which broke the callers code. 因为ClassLoader的默认实现返回的URL是null,这个结果破坏了调用程序的代码。 www.ibm.com 9. Defines a new package by name in this ClassLoader. 在此类加载器中用名称定义新的包。 matrixofmx.blog.hexun.com 10. The key point here is that class loading is controlled by Eclipse and each plug-in has its own classloader. 在此关键的一点是类装载由Eclipse控制,并且每个插件拥有自己的类装载器。 www.ibm.com 1. Create a new Classloader by clicking New and adding the newly created shared library iwwcm_20. 通过单击New并添加新创建的共享库iwwcm_20,来创建新的Classloader。 www.ibm.com 2. In Version 2, JSPs are loaded by the Web Container's JSP classloader and cannot access plug-in specific classes, such as a ViewBean. 在Version2中,JSP由Web容器的JSP类装载器装载,并且不能访问特定于插件的类,例如ViewBean。 www.ibm.com 3. This approach uses a custom ClassLoader and may not work in all servlet containers. 这种方法使用了定制ClassLoader且有可能不适用于某些servlet容器。 www.ibm.com 4. Once the Shared Library is configured, you will need to configure a classloader for each application server that is running the WSGW. 一旦共享类库配置完毕,需要为每台运行WSGW的应用服务器配置一个类库加载器。 www.ibm.com 5. The JSP engine's classloader knows how to load JSP classes when they are all in the same package. JSP引擎的类加载器知道当所有的JSP类都在同一个包中时该如何加载它们。 www.ibm.com 6. As we discussed in Part 1, classloaders use a tree-structured hierarchy. 正如我们在第1部分中讨论的,classloader使用一个树状层次结构。 www.ibm.com 7. For example Community Edition has a parent-child classloader hierarchy, whereas JBoss uses a unified classloader approach. 例如,CommunityEdition具有一个父-子类加载器结构,而JBoss使用一种统一的类加载器方法。 www.ibm.com 8. Updating the code from last month to use the custom classloader approach is easy. 更新上个月的代码以使用自定义类加载器方法是很容易的。 www.ibm.com 9. Grouping the GBeans into a configuration with the classloader associated with them 用关联的类加载器将这些GBean分组到配置中 www.ibm.com 10. The ability to include only classes loaded by a particular classloader 只包含由特定类装入器装入的类的能力 www-128.ibm.com 1. StartDerbyTask. java : Starts the embedded database engine by using the ClassLoader to load it's JDBC Driver into memory. java:通过使用ClassLoader启动嵌入式数据库引擎,将它的JDBCDriver装入内存中。 www.ibm.com 2. Now assign the shared library to the portal classloader 现在将共享库分配到门户类加载程序 www.ibm.com 3. A reference to class ClassLoader 指向类载入器的引用 211.147.225.32 |
||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。