
loader
词源
源自中古英语 'loden'(装载)+ 后缀 '-er'(表示执行动作的人或物),最早记录于15世纪,指装载货物的人。机械含义始于19世纪工业革命时期,计算机术语出现于20世纪50年代。
noun
❶ 装载机或装货设备,指用于搬运、装载货物的机械装置,常见于建筑工地或物流运输场景。
“The construction worker operated the loader to move the gravel.”
(建筑工人操作装载机来搬运砂石。)
“We need a front-end loader to clear the debris after the storm.”
(暴风雨后我们需要一台前置装载机来清理残骸。)
❶ 计算机术语中指将程序代码从存储设备加载到内存中的系统组件或软件工具。
“The operating system's loader prepares executable files for running.”
(操作系统的加载器为可执行文件的运行做准备。)
“Python uses an import loader to bring modules into memory.”
(Python使用导入加载器将模块载入内存。)
常见短语
wheel loader — 轮式装载机,指装有轮胎的工程机械,用于土方作业和物料搬运。
“The wheel loader is digging trenches for the new pipeline.”
(轮式装载机正在为新管道挖掘沟渠。)
class loader — Java虚拟机中的类加载器,负责将编译后的.class文件加载到JVM中运行。
“The Java class loader hierarchy includes bootstrap, extension and system loaders.”
(Java类加载器层次结构包括引导类、扩展类和系统类加载器。)