群发词典
首页
查询
classloading
类加载:在Java程序运行时
常用释义
n.
类加载:在Java程序运行时,将类文件(.class文件)加载到Java虚拟机(JVM)中的过程。类加载器(ClassLoader)负责将类文件加载到内存中,以便JVM可以使用这些类。
扩展信息
网络释义
类引导
...发中我程序员需要花更多的时间来跟踪底层的问题,比如
类引导
(
classloading
)问题而不是解决实际的业务逻辑问题;还有令很 …
类装载
这些工具包括日志管理,
类装载
(
classloading
),线程管理和安全。它的后续版本将有条件的支持额外工具,例如:中央服务 …
类加载
...论RMI实现的几个内部因素,比如线程、序列化和动态
类加载
(
classloading
),从而可以使得在使用RMI的时候,对它内部 …
例句
全部
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
类
的
类
加载
的
新
选项
。
更新时间:2025-05-15 12:09