网页
图片
视频
学术
词典
地图
更多
航班
笔记本
classloaders
网络
类加载器
网络释义
1.
类加载器
大部分典型的不使用自定义
类加载器
(
classloaders
)的 Java 应用程序不必为此担心。具有二进制兼容性的应用程序二进制接 …
linux.chinaitlab.com
|
基于9个网页
例句
释义:
全部
全部
,
类加载器
类加载器
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
You
analyse
further
by
selecting
one
of
the
classloaders
in the
report
to
open
a
new
classloader
-
specific
component
report
.
您
可以
选择
报告
中
的
类
加载
器
进行
深入
的
分析
,
以便
打开
一个
新
的
类
加载
器
特有
的
组件
报告
。
www.ibm.com
2.
Even
when a
classloader
is eligible
for
collection
,
the
runtime
only
collects
classloaders
as
part
of a GC
cycle
.
即使
类
加载
器
可
用于
收集
,
但
运行时
只
将
类
加载
器
作为
GC
周期
的
一部分
进行
收集
。
www.ibm.com
3.
Classes
and
classloaders
can
still
be
garbage
collected
in just
as
they are in
the
non-shared
case
.
仍然
按照
非
共享
情况下
的
方式
对
类
和
类
装载
器
进行
垃圾
收集
。
www.ibm.com
4.
Doing
lots
of
reflection
can
cause
many
accessor
classes
and
classloaders
to
be
created
.
执行
大量
反射
会
造成
创建
许多
访问
程序
类
和
类
加载
器
。
www.ibm.com
5.
Classloaders
are
important
from
the
perspective
of
sharing
or
isolation
between
various
classes
loaded inside the
application
server
JVM
.
从
共享
或
隔离
应用
服务器
JVM
中
加载
的
各种
类
的
角度而言
,
类
加载
器
非常
重要
。
www.ibm.com
6.
In
this
article
we
will
take
a
look
at
how
servers
and
frameworks
use
dynamic
classloaders
to
speed
up
the
development
cycle
.
在
本文
中
,
我们
将
看
一
看
服务器
和
框架
是
如何
使用
动态
的
类
加载
器
来
为
开发
周期
提速
的
。
article.yeeyan.org
7.
Otherwise
,
the
classloaders
may
not
load
the
appropriate
version
either
for
the
runtime
or
for the
application
.
否则
,
类
加载
器
可能
无法
为
运行
时或
应用程序
加载
适当
的
版本
。
www.ibm.com
8.
Often
it
is
not
possible
to
remove
all
references
to
instances
,
classes
or
classloaders
completely
from
the JVM
.
但是
通常
情况
下
,
从
JVM
中
彻底
删除
对
所有
实例
、
类
或
classlodar
的
引用
是
不可能
的
。
www.infoq.com
9.
Hotswap is
also
ignorant
of
classloaders
,
it
identifies
classes
only
by
their
name
and
works
only
for
existing
classes
.
Hotswap
对
classloader
也是
一无所知
,
它
只是
通过
类
名
来
识别
类
,
并且
只能
处理
已存在
的
类
。
www.infoq.com
10.
There
are
many
circumstances
where
multiple
application
classloaders
are
used
by
Java
programs
.
在
许多
环境
中
,
Java
程序
会
使用
多个
应用程序
类
装
入
器
。
www.ibm.com
1
2