英语

overflow

gb/ˈoʊvɚfloʊ/ us/ˈoʊvɚfloʊ/
B1 英语
~ 8600
义项
0 个义项
动词 B1 event
1

Flow over an edge from fullness

To have so much liquid or other material in a place that it goes over the side and out.

用法模式: to overflow (from [container]) (into [place])
常见错误:
Learners sometimes say *"the water passed the limit"* instead of *"the water overflowed"*. Also, they may confuse *overflow* with *overfill*: *overfill* is the action of putting in too much; *overflow* is what happens when it actually runs out.
近义词
spill over (Often used more generally for something going past a limit; can sound slightly less strong than a full overflow.)
反义词
drain (Describes liquid flowing away out of a container, the opposite of building up and flowing over.)
搭配
bath overflow |sink overflow |toilet overflow |river overflow its banks |cause an overflow |overflow into the street
主题
daily life |home |nature |daily_life
例句
  • The bath overflowed and water ran all over the floor.
  • Heavy rain caused the river to overflow its banks.
  • The washing machine overflowed, flooding the kitchen.
  • Crowds overflowed from the stadium into the nearby streets.
  • If the tank overflows, it will damage the ceiling below.
学习者例句
  • The sink overflowed and the floor got wet.
  • After the storm, the small river overflowed.
  • Be careful not to fill the pot so much that it overflows.
  • The toilet overflowed and they had to call a plumber.
  • Water overflowed from the bucket when he dropped a stone in.
动词 B2 state
2

Be extremely full of something

To be very, very full of something like feelings, ideas, or people.

用法模式: to overflow with [something]
常见错误:
Learners sometimes say *"full of"* when *"overflowing with"* would show a much stronger feeling or amount. Also, they may incorrectly say *"overflow of happiness"* instead of the more natural *"overflowing with happiness"*.
近义词
brim with (Very close in meaning; slightly more literary and often used with emotions or abstract things.)
反义词
lack (Describes having too little or none of something, the opposite of being more than full of it.)
搭配
overflow with joy |overflow with ideas |overflow with people |overflow with pride |overflowing with talent |overflowing with energy
主题
emotions |communication |core_vocabulary
例句
  • Her voice overflowed with emotion as she thanked the team.
  • The city was overflowing with tourists during the festival.
  • The book overflows with practical tips and real-life examples.
  • He is overflowing with ideas for the new project.
  • The room overflowed with laughter when she told the story.
学习者例句
  • She was overflowing with joy when she saw her exam score.
  • The small cafe was overflowing with people at lunchtime.
  • This website is overflowing with useful information.
  • The children were overflowing with energy after the party.
  • His heart overflowed with love for his new baby.
名词 B2 entity
3

Liquid that has spilled out

The liquid that comes out of a place because there is too much inside it, or the situation when this happens.

用法模式: an overflow of [liquid/waste]
常见错误:
Learners may confuse the noun *overflow* with the verb and say *"there was overflowed"* instead of *"there was an overflow"*. Remember that *overflow* can be both a verb and a noun.
近义词
spillage (Emphasizes the material that has been spilled; not limited to situations where a container is too full.)
反义词
drainage (Refers to liquid being carried away safely, the opposite of it escaping uncontrollably as an overflow.)
搭配
sewage overflow |stormwater overflow |bathroom overflow |overflow pipe |overflow problem |deal with an overflow
主题
daily life |infrastructure |daily_life
例句
  • The heavy rain caused an overflow of sewage into the river.
  • Maintenance workers were called in to fix a bathroom overflow on the third floor.
  • An overflow from the tank damaged several boxes stored below.
  • The overflow from the gutters ran down the side of the building.
  • Install an overflow pipe to prevent another overflow during storms.
学习者例句
  • The hotel had a big overflow of water after the pipe broke.
  • They cleaned the floor after the toilet overflow caused an overflow.
  • A sudden overflow from the sink made the carpet wet.
  • The city has problems with overflow during heavy rain.
  • An overflow of dirty water came out of the drain.
名词 B2 entity
4

Extra people or things beyond capacity

Extra people or things that do not fit in the main room, place, or system.

用法模式: an overflow of [people/things]
常见错误:
Learners sometimes say *"second room"* or *"extra parking"* instead of the more natural fixed phrases *overflow room* and *overflow parking*.
近义词
spillover (Often used in a similar way, especially for extra effects or people going into another area; sometimes more abstract or economic.)
反义词
vacancy (Describes free space or available capacity, the opposite of having more than you can fit.)
搭配
overflow crowd |overflow area |overflow room |overflow parking |overflow shelter |overflow facility
主题
transport |events |organization |daily_life |core_vocabulary
例句
  • The church set up an overflow room with a video screen for latecomers.
  • There was an overflow crowd, so many people had to stand in the hallway.
  • The parking lot was full and cars were directed to the overflow parking area.
  • The shelter opened an overflow section to house more families.
  • Due to high demand, the company used an overflow facility to handle extra calls.
学习者例句
  • The main hall was full, so they watched in an overflow room.
  • We had to park in the overflow parking lot.
  • The hotel used an overflow area for extra guests.
  • The city built an overflow shelter for cold nights.
  • There was an overflow crowd at the concert.
名词 technical C1 state
5

Computing error from exceeding capacity

In computers, a problem that happens when a number or data is too big for the memory space made for it.

用法模式: an overflow in [system/process]
常见错误:
Learners may confuse the everyday meaning of *overflow* (water spilling out) with the computing meaning. In technical texts, *overflow* often talks about numbers or memory, not liquid.
近义词
overrun (In technical contexts, can describe going past a limit; *buffer overrun* is close to *buffer overflow* but less common.)
反义词
underflow (Technical term for a value being too small to represent, the opposite extreme of an overflow.)
搭配
buffer overflow |stack overflow |integer overflow |overflow error |overflow condition |prevent overflow
主题
technology |computing
例句
  • The program crashed due to an integer overflow.
  • Developers added checks to prevent a buffer overflow vulnerability.
  • A stack overflow occurs when the call stack grows beyond its limit.
  • The compiler warned about a possible arithmetic overflow in this expression.
  • Overflow errors can lead to security problems if not handled correctly.
学习者例句
  • The game stopped because there was an overflow error.
  • They fixed a bug that caused an integer overflow.
  • The website had a problem with a buffer overflow.
  • The teacher explained what a stack overflow is.
  • Good code should check for overflow and underflow.
动词 technical C1 event
6

In computing, to exceed capacity

In computers, to go past the size limit of the memory space made for a value or data.

用法模式: for [value/data] to overflow
常见错误:
Learners may think *overflow* here always stops the program, but in many systems the value just wraps around without an obvious error.
近义词
exceed (General word meaning to go beyond a limit; does not itself imply the technical error that *overflow* suggests.)
反义词
fit (If data fits in memory, it stays within capacity, the opposite of overflowing it.)
搭配
counter overflows |variable overflows |buffer overflows |stack overflows |cause the register to overflow |allow the array to overflow
主题
technology |computing
例句
  • If the counter overflows, the value will wrap around to zero.
  • The buffer overflows when more bytes are written than it can store.
  • Without proper checks, the input length can overflow the allocated array.
  • The register overflows at values greater than 65,535.
  • In this system, the stack overflows if the recursion is too deep.
学习者例句
  • If the number is too big, the variable can overflow.
  • The buffer overflows when the program writes too much data.
  • The stack overflows if there are too many function calls.
  • Be careful: this value might overflow the memory.
  • The teacher showed how a counter can overflow and start again at zero.
名词 technical B2 entity
7

Safety opening for excess liquid

A small hole near the top of a sink or bath that lets extra water out so it does not go on the floor.

用法模式: the overflow of [sink/bath]
常见错误:
Learners often think *overflow* always means the action of spilling, and may not realize it can name the small safety hole in a sink or bath.
近义词
overflow outlet (More technical; clearly states that it is an outlet rather than the action or event.)
反义词
sealed rim (A container edge without any extra escape hole, the opposite of having an overflow opening.)
搭配
blocked overflow |bath overflow |sink overflow |clean the overflow |fit an overflow |overflow opening
主题
home |plumbing |housing |daily_life
例句
  • The sink overflow is blocked and needs to be cleaned.
  • Water rose to the level of the overflow but did not spill onto the floor.
  • Modern baths usually have an overflow as a safety feature.
  • The plumber checked the overflow on the basin for any leaks.
  • Mold was growing around the overflow in the bathroom sink.
学习者例句
  • Our bath has a small overflow near the top.
  • He cleaned the dirt from the sink overflow.
  • The water reached the overflow but did not go on the floor.
  • The plumber said the overflow was not working.
  • Most new sinks include an overflow for safety.
语法
词典原形
overflow
IPA
GB/ˈoʊvɚfloʊ/
US/ˈoʊvɚfloʊ/
音节与重音
over - flow (2 个音节)
Stress on 1st syllable (over)
词形变化
Noun
  • Base: overflow
  • Plural: overflow, overflows
Verb
  • Base: overflow
  • 3rd Person Singular: overflows
  • Present Participle: overflowing
  • Past: overflowed
词族
Forms
overflows noun overflowing verb overflowed verb
Related words
flow verb A2 overfill verb
相关表达

be overflowing with

1
/bˈi ˈoʊvɚflˌoʊɪŋ wˈɪθ/
fixed phrase

Be in a state of great fullness

To be in a condition where you have a lot of something, often feelings or good things.

例句
  • She was overflowing with excitement on her wedding day.
  • This city is overflowing with culture and nightlife.
  • The internet is overflowing with information on this topic.

overflow into

1
/ˈoʊvɚfloʊ ˈɪntu/
phrasal verb

Spread into another area

To move or spread into a next space because the first space is too full.

例句
  • The crowd overflowed into the nearby streets.
  • The meeting ran long and overflowed into the lunch hour.
  • Boxes from the storage room have started to overflow into the hallway.

overflow with

1
/ˈoʊvɚfloʊ wˈɪθ/
phrasal verb

Be extremely full of something

To have so much of something, like people, ideas, or feelings, that you seem more than full of it.

例句
  • The streets were overflowing with fans after the team won.
  • Her diary is overflowing with plans for the summer.
  • His speech was overflowing with gratitude and warmth.

欢迎回来!

登录后再继续吧。

还没有账号? 注册