MCL1 is a child of the system class loader, and MCL2 is a child of MCL1.
mcl1是系统类装入器的孩子,mcl2是mcl1的孩子。
In Listing 6, the UnsatisfiedLinkErrorTest class is loaded by the system class loader.
在清单6中,unsatisfiedlinkerrortest类是由系统类装入器装入的。
This is because B is not in the classpath of the system class loader or its parent or ancestor class loaders.
这是因为B不在系统类装入器或者它的双亲或祖先类装入器的类路径中。
This confusion could be resolved in Figure 2 by moving the interface class I into the System class loader's space.
图2中通过将接口类I移至System 类装入器的空间就可以解除这种混淆。
The following code will stub the system class Date to always return the same date, say Ground Hog Day, as in Listing 6.
下面的代码对系统类Date 进行stub 以便总是返回相同的日期,比如GroundHog Day,如清单 6 所示。
Here, we use reflection because we have loaded the application using a class loader that is not the system class loader.
这里,我们使用反射的原因是因为我们已经使用非系统类加载器加载了应用程序。
Instead, it has a set of class loaders that are unrelated except that they have the same parent (usually the system class loader).
相反,它有一组类装入器,彼此互不相关,但是有共同的双亲(通常是系统类装入器)。
The research of P2P overlay network is the important gist to confirm the system class as well as the basic part of P2P research.
P2P覆盖网络的研究是确定系统类型的重要依据,是P2P技术研究中基础的部分。
Also, you will not be able load multiple versions of these JAR files as the classes will all be in the system class loaders namespace.
同样,不能加载这些JAR文件的多个版本,因为类都位于系统类加载器名称空间中。
If these classes are available in the classpath, the parent of the URLClassLoader instance, which is the system class loader, will load them.
如果这些类在类路径中可用,URLClassLoader实例的父加载器(即系统类加载器)将加载它们。
The problem with this approach is that the LogManager instance uses the system class loader to instantiate classes from the configuration file.
这种方法的问题是LogManager实例使用了系统类的装载程序从配置文件中对类进行实例化。
For instance, classes in the system class loader class space should not refer to classes in the class space of a child or a descendant class loader.
例如,在系统类别载入器类别空间中的类别,不应当指向孩子或子孙类别载入器的类别空间中的类别。
In operating system class, array of disk of use high capacity, make through disk image technology each database file distributings automatically at every physics disk.
在操作系统级,使用大容量磁盘阵列,通过磁盘映像技术使每一个数据库文件自动分布于每个物理磁盘。
Class a is on the classpath of the system class loader, and a's superclass, B, is on the classpath of a user-defined class loader, which is a child of the system class loader.
类a在系统类装入器的类路径中,而A的超类b,在用户自定义的类装入器的类路径中,这个类装入器是系统类装入器的孩子。
To avoid this problem, any classes that are to be serialized should be loaded by a class loader that does not need to be garbage collected — by the system class loader, for example.
为了避免这个问题,凡是要进行序列化的类,都应当由不需要被垃圾收集的类装入器装入——例如由系统类装入器装入。
The system class loader (also known as the application class loader) is the class loader responsible for loading code from the path specified by the CLASSPATH environment variable.
系统(system)类装入器(也称作应用程序类装入器)负责从CLASSPATH环境变量指定的路径装入代码。
What's more, grades are not only an educational device but are also part of a screening system to help assign kids to their next class or program.
更重要的是,分数不仅是一种教育手段,也是一个筛选系统的一部分,帮助我们把孩子分配到他们的下一个班级或课程。
She told BuzzFeed News that her freshman chemistry class required her to use Connect, a system provided by McGraw Hill where students can submit homework, take exams and track their grades.
她告诉BuzzFeed新闻,她的大一化学课要求她使用麦格劳·希尔公司提供的Connect系统,学生可以在该系统中提交作业、参加考试并跟踪他们的成绩。
In fact, usually the system blocks anyone trying to sign up for a class they shouldn't be taking, who hasn't taken the courses you are required to do first as prerequisites.
事实上,这个系统通常会阻止任何想要注册他们不应该选的课程的人,也就是那些没有选必选先修课程的学生。
Served by a large class of Confucian literati selected through civil service examinations, the government system of Tang Dynasty was gradually perfected under the support of Confucian bureaucracy.
唐朝通过科举制度在全国选出优秀的儒家文人为政府效力,而唐朝的政府体系在儒学官僚的支持下也日臻完善。
Served by a large class of Confucian literati selected through civil service examinations, the government system of Tang Dynasty was gradually perfected under the support of Confucian bureaucratic.
唐朝通过科举制度在全国选出大批儒生为政府效力,而唐朝的政府体系在儒学官僚的支持下也日臻完善。
In an object-oriented system, a class is a collection of data and methods that operate on that data.
作为一个面向对象系统,类是以数据和对数据进行操作的方法的集合。
Since there is an association between storage system and storage class, objects will move along the designated storage system according to the rule set in migration policy.
由于存储系统和存储类之间存在关联,因此对象将根据移植策略中设置的规则移动到指定存储系统中。
A responsibility of a class describes the services that this class will provide in our system, and that no other class will provide.
类的职责描述了这个类在系统中所提供的服务,而且其它类不会重复提供这些服务。
As we move from the sequence diagram to the class diagram, our system analysis becomes more refined.
当我们从序列图转到类图时,我们的系统分析就更精细了。
The easiest way to resolve this problem is to ensure that there is only one copy of a class in the system — that is, that the class only appears in the classpath of one loader.
解决这个问题的最简单方法是确保在系统中只有类的一个副本——也就是说,类只出现在一个类装入器的类路径中。
A storage group associates a storage system to a storage class.
存储组将一个存储系统关联到存储类。
Figure 3 shows a class diagram for the Retailer System.
图3显示的是零售商系统的类图。
Though he denies republicanism, he has confessed to "ambivalence" about the royal family, seeing it as the apex of a fossilised class system.
虽然他不认同共和主义,但关于王室,他表现出一种矛盾的心理,把它当作陈腐的等级制度的顶峰。
Though he denies republicanism, he has confessed to "ambivalence" about the royal family, seeing it as the apex of a fossilised class system.
虽然他不认同共和主义,但关于王室,他表现出一种矛盾的心理,把它当作陈腐的等级制度的顶峰。
应用推荐