月亮词典
首页
查询
classloading
类加载:在Java程序运行时
常用释义
词性释义
n.
类加载:在Java程序运行时,将类文件(.class文件)加载到Java虚拟机(JVM)中的过程。类加载器(ClassLoader)负责将类文件加载到内存中,以便JVM可以使用这些类。
例句
全部
Even the list of
classes
being
processed
is
nearly
the
same
,
despite the
different
technique
used
for
intercepting
the
classloading
.
被处理的类列表几乎是相同的,只是用于截取类加载的技术不同。
Some
folks
have
used
this
classloading
hook
to
create
a
Java
class
cache
that
improves
startup
by
avoiding
going
to the
disk
so
frequently
.
有人已经利用这种类装载钩子来创建Java类缓存,从而避免频繁访问磁盘并提高启动速度。
Another
method
to
correct
classloader
issues
is
to
add
the inverse-
classloading
parameter
to the
deployment
plan
after
the
parameter
.
另一种纠正类加载器问题的方法是将inverse-classloading参数添加到部署计划中的参数后面。
OSGi
provides
a
simple
means
to
hook
classloading
in
a
global
fashion
.
OSGi提供了一种简单的手段以全局方式钩取类的装载。
As
I
discussed
in
Part
1
"
Classes and
classloading
,
"
many classes
are
loaded
before
your
main
class
even
begins
to
execute
.
正如我在第1部分“类和类装入”中所讨论的,许多类甚至在主类还没有开始执行之前就已经加载了。
It
's
part
of the
parent
-
child
,
child
-
parent
classloading
dichotomy of J2EE
apps
.
这是J2EE应用程序的父-子、子-父类加载二分法的一部分。
New
options
for
controlling
the
classloading
of
JSP
classes
.
控制JSP类的类加载的新选项。