英文字典中文字典


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







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

resort    音标拼音: [rɪz'ɔrt] [riz'ɔrt] [ris'ɔrt]
n.
v. 求助,诉诸,采取,凭借
v.
n. 常去,常去的地方,胜地

求助,诉诸,采取,凭借常去,常去的地方,胜地

resort
n 1: a hotel located in a resort area [synonym: {resort}, {resort
hotel}, {holiday resort}]
2: a frequently visited place [synonym: {haunt}, {hangout},
{resort}, {repair}, {stamping ground}]
3: something or someone turned to for assistance or security;
"his only recourse was the police"; "took refuge in lying"
[synonym: {recourse}, {refuge}, {resort}]
4: act of turning to for assistance; "have recourse to the
courts"; "an appeal to his uncle was his last resort" [synonym:
{recourse}, {resort}, {refuge}]
v 1: have recourse to; "The government resorted to rationing
meat" [synonym: {fall back}, {resort}, {recur}]
2: move, travel, or proceed toward some place; "He repaired to
his cabin in the woods" [synonym: {repair}, {resort}]

Resort \Re*sort"\ (r?*z?rt"), n. [F. ressort.]
Active power or movement; spring. [A Gallicism] [Obs.]
[1913 Webster]

Some . . . know the resorts and falls of business that
can not sink into the main of it. --Bacon.
[1913 Webster]


Resort \Re*sort"\, v. i. [imp. & p. p. {Resorted}; p. pr. & vb.
n. {Resorting}.] [OF. resortir to withdraw, take refuge, F.
ressortir to be in the jurisdiction, LL. resortire; pref. re-
re- L. sortiri to draw lots, obtain by lot, from sors lot.
See {Sort}. The meaning is first to reobtain (by lot), then
to gain by appeal to a higher court (as a law term), to
appeal, go for protection or refuge.]
1. To go; to repair; to betake one's self.
[1913 Webster]

What men name resort to him? --Shak.
[1913 Webster]

2. To fall back; to revert. [Obs.]
[1913 Webster]

The inheritance of the son never resorted to the
mother, or to any of her ancestors. --Sir M. Hale.
[1913 Webster]

3. To have recourse; to apply; to one's self for help,
relief, or advantage.
[1913 Webster]

The king thought it time to resort to other
counsels. --Clarendon.
[1913 Webster]


Resort \Re*sort"\ (r?*z?rt"), n. [Cf. F. ressort jurisdiction.
See {Resort}, v.]
1. The act of going to, or making application; a betaking
one's self; the act of visiting or seeking; recourse; as,
a place of popular resort; -- often figuratively; as, to
have resort to force.
[1913 Webster]

Join with me to forbid him her resort. --Shak.
[1913 Webster]

2. A place to which one betakes himself habitually; a place
of frequent assembly; a haunt.
[1913 Webster]

Far from all resort of mirth. --Milton.
[1913 Webster]

3. That to which one resorts or looks for help; resource;
refuge.
[1913 Webster]

{Last resort}, ultimate means of relief; also, final
tribunal; that from which there is no appeal.
[1913 Webster]

128 Moby Thesaurus words for "resort":
ability, action, ad hoc measure, affect, agency, alternative,
amusement park, answer, artifice, attend, backup, ballroom, baths,
cabaret, cafe chantant, cafe dansant, capacity, capital, casino,
club, clubhouse, contrivance, countermove, coup, course of action,
dance floor, dance hall, dancing pavilion, demarche,
dernier ressort, device, devices, disposable resources, dodge,
effort, entertainment industry, expediency, expedient,
fall back on, frequent, fun-fair, funds, gambling house,
gathering place, gimmick, going between, hang, hang around,
hangout, haunt, have recourse to, health resort, hope,
improvisation, instrumentality, intermediation, juke joint,
jury-rig, jury-rigged expedient, last expedient, last resort,
last shift, look to, machinery, makeshift, maneuver, means,
measure, mechanism, mediation, meeting place, method, move,
night spot, nightclub, nitery, patronize, pis aller, power,
purlieu, rallying point, recourse, recourses, refuge, remedy,
rendezvous, repair to, reserve, resort to, resorts, resource,
resources, retreat, roadhouse, service, shake-up, shift, show biz,
show business, solution, spa, springs, stamping, stamping ground,
step, stock, stopgap, stratagem, stroke, stroke of policy,
substitute, supply, tactic, take to, tavern, temporary expedient,
theater, trick, trump, turn to, visit, watering place, ways,
ways and means, wherewith, wherewithal, working hypothesis,
working proposition


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





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


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

































































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


  • Python For Loops - W3Schools
    Python For Loops A for loop is used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or a string) This is less like the for keyword in other programming languages, and works more like an iterator method as found in other object-orientated programming languages
  • Python For Loops - GeeksforGeeks
    Python for loops are used for iterating over sequences like lists, tuples, strings and ranges A for loop allows you to apply the same operation to every item within the loop
  • ForLoop - Python Software Foundation Wiki Server
    There are two ways to create loops in Python: with the for-loop and the while-loop for loops are used when you have a block of code which you want to repeat a fixed number of times The for-loop is always used in combination with an iterable object, like a list or a range
  • Python for Loops: The Pythonic Way – Real Python
    Learn how to use Python for loops to iterate over lists, tuples, strings, and dictionaries with Pythonic looping techniques
  • Python for Loop (With Examples) - Programiz
    The for loop allows you to iterate through each element of a sequence and perform certain operations on it In this tutorial, we will explore how to use the for loop in Python, with the help of examples
  • Python For Loop - Syntax, Examples
    In this tutorial, we learned to use Python For Loop on different collections, and with statements like break, continue, else block, etc , using well detailed examples
  • Python for Loop - AskPython
    Python for loops prioritize readability over raw speed They work with any iterable object, support tuple unpacking, and integrate with tools like enumerate (), zip (), and range ()
  • Python For Loop | Docs With Examples - Hackr
    Learn how to use Python for loops to iterate over sequences like lists, dictionaries, and strings This guide covers loop syntax, range (), nested loops, break, continue, and best practices with examples
  • Python for Loop: Syntax, Usage, Examples - phoenixNAP
    Using a for loop is an essential task when working with iterables in Python The following sections show working examples with different data types and use cases Use a for loop with lists to iterate through items: The loop prints each item in the list one at a time In Python, Strings are iterable objects





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