英文字典中文字典


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







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

thirst    音标拼音: [θ'ɚst]
n. 口渴,渴望
vi. 口渴,渴望

口渴,渴望口渴,渴望

thirst
n 1: a physiological need to drink [synonym: {thirst},
{thirstiness}]
2: strong desire for something (not food or drink); "a thirst
for knowledge"; "hunger for affection" [synonym: {hunger},
{hungriness}, {thirst}, {thirstiness}]
v 1: feel the need to drink
2: have a craving, appetite, or great desire for [synonym: {crave},
{hunger}, {thirst}, {starve}, {lust}]

Thirst \Thirst\ (th[~e]rst), n. [OE. thirst, [thorn]urst, AS.
[thorn]urst, [thorn]yrst; akin to D. dorst, OS. thurst, G.
durst, Icel. [thorn]orsti, Sw. & Dan. t["o]rst, Goth.
[thorn]a['u]rstei thirst, [thorn]a['u]rsus dry, withered,
[thorn]a['u]rsie[thorn] mik I thirst, ga[thorn]a['i]rsan to
wither, L. torrere to parch, Gr. te`rsesqai to become dry,
tesai`nein to dry up, Skr. t[.r]sh to thirst. [root]54. Cf.
{Torrid}.]
1. A sensation of dryness in the throat associated with a
craving for liquids, produced by deprivation of drink, or
by some other cause (as fear, excitement, etc.) which
arrests the secretion of the pharyngeal mucous membrane;
hence, the condition producing this sensation.
[1913 Webster]

Wherefore is this that thou hast brought us up out
of Egypt, to kill us, and our children . . . with
thirst? --Ex. xvii. 3.
[1913 Webster]

With thirst, with cold, with hunger so confounded.
--Chaucer.
[1913 Webster]

2. Fig.: A want and eager desire after anything; a craving or
longing; -- usually with for, of, or after; as, the thirst
for gold. "Thirst of worldy good." --Fairfax. "The thirst
I had of knowledge." --Milton.
[1913 Webster]


Thirst \Thirst\, v. t.
To have a thirst for. [R.]
[1913 Webster]

He seeks his keeper's flesh, and thirsts his blood.
--Prior.
[1913 Webster]


Thirst \Thirst\, v. t. [imp. & p. p. {Thirsted}; p. pr. & vb. n.
{Thirsting}.] [AS. [thorn]yrstan. See {Thirst}, n.]
1. To feel thirst; to experience a painful or uneasy
sensation of the throat or fauces, as for want of drink.
[1913 Webster]

The people thirsted there for water. --Ex. xvii. 3.
[1913 Webster]

2. To have a vehement desire.
[1913 Webster]

My soul thirsteth for . . . the living God. --Ps.
xlii. 2.
[1913 Webster]

76 Moby Thesaurus words for "thirst":
ache, an universal wolf, appetence, appetency, appetite,
appetition, aridity, aridness, avidity, be ravenous,
canine appetite, corkiness, covet, coveting, crave, craving,
desire, drink up, drought, dryness, eagerness, emptiness,
empty stomach, enthusiasm, eye hungrily, fancy, feel hungry,
hanker, hanker after, hankering, have a tapeworm, hollow hunger,
hunger, hunger after, hunger for, hungriness, itch, itching,
juicelessness, long for, longing, lust, lust after, lust for,
mania, passion, pine, polydipsia, prurience, pruriency, raven,
ravenousness, relish, saplessness, sexual desire, soak up,
sponge up, starve, stomach, sweet tooth, tapeworm, taste,
thirst for, thirstiness, torment of Tantalus, voraciousness,
voracity, waterlessness, watertight integrity, watertightness,
wish, wish for, yearn, yearn for, yearning, yen


请选择你想看的字典辞典:
单词字典翻译
thirst查看 thirst 在百度字典中的解释百度英翻中〔查看〕
thirst查看 thirst 在Google字典中的解释Google英翻中〔查看〕
thirst查看 thirst 在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
  • JSON: why are forward slashes escaped? - Stack Overflow
    JSON stems from Javascript (JavaScript Object Notation), it only makes sense that it was originally adapted for use in Javascript Unfortunately, as with all things related to Javascript, it has gained widespread use in all kinds of places
  • 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
  • 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