英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

interpose    音标拼音: [,ɪntɚp'oz]
vt. 插入,介于…二者间,干涉
vi. 插嘴,干预

插入,介於…二者间,干涉插嘴,干预

interpose
v 1: be or come between; "An interposing thicket blocked their
way"
2: introduce; "God interposed death"
3: to insert between other elements; "She interjected clever
remarks" [synonym: {interject}, {come in}, {interpose}, {put in},
{throw in}, {inject}]
4: get involved, so as to alter or hinder an action, or through
force or threat of force; "Why did the U.S. not intervene
earlier in WW II?" [synonym: {intervene}, {step in}, {interfere},
{interpose}]

Interpose \In`ter*pose"\, v. t. [imp. & p. p. {Interposed}; p.
pr. & vb. n. {Interposing}.] [F. interposer. See {Inter-},
and {Pose}, v. t.]
[1913 Webster]
1. To place between; as, to interpose a screen between the
eye and the light.
[1913 Webster]

Mountains interposed
Make enemies of nations. --Cowper.
[1913 Webster]

2. To thrust; to intrude; to put between, either for aid or
for troubling.
[1913 Webster]

What watchful cares do interpose themselves
Betwixt your eyes and night? --Shak.
[1913 Webster]

The common Father of mankind seasonably interposed
his hand, and rescues miserable man. --Woodward.
[1913 Webster]

3. To introduce or inject between the parts of a conversation
or argument. --Milton.
[1913 Webster]


Interpose \In`ter*pose"\, v. i.
1. To be or come between.
[1913 Webster]

Long hid by interposing hill or wood. --Cowper.
[1913 Webster]

2. To step in between parties at variance; to mediate; as,
the prince interposed and made peace. --Pope.
[1913 Webster]

3. To utter a sentiment by way of interruption. --Boyle.

Syn: To intervene; intercede; mediate; interfere;
intermeddle.

Usage: To {Interpose}, {Intermeddle}, {Interfere}. A man may
often interpose with propriety in the concerns of
others; he can never intermeddle without being
impertinent or officious; nor can be interfere without
being liable to the same charge, unless he has rights
which are interfered with. "In our practical use,
interference is something offensive. It is the pushing
in of himself between two parties on the part of a
third who was not asked, and is not thanked for his
pains, and who, as the feeling of the word implies,
had no business there; while interposition is employed
to express the friendly, peacemaking mediation of one
whom the act well became, and who, even if he was not
specially invited thereunto, is still thanked for what
he has done." --Trench.
[1913 Webster]


Interpose \In"ter*pose\, n.
Interposition. [Obs.]
[1913 Webster]

96 Moby Thesaurus words for "interpose":
act between, arbitrate, bargain, barge in, break in, break in upon,
burst in, butt in, cast, charge in, come between, crash, crash in,
crash the gates, creep in, crowd in, cut in, drag in, edge in,
elbow in, encroach, entrench, fill in, foist in, fudge in,
go between, horn in, impinge, implant in, impose, impose on,
impose upon, infiltrate, infringe, inject in, insert, insert in,
insinuate, insinuate in, intercalate, intercede, interfere,
interjaculate, interject, interlope, intermeddle, intermediate,
interpolate, intervene, introduce in, intrude, invade, irrupt,
judge, lug in, make terms, meddle, mediate, meet halfway, moderate,
negotiate, obtrude, press in, push, push in, put between, put on,
put upon, referee, represent, run in, rush in, sandwich, shove,
slink in, slip in, smash in, smuggle in, sneak in, squeeze in,
steal in, step in, storm in, throng in, throw, throw in, thrust,
thrust in, toss, treat with, trench, trespass, umpire, wedge in,
work in, worm in


请选择你想看的字典辞典:
单词字典翻译
Interpose查看 Interpose 在百度字典中的解释百度英翻中〔查看〕
Interpose查看 Interpose 在Google字典中的解释Google英翻中〔查看〕
Interpose查看 Interpose 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • Newest Questions - Stack Overflow
    Stack Overflow | The World’s Largest Online Community for Developers
  • Why does this symbol ’ show up in my email messages almost always?
    why do these odd symbols appear in my emails _ you’ve Why are my emails corrupted with weird letters and symbols? Instructions for obtaining a personal S MIME certificate by creating a CSR Prerequisite for sending an encrypted email message
  • WordReference Forums
    Active forums about languages and translation
  • HTML encoding issues - Â character showing up instead of
    Somewhere in that mess, the non-breaking spaces from the HTML template (the s) are encoding as ISO-8859-1 so that they show up incorrectly as an "Â" character That'd be encoding to UTF-8 then, not ISO-8859-1 The non-breaking space character is byte 0xA0 in ISO-8859-1; when encoded to UTF-8 it'd be 0xC2, 0xA0, which, if you (incorrectly) view it as ISO-8859-1 comes out as  That includes a
  • Access Mozilla services with a Mozilla account
    Mozilla account is a safe and easy way to access Mozilla services on all your devices Learn how to create an account and access services
  • How to convert these strange characters? (ë, Ã, ì, ù, Ã)
    My page often shows things like ë, Ã, ì, ù, à in place of normal characters I use utf8 for header page and MySQL encode How does this happen?
  • Move Thunderbird data to a new computer | Thunderbird Help
    Thunderbird stores your data in a separate location, away from the program filesapplication, called your profile folder To move your data, you can copy your profile folder to the equivalent location on your destination computer Ensure both versions of Thunderbird are up to date or identical before attempting a transfer as otherwise it might fail
  • How do I delete a Git branch locally and remotely?
    Matthew’s answer is great for removing remote branches, and I also appreciate the explanation, but to make a simple distinction between the two commands: To remove a local branch from your machine: git branch -d {local_branch} Use -D instead of -d to force deletion without checking the merged status To remove a remote branch from the server: git push origin -d {remote_branch} Reference
  • git - How do I modify a specific commit? - Stack Overflow
    I have the following commit history: HEAD HEAD~ HEAD~2 HEAD~3 git commit --amend modifies the current HEAD commit But how do I modify HEAD~3?
  • What is the difference between a += b and a =+ b , also a++ and ++a?
    a += b is equivalent to a = a + b a = +b is equivalent to a = b a++ and ++a both increment a by 1 The difference is that a++ returns the value of a before the increment whereas ++a returns the value after the increment That is:





中文字典-英文字典  2005-2009