英文字典中文字典


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







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

decease    音标拼音: [dɪs'is]
n. 死亡
vi. 死亡

死亡死亡

decease
n 1: the event of dying or departure from life; "her death came
as a terrible shock"; "upon your decease the capital will
pass to your grandchildren" [synonym: {death}, {decease},
{expiry}] [ant: {birth}, {nascence}, {nascency},
{nativity}]
v 1: pass from physical life and lose all bodily attributes and
functions necessary to sustain life; "She died from
cancer"; "The children perished in the fire"; "The patient
went peacefully"; "The old guy kicked the bucket at the age
of 102" [synonym: {die}, {decease}, {perish}, {go}, {exit},
{pass away}, {expire}, {pass}, {kick the bucket}, {cash in
one's chips}, {buy the farm}, {conk}, {give-up the ghost},
{drop dead}, {pop off}, {choke}, {croak}, {snuff it}] [ant:
{be born}]

Decease \De*cease"\, n. [OE. deses, deces, F. d['e]c[`e]s, fr.
L. decessus departure, death, fr. decedere to depart, die;
de- cedere to withdraw. See {Cease}, {Cede}.]
Departure, especially departure from this life; death.
[1913 Webster]

His decease, which he should accomplish at Jerusalem.
--Luke ix. 31.
[1913 Webster]

And I, the whilst you mourn for his decease,
Will with my mourning plaints your plaint increase.
--Spenser.

Syn: Death; departure; dissolution; demise; release. See
{Death}.
[1913 Webster]


Decease \De*cease"\, v. i. [imp. & p. p. {Deceased}; p. pr. &
vb. n. {Deceasing}.]
To depart from this life; to die; to pass away.
[1913 Webster]

She's dead, deceased, she's dead. --Shak.
[1913 Webster]

When our summers have deceased. --Tennyson.
[1913 Webster]

Inasmuch as he carries the malignity and the lie with
him, he so far deceases from nature. --Emerson.
[1913 Webster]

132 Moby Thesaurus words for "decease":
Z, annihilation, apodosis, bane, be lost, biological death,
cash in, catastrophe, cease to be, cease to live, ceasing,
cessation, cessation of life, clinical death, coda, conclusion,
consummation, crack of doom, crossing the bar, culmination,
curtain, curtains, death, death knell, debt of nature, demise,
denouement, depart, depart this life, departure, destination,
destiny, die, dissolution, doom, drop, dying, ebb of life, effect,
end, end of life, end point, ending, envoi, epilogue, eschatology,
eternal rest, exit, expiration, expire, extinction, extinguishment,
fall, fall asleep, fate, final solution, final summons,
final twitch, final words, finale, finality, finger of death,
finis, finish, go, go out, goal, going, going off, grave,
hand of death, izzard, jaws of death, knell, last, last breath,
last debt, last gasp, last muster, last rest, last roundup,
last sleep, last things, last trumpet, last words, latter end,
leaving life, loss of life, making an end, omega, part, parting,
pass, pass away, pass on, pass over, passing, passing away,
passing over, payoff, period, perish, perishing, peroration,
put off mortality, quietus, quit this world, release, resolution,
rest, resting place, return to dust, reward, sentence of death,
shades of death, shadow of death, silence, sleep, somatic death,
stop breathing, stoppage, stopping place, succumb,
summons of death, swan song, term, terminal, termination, terminus,
up and die, windup, yield the ghost


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





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


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

































































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


  • MySql NULL values : r golang - Reddit
    placeholder := "VALUES (" for i, c := range columns { if i == 0 { *query += c placeholder += "?" } else { *query += ", "+c placeholder += ", ?" } } placeholder += ")" *query += ") " + placeholder } convert []string to []interface{} func string2interface(s []string) []interface{} { i := make([]interface{}, len(s)) for k, v := range s {
  • Buffering problems Plex is unusable suddenly : r PleX - Reddit
    Over the last week or so Plex has been having issues to the point that I can't even use it It will play a video fine for a few minutes then suddenly start buffering to the point it is unwatchable I managed to grab the console log What I have tried so far Updating both the plex app and server, completing reinstalling the server, updating gpu, updating router firmware, Speed tests on
  • A question about pets : r 2007scape - Reddit
    Idk about the placeholder thing (I'd imagine an empty placeholder wouldn't keep you from getting the drop again), but they're currently polling changes to the way pet insurance works If the questions pass pets will automatically insure when they drop, and there's another question for allowing players to reclaim previously uninsured pets
  • Generic parameter subsitiution : r cpp_questions - Reddit
    If thats the case you can do the following: Find the placeholder by using strstr (), std::string find () or simply iterate over the char array until finding a placeholder Query the DB for that placeholder At that point you will know the type of the variable create some kind of format string to use with snprintf () or simply use stringstream
  • Filter asset field based on Organization : r jira - Reddit
    The first recommendation I have is to adjust your AQL syntax Remember, AQL is case-sensitive and requires double quotes around field names that contain spaces, like so: `"Asset Organization" = $ {customfield_10002}` Secondly, consider discarding the 'organisations' field in favor of using two asset object types, which might offer a more seamless connection I must say, I'm somewhat perplexed
  • Kitty terminal giving error when i try to launch : r KittyTerminal - Reddit
    This is a subreddit for asking questions and starting discussions about the "Kitty terminal", a cross-platform, fast and GPU accelerated terminal emulator
  • quicklink: google image search : r raycastapp - Reddit
    I’m trying to create a quick link for a google image search but google itself creates a giant URL that, when used, does not search for image, rather it reverts back to regular search Any ideas?
  • JAC related query : r Btechtards - Reddit
    true A community for BTech and Engineering students From serious discussions, advice-guidance, suggestions to memes shitposts everything is allowed here Welcome to the community!
  • How to use placeholders in PostgreSQL? : r PostgreSQL - Reddit
    How to use placeholders in PostgreSQL? In SQL systems other than Postgres, such as MySQL for instance, prepared statements can use question marks as a placeholder for data in prepared statements I am not sure how to create placeholders in Postgres
  • VKB. Ultimate. : r hotas - Reddit
    Someone suggested back in the time at VKB query poll that which one should be, that how about transfer texts with both from VKB? Like the airplane model ones that you transfer with water in their places, that are slightly embedded locations so you don't touch them accidentally





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