"overloading" in Chinese (Simplified)
超载
Definition
把太多的重量、压力或责任加在某物或某人身上,导致无法正常工作。在技术领域,也指同时给予某物太多任务或请求,比如在计算机或工程中。
Usage Notes (Chinese (Simplified))
常用在技术、工程或日常场景,如车辆、服务器或大脑的"加载过多"。编程中“运算符重载”也是常见用法。在正式或专业语境下较常见。
Examples
Overloading the truck can be dangerous.
卡车**超载**可能很危险。
The system crashed because of overloading.
系统因**超载**而崩溃。
Avoid overloading the electrical circuit.
避免**超载**电路。
He kept adding tasks, not realizing he was overloading himself.
他不断加任务,没意识到自己在**超载**自己。
Server overloading during sales can crash the website.
销售期间服务器**超载**可能导致网站崩溃。
In programming, overloading lets you use the same function name for different purposes.
在编程中,**重载**允许你用同一个函数名实现不同功能。