first class load的意思|示意
一级负载
first class load的网络常见释义
一级负荷 ...个问题的探讨-智能建筑电气技术 关键词: 一级负荷 自备发电机 应急电源 自动切换 母线 [gap=303]Keywords first class load, self-supply generator, EPS, switching automatically, bus ...
first class load相关短语
1、 first-class load 一类负荷
first class load相关例句
A class loader first determines if it has been asked to load this same class in the past.
类装入器首先判断要求它装入的类是否与过去装入的类相同。
For example, the first class load from each JAR on the application classpath is always loaded from disk and stored, regardless of whether it exists in the cache or not.
例如,从应用程序类路径中的每个JAR装载的第一个类总是从磁盘装载并存储,无论它是否在缓存中存在。
The First time value is the time taken for constructing the first reflection replacement class, which includes the time to load and initialize the classes in the framework code.
第一个时间值是构建第一个反射替代类所花费的时间,这个时间包括装载和初始化框架代码中的类的时间。
When there is a hierarchy of class loaders, the root class loader, which is the bootstrap class loader, attempts to load the class first.
当类加载器存在一个层次结构时,根类加载器(即引导类加载器)将首先尝试加载类。
Note that class loading can be performed in a lazy manner and therefore some parts of the class loading process may be done on first use of the class rather than at load time.
请注意可以用惰性方式执行类装入,所以类装入过程的某些部分可能在第一次使用类的时候才执行,而不是在装入时执行。
Because the parent class loader is always given the opportunity to load a class first, the class is loaded by the class loader nearest the root.
因为父类类装入器总是先得到装入类的机会,所以类装入器装入的类最靠近根。