load class的意思|示意
加载类
load class的网络常见释义
负荷等级 ...家游泳中心供配电系统的研究-智能建筑电气技术 关键词: 负荷等级 应急电源 供配电系统 主结线 [gap=365]Keywords: load class, emergency power, power supply & distribution system, main configuration connec..
load class相关短语
1、 access over load class 接入过荷等级
2、 ALPC Access Over load Class 接入过荷等级
3、 AOLC Aceess Over Load Class 接入过荷等级
load class相关例句
Listing 4 provides enough information for Jenabean to save and load instances of the Person class reliably.
清单4为Jenabean提供足够的信息来可靠地保存和装载person类实例。
Which ActiveRecord class creates the most load on the database?
哪个ActiveRecord类对数据库造成了最多负载?
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装载的第一个类总是从磁盘装载并存储,无论它是否在缓存中存在。
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.
因为父类类装入器总是先得到装入类的机会,所以类装入器装入的类最靠近根。
If the class is already loaded, then a reference is simply returned; otherwise, the loader goes through the delegation model to load the class.
如果类已经装入,那么只是返回一个引用;否则,装入器会通过委托模型装入类。
Every class loader has a parent class loader, which delegates the searching and loading of a class to its parent (parent-first delegation) before it attempts to load the class itself.
每个类加载器有一个父类加载器,在尝试加载类本身时,先将类搜索和类加载委托给它的父加载器,即父加载器优先(parent-first)委托。