英文字典中文字典Word104.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   







請輸入英文單字,中文詞皆可:

impeach    音標拼音: [ɪmp'itʃ]
vt. 存疑,歸咎,懷疑,檢舉,彈劾

存疑,歸咎,懷疑,檢舉,彈劾

impeach
v 1: challenge the honesty or veracity of; "the lawyers tried to
impeach the credibility of the witnesses"
2: charge (a public official) with an offense or misdemeanor
committed while in office; "The President was impeached"
3: bring an accusation against; level a charge against; "The
neighbors accused the man of spousal abuse" [synonym: {accuse},
{impeach}, {incriminate}, {criminate}]

Impeach \Im*peach"\, v. t. [imp. & p. p. {Impeached}; p. pr. &
vb. n. {Impeaching}.] [OE. empeechier to prevent, hinder,
bar, F. emp[^e]cher, L. impedicare to entangle; pref. im- in
pedica fetter, fr. pes, pedis, foot. See {Foot}, and
{Appeach}, {Dispatch}, {Impede}.]
1. To hinder; to impede; to prevent. [Obs.]
[1913 Webster]

These ungracious practices of his sons did impeach
his journey to the Holy Land. --Sir J.
Davies.
[1913 Webster]

A defluxion on my throat impeached my utterance.
--Howell.
[1913 Webster]

2. To charge with a crime or misdemeanor; to accuse;
especially to charge (a public officer), before a
competent tribunal, with misbehavior in office; to cite
before a tribunal for judgment of official misconduct; to
arraign; as, to impeach a judge. See {Impeachment}.
[1913 Webster]

3. Hence, to charge with impropriety; to dishonor; to bring
discredit on; to call in question; as, to impeach one's
motives or conduct.
[1913 Webster]

And doth impeach the freedom of the state. --Shak.
[1913 Webster]

4. (Law) To challenge or discredit the credibility of, as of
a witness, or the validity of, as of commercial paper.
[1913 Webster]

Note: When used in law with reference to a witness, the term
signifies, to discredit, to show or prove unreliable or
unworthy of belief; when used in reference to the
credit of witness, the term denotes, to impair, to
lessen, to disparage, to destroy. The credit of a
witness may be impeached by showing that he has made
statements out of court contradictory to what he swears
at the trial, or by showing that his reputation for
veracity is bad, etc.

Syn: To accuse; arraign; censure; criminate; indict; impair;
disparage; discredit. See {Accuse}.
[1913 Webster]


Impeach \Im*peach"\, n.
Hindrance; impeachment. [Obs.]
[1913 Webster]

80 Moby Thesaurus words for "impeach":
accuse, allege, anathematize, anathemize, animadvert on, arraign,
article, asperse, attack, belittle, blame, book, bring accusation,
bring charges, bring to book, call into question, call to account,
cast aspersions on, cast blame upon, cast reflection upon, censure,
challenge, charge, cite, complain, complain against, condemn,
criminate, cry down, cry out against, cry out on, cry shame upon,
damn, declaim, decry, denounce, denunciate, deprecate, discredit,
disparage, fasten on, fasten upon, file a claim, finger,
fulminate against, hang something on, have up, implicate, imply,
impugn, impute, incriminate, inculpate, indict, inform against,
inform on, insinuate, inveigh against, lay charges,
lodge a complaint, lodge a plaint, malign, pin on, prefer charges,
press charges, pull up, put on report, reflect upon, report,
reprehend, reproach, reprobate, shake up, slander, take to task,
task, taunt with, tax, twit, vilify

請選擇你想看的字典辭典:
單詞字典翻譯
Impeach查看 Impeach 在Google字典中的解釋Google英翻中〔查看〕
Impeach查看 Impeach 在Yahoo字典中的解釋Yahoo英翻中〔查看〕





安裝中文字典英文字典查詢工具!


中文字典英文字典工具:
選擇顏色:
輸入中英文單字

































































英文字典中文字典相關資料:
  • What is JSON and what is it used for? - Stack Overflow
    JSON (JavaScript Object Notation) is a lightweight format that is used for data interchanging It is based on a subset of JavaScript language (the way objects are built in JavaScript) As stated in the MDN, some JavaScript is not JSON, and some JSON is not JavaScript An example of where this is used is web services responses In the 'old' days, web services used XML as their primary data
  • Can comments be used in JSON? - Stack Overflow
    JSON is used a lot for application data and configuration settings, so comments are necessary now The "official spec" is a nice idea, but it's insufficient and obsolete, so too bad Minify your JSON if you're concerned about payload size or performance
  • Which JSON content type do I use? - Stack Overflow
    Of course, the correct MIME media type for JSON is application json, but it's necessary to realize what type of data is expected in your application For example, I use Java Ext GWT and the server response must go as text html but contains JSON data
  • How to open VS Codes settings. json file - Stack Overflow
    I've opened VS Code's settings json file many times, and each time I forgot where it was If I go to File → Preferences → Settings, I get the graphical settings interface (screenshot) I want to open
  • pretty-print JSON using JavaScript - Stack Overflow
    How can I display JSON in an easy-to-read (for human readers) format? I'm looking primarily for indentation and whitespace, with perhaps even colors font-styles etc
  • How to parse JSON in Java - Stack Overflow
    963 The org json library is easy to use Just remember (while casting or using methods like getJSONObject and getJSONArray) that in JSON notation [ … ] represents an array, so library will parse it to JSONArray { … } represents an object, so library will parse it to JSONObject Example code below: You may find more examples from: Parse
  • How to escape special characters in building a JSON string?
    Here the message contains single quotation mark, which is same as the quotation used in JSON What I do is fill up a string from user inputs such as message So, I need to escape those kind of special scenarios which breaks the code But other than string replace, is there any way to make them escape but still allow HTML to process them back to the correct message?
  • What is the right JSON date format? - Stack Overflow
    If you have control over the generated json, for example, you provide data to other systems in json format, choosing 8601 as the date interchange format is a good choice
  • Is there any standard for JSON API response format?
    Do standards or best practices exist for structuring JSON responses from an API? Obviously, every application's data is different, so that much I'm not concerned with, but rather the "response
  • How to style a JSON block in Github Wiki? - Stack Overflow
    Note: This won't prettify the json representation To do so, one can previously rely on an external service such as jsbeautifier org and paste the prettified result in the wiki





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

|中文姓名英譯,姓名翻譯 |简体中文英文字典