英文字典中文字典


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







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

extenuate    音标拼音: [ɪkst'ɛnju,et]
vt. 减轻,使人原谅

减轻,使人原谅

extenuate
v 1: lessen or to try to lessen the seriousness or extent of;
"The circumstances extenuate the crime" [synonym: {extenuate},
{palliate}, {mitigate}]

Extenuate \Ex*ten"u*ate\, v. t. [imp. & p. p. {Extenuated}; p.
pr. & vb. n. {Extenuating}.] [L. extenuatus, p. p. of
extenuare to make thin, loosen, weaken; ex out tenuare to
make thin, tenuis thin. See {Tenuity}.]
1. To make thin or slender; to draw out so as to lessen the
thickness.
[1913 Webster]

His body behind the head becomes broad, from whence
it is again extenuated all the way to the tail.
--Grew.
[1913 Webster]

2. To lessen; to palliate; to lessen or weaken the force of;
to diminish the conception of, as crime, guilt, faults,
ills, accusations, etc.; -- opposed to {aggravate}.
[1913 Webster]

But fortune there extenuates the crime. --Dryden.
[1913 Webster]

Let us extenuate, conceal, adorn the unpleasing
reality. --I. Taylor.
[1913 Webster]

3. To lower or degrade; to detract from. [Obs.]
[1913 Webster]

Who can extenuate thee? --Milton.

Syn: To palliate; to mitigate. See {Palliate}.
[1913 Webster]


Extenuate \Ex*ten"u*ate\, v. i.
To become thinner; to make excuses; to advance palliating
considerations. --Burke.
[1913 Webster]


Extenuate \Ex*ten"u*ate\, a. [L. extenuatus, p. p.]
Thin; slender. [Obs.] --Huloet.
[1913 Webster]

92 Moby Thesaurus words for "extenuate":
abate, allay, alleviate, allow for, apologize, assuage, attemper,
attenuate, bank the fire, bate, blunt, chasten, color, constrain,
control, cramp, cripple, damp, dampen, de-emphasize, deaden,
debilitate, devitalize, dilute, diminish, downplay, dull, ease,
enervate, enfeeble, eviscerate, exhaust, explain, gloss over,
gruel, ignore, justify, keep within bounds, lay, lay low, lenify,
lessen, lighten, make allowance for, mince, mitigate, moderate,
modulate, obtund, palliate, play down, qualify, rationalize,
rattle, reduce, reduce the temperature, remit, restrain, sap,
shake, shake up, slacken, slow down, slur over, smother, sober,
sober down, soft-pedal, soften, soften up, stifle, subdue,
sugarcoat, suppress, tame, temper, tone down, tune down, unbrace,
undermine, underplay, unman, unnerve, unstrengthen, unstring,
varnish, veneer, water down, weaken, white, whiten, whitewash


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





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


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

































































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


  • Regular expression to match standard 10 digit phone number
    I want to write a regular expression for a standard US type phone number that supports the following formats: ###-###-#### (###) ###-#### ### ### #### ### ### #### where # means any number So far I came up with the following expressions ^[1-9]\d{2}-\d{3}-\d{4} ^\(\d{3}\)\s\d{3}-\d{4} ^[1-9]\d{2}\s\d{3}\s\d{4} ^[1-9]\d{2}\ \d{3}\ \d{4} respectively I am not quite sure if the last one is
  • c# - Regex Phone Numbers - Stack Overflow
    So I have been working on creating a regex to validate phone numbers in the following format XXX-XXX-XXXX which has been working pretty well so far, but now I'm trying to figure out how to remove the ability to enter specific numbers like "123-456-7890"
  • Cheapest way to get a 416 number - open prepaid and port
    I don't believe that a phone can do this (excluding ignoring toll free numbers, "weird impossible phone numbers" like (123) 456-7890, or numbers not in the contacts) since how would a phone know that I don't know anyone from Calgary (arbitrarily picked a large major Canadian city) and automatically ignore that call so my phone doesn't ring
  • Regular Expression to reformat a US phone number in Javascript
    Here's an example of some of the data: 123 4567890 (123) 456-7890 (123)456-7890 123 456 7890 123 456 7890 (blank null) 1234567890 Is there an easy way to use a regular expression to do this? I'm looking for the best way to do this Is there a better way? I want to reformat the number to the following: (123) 456-7890
  • Formatting Phone Numbers in PHP - Stack Overflow
    I know the OP is requesting a 123-456-7890 format, but, based on John Dul's answer, I modified it to return the phone number in parentheses format, e g (123) 456-7890 This one only handles 7 and 10 digit numbers
  • regex - Python format phone number - Stack Overflow
    How would I go about formatting a 10 digit string: 0123456789 to phone number format: (012) 345-6789 Is there a specific library to use or can you use regex? I've done it the other way around by
  • How to use jQuery to validate North American phone number?
    28 I want to validate phone numbers like (123) 456-7890 or 1234567890 How should be the 'matches' condition be written in the following code?
  • Python Regex match phone Number - Stack Overflow
    I have a regex that trying to match these phone number format I'm super close except 1 scenario: Regex: ^\(?(\d{3})\)?[-\ ]?(\d{3})[-\ ]?(\d{4})$ Phone number format are trying to match: (123) 456-7890 (123) 4567890 123-456-7890 123-4567890 1234567890 1234567890 I also want to match this there is leading spaces before and after the area code: [empty spaces] (123) [emtpy spaces] 456-7890
  • Regex for exactly phone number with any end - Stack Overflow
    I want to re sub to change phone number format inside a string but stuck with the number detection I want to detect and change this format : ###-###-#### to this one
  • Regex to allow only this format 123-456-7890 - Stack Overflow
    Regex to allow only this format 123-456-7890 Asked 9 years ago Modified 9 years ago Viewed 3k times





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