英文字典中文字典


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







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

deserted    音标拼音: [dɪz'ɚtɪd]
a. 被舍弃的,荒废的,无人的;被遗弃的

被舍弃的,荒废的,无人的;被遗弃的

deserted
adj 1: forsaken by owner or inhabitants ; "weed-grown yard of an
abandoned farmhouse" [synonym: {abandoned}, {derelict},
{deserted}]

Desert \De*sert"\ (d[-e]*z[~e]rt"), v. t. [imp. & p. p.
{Deserted}; p. pr. & vb. n. {Deserting}.] [Cf. L. desertus,
p. p. of deserere to desert, F. d['e]serter. See 2d
{Desert}.]
1. To leave (especially something which one should stay by
and support); to leave in the lurch; to abandon; to
forsake; -- implying blame, except sometimes when used of
localities; as, to desert a friend, a principle, a cause,
one's country. "The deserted fortress." --Prescott.
[1913 Webster]

2. (Mil.) To abandon (the service) without leave; to forsake
in violation of duty; to abscond from; as, to desert the
army; to desert one's colors.
[1913 Webster]


deserted \deserted\ adj.
1. having no residents; as, deserted villages.

Syn: uninhabited.
[WordNet 1.5]

2. no longer used by people.

Syn: abandoned, derelict.
[WordNet 1.5]

3. remote from civilization; as, the victim was lured to a
deserted spot.
[WordNet 1.5]

4. being left by another without support or assistance; left
in the lurch; -- of people; as, deserted wives and
children.

Note: In this sense, the label implies some level of
dependence of the person(s) being deserted on those
deserting them.

120 Moby Thesaurus words for "deserted":
abandoned, abjured, antiquated, antique, apostasy, archaic,
available, bar, bare, castaway, defenseless, demand, derelict,
desertion, deserve, desolate, discarded, discontinued, disregarded,
disused, done with, empty, falseness, fatherless, forlorn,
forsaken, free, friendless, gain, get, godforsaken, half-done,
have it coming, helpless, homeless, ignored, isolated, jettisoned,
kithless, laid aside, left, left undone, lonely, marooned, merit,
missed, motherless, neglected, not worth saving, obsolescent,
obsolete, old, old-fashioned, omitted, on the shelf, open, out,
out of use, out-of-date, outcast, outdated, outmoded, outworn,
overlooked, passed by, passed over, passed up, past use,
pensioned off, perfidiousness, perfidy, pigeonholed, put aside,
rate, recreancy, rejected, relinquished, renounced, resigned,
retired, shunted, sidelined, sidetracked, slighted, solitary,
stranded, superannuate, superannuated, superseded, tenantless,
tergiversation, treacherousness, treachery, unasked, unattended to,
uncared-for, unchaperoned, unconsidered, uncouth, undone, unfilled,
unfrequented, unfriended, uninhabited, unmanned, unoccupied,
unpeopled, unpopulated, unregarded, unsolicited, unstaffed,
untaken, untenanted, untended, unvisited, unwatched, vacant,
vacated, win, worn-out


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





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


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

































































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


  • How to convert these strange characters? (ë, Ã, ì, ù, Ã)
    My page often shows things like ë, Ã, ì, ù, à in place of normal characters I use utf8 for header page and MySQL encode How does this happen?
  • ’ showing on page instead of - Stack Overflow
    So what's the problem, It's a ’ (RIGHT SINGLE QUOTATION MARK - U+2019) character which is being decoded as CP-1252 instead of UTF-8 If you check the Encodings table of this character at FileFormat Info, then you see that this character is in UTF-8 composed of bytes 0xE2, 0x80 and 0x99 And if you check the CP-1252 code page layout at Wikipedia, then you'll see that the hex bytes E2, 80 and
  • HTML encoding issues - Â character showing up instead of
    Somewhere in that mess, the non-breaking spaces from the HTML template (the s) are encoding as ISO-8859-1 so that they show up incorrectly as an "Â" character That'd be encoding to UTF-8 then, not ISO-8859-1 The non-breaking space character is byte 0xA0 in ISO-8859-1; when encoded to UTF-8 it'd be 0xC2, 0xA0, which, if you (incorrectly) view it as ISO-8859-1 comes out as  That includes a
  • Why does this symbol ’ show up in my email messages almost always?
    why do these odd symbols appear in my emails _ you’ve Why are my emails corrupted with weird letters and symbols? Instructions for obtaining a personal S MIME certificate by creating a CSR Prerequisite for sending an encrypted email message
  • What is the difference between a += b and a =+ b , also a++ and ++a?
    a += b is equivalent to a = a + b a = +b is equivalent to a = b a++ and ++a both increment a by 1 The difference is that a++ returns the value of a before the increment whereas ++a returns the value after the increment That is:
  • What does the a in the html lt;a gt; tag stand for? - Stack Overflow
    As most of you know, the <a> tag is (mostly) used in html to make a hyperlink like
  • what is the difference between a++ and ++a or a-- and --a in java?
    Questions asking for code must demonstrate a minimal understanding of the problem being solved Include attempted solutions, why they didn't work, and the expected results See also: Stack Overflow question checklist
  • python - Find a value in a list - Stack Overflow
    @johnjps111 that's partly because the top answer here answered a bunch of unasked questions on speculation That's not how Stack Overflow is intended to work; it's not a discussion forum That said "extract a subset" sounds to me like a very strange way to describe the process of figuring out which elements of a list meet a condition
  • How to fix a No process is on the other end of the pipe error in SQL . . .
    The server was set to Windows Authentication only by default There isn't any notification, that the origin of the errors is that, so it's hard to figure it out The SQL Management studio does not warn you, even if you create a user with SQL Authentication only So the answer is: Switch from Windows to SQL Authentication: Right click on the server name and select properties; Select security
  • html - What is href=# and why is it used? - Stack Overflow
    It's a link that links to nowhere essentially (it just adds "#" onto the URL) It's used for a number of different reasons For instance, if you're using some sort of JavaScript jQuery and don't want the actual HTML to link anywhere It's also used for page anchors, which is used to redirect to a different part of the page





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