读知识>英语词典>loader翻译和用法

loader

英 [ˈləʊdə(r)]

美 [ˈloʊdər]

n.  装货的人,装货设备,装弹机; 装板机

复数:loaders 

计算机

BNC.33090 / COCA.18318

英英释义

noun

双语例句

  • Most simply, a boot loader loads the operating system.
    最简单地讲,引导加载程序(bootloader)会引导操作系统。
  • It also shows class loader information& again, this is simple because the application is so simple.
    它还展示了类加载器信息&再说一遍,这很简单,因为应用程序太简单了。
  • When a boot device is found, the first-stage boot loader is loaded into RAM and executed.
    当找到一个引导设备之后,第一阶段的引导加载程序就被装入RAM并执行。
  • Then, the boot loader decompresses and loads the kernel.
    然后,引导加载程序将解压缩并载入内核。
  • The Java class loader is responsible for locating and loading classes.
    Java类加载器负责定位和加载类。
  • You can interact with the boot loader to select which of several possible configurations to boot.
    可以与启动加载程序交互,选择引导哪个配置。
  • Secondary boot loaders are where the first stage of the boot loader is installed onto a bootable partition.
    二级引导加载程序是安装在可引导分区的第一阶段引导加载程序。
  • This contains the more disk-intensive parts of the loader, such as user interfaces and kernel loaders.
    它包含有加载程序更需要磁盘空间的部分,比如用户界面和内核引导程序。
  • The loader is a Ruby extension which decodes the protected script and runs it.
    加载器实际上是一个Ruby扩展,用来解码和运行被保护的脚本。
  • Both threads will wait indefinitely for the lock on the other class loader, and so they become deadlocked.
    两个线程都会无限期地等候另一个类装入器上的锁,所以它们就变成了死锁的。