英文字典中文字典


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







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

aggravation    音标拼音: [,ægrəv'eʃən]
n. 更恶化,加厉,恼怒

更恶化,加厉,恼怒

aggravation
n 1: an exasperated feeling of annoyance [synonym: {aggravation},
{exasperation}]
2: unfriendly behavior that causes anger or resentment [synonym:
{aggravation}, {irritation}, {provocation}]
3: action that makes a problem or a disease (or its symptoms)
worse; "the aggravation of her condition resulted from lack
of care" [synonym: {aggravation}, {exacerbation}]

Aggravation \Ag`gra*va"tion\, n. [LL. aggravatio: cf. F.
aggravation.]
1. The act of aggravating, or making worse; -- used of evils,
natural or moral; the act of increasing in severity or
heinousness; something additional to a crime or wrong and
enhancing its guilt or injurious consequences.
[1913 Webster]

2. Exaggerated representation.
[1913 Webster]

By a little aggravation of the features changed it
into the Saracen's head. --Addison.
[1913 Webster]

3. An extrinsic circumstance or accident which increases the
guilt of a crime or the misery of a calamity.
[1913 Webster]

4. Provocation; irritation. [Colloq.] --Dickens.
[1913 Webster]

122 Moby Thesaurus words for "aggravation":
accelerando, acceleration, adverse circumstances, adversity,
affliction, agitation, animation, annoyance, annoyingness, arousal,
arousing, bad news, bedevilment, beefing-up, blight, blowing up,
blowup, bore, bother, botheration, bothersomeness, bummer, care,
concentration, condensation, consolidation, crashing bore, cross,
curse, deepening, devilment, difficulties, difficulty,
disapprobation, disapproval, discontent, displeasure,
dissatisfaction, dogging, downer, drag, electrification,
enhancement, exacerbation, exaggeration, exasperation, excitation,
excitement, exhilaration, explosion, fomentation, galvanization,
harassment, hard knocks, hard life, hard lot, hardcase, hardship,
harrying, headache, heating-up, heightening, hounding, incitement,
inflammation, information explosion, infuriation, intensification,
irksomeness, irritation, lathering up, magnification, molestation,
nuisance, persecution, perturbation, peskiness, pest,
pestiferousness, pickup, plaguesomeness, plight,
population explosion, pother, predicament, pressure, problem,
provocation, provokingness, redoubling, reinforcement,
resentfulness, resentment, rigor, sea of troubles, speedup,
steaming up, step-up, stimulation, stimulus, stirring, stirring up,
strengthening, stress, stress of life, tightening, tiresomeness,
trial, tribulation, trouble, troubles, troublesomeness,
vale of tears, vexation, vexatiousness, vicissitude, wearisomeness,
whipping up, working up, worriment, worrisomeness, worry

AGGRAVATION, crimes, torts. That which increases the enormity of a crime or
the injury of a wrong. The opposite of extenuation.
2. When a crime or trespass has been committed under aggravating
circumstances, it is punished with more severity; and, the damages given to
vindicate the wrong are greater.


AGGRAVATION, in pleading. The introduction of matter into the declaration
which tends to increase the amount of damages, but does not affect the right
of action itself. Steph. Pl. 257; 12 Mod. 597. See 3 An. Jur. 287, 313. An
example of this is found in the case where a plaintiff declares in trespass
for entering his house, and breaking his close, and tossing his goods about;
the entry of the house is the principal ground and foundation of the
action, and the rest is only stated by way of aggravation; 3 Wils. R. 294;
and this matter need not be proved by the plaintiff or answered by the
defendant.


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





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


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

































































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


  • Cannot delete reporting services installation ID with command RSKeyMgmt –r
    After long research regarding the issue we had, we have determined that TFS documentation was plain wrong suggesting us to delete installation ID on new server with command "RSKeyMgmt –r NewServerGUID" as NewServerGUID is recreated by report service immediately after it has been deleted by "RSKeyMgmt –r NewServerGUID", so suggested commad was completely unuseful
  • Roslyn, how to add reference to System. Drawing
    Hello, can someone help me how to add reference "System Drawing" to a code compiled by Roslyn in C# MSVS2019 ?
  • How to retrieve outputstream of a Remote Process??
    I have a console process running on a remote machine I need to get the output that displays on that console and display it on a client machine
  • How to use managed DLL in Cordova plugin for windows
    I tried simple cordova plugin example without dll This work fine but I have not seen any example on how to call dll methods from plugin
  • Why is the ReturnCommandParameter not being passed from an Entry to . . .
    I'm trying to pass the text from a entry box, but it doesn't seem to be passing it I got it working for a search bar using the same concept xaml: <Entry x:Name="entryBox" Placeholder="Enter chat text here:" ReturnType="Send" Keyboard="Plain" BindingContext=" {Binding Source= {viewModels:ChatroomViewModel}}" ReturnCommand=" {Binding SendCommand}" ReturnCommandParameter=" {Binding Source= {x
  • Change Combobox value in HTMl page from vb. net
    My app has 1 web browser control = myBrowser Page loads in it and then I'll have to auto fill forms and invoke them to go to next page By this stage I've already invoked scripts,submitted forms etc no probs but now there's a little problem
  • Log4NET conversionPattern How to modify date?
    I wonder if I can manipulate hour in this configuration I would like to add 2 hours
  • VS 2013 Community Edition ISO (autorun fails)
    Solution: 1) Extract the ISO somewhere 2) Modify the 'autorun inf' to: [autorun] Open=vs_community exe Icon=vs_community exe,0 3) Create an ISO, containing this new 'autorun inf' file (I've used the free CDBurnerXP program) 4) Mount the newly created ISO 5) Autorun should work now (also shows the VS icon on the Daemon-Tools virtual drive)
  • Auto scaling in windows forms - social. msdn. microsoft. com
    I am developing a winforms application and would like to autoscale the forms depending on the screen resolution ie the form and the controls should grow or shrink depending on the resolution I am using Visual studio 2010 Please help Regards Sanjish Tuesday, December 17, 2013 3:05 AM
  • How to add a report variable for a report in local mode?
    If you do not want this on-demand behavior in particular cases (e g time-dependent calculations, custom code, or expensive calculations requiring caching), you should use so-called Report Variables or Group Variables, and then reference the variable value in the report (e g =Variables!V1 Value) Variables are covered in more detail in a previous posting If it is just about consistent time





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