英文字典中文字典


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







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

sinking    音标拼音: [s'ɪŋkɪŋ]
n. 沉没,下沉,低降

沈没,下沈,低降

sinking
*沉

sinking
n 1: a descent as through liquid (especially through water);
"they still talk about the sinking of the Titanic"
2: a slow fall or decline (as for lack of strength); "after
several hours of sinking an unexpected rally rescued the
market"; "he could not control the sinking of his legs"
3: a feeling caused by uneasiness or apprehension; "with a
sinking heart"; "a sinking feeling in the pit of my stomach"
[synonym: {sinking}, {sinking feeling}]

Sink \Sink\ (s[i^][ng]k), v. i. [imp. {Sunk} (s[u^][ng]k), or
({Sank} (s[a^][ng]k)); p. p. {Sunk} (obs. {Sunken}, -- now
used as adj.); p. pr. & vb. n. {Sinking}.] [OE. sinken, AS.
sincan; akin to D. zinken, OS. sincan, G. sinken, Icel.
s["o]kkva, Dan. synke, Sw. sjunka, Goth. siggan, and probably
to E. silt. Cf. {Silt}.]
1. To fall by, or as by, the force of gravity; to descend
lower and lower; to decline gradually; to subside; as, a
stone sinks in water; waves rise and sink; the sun sinks
in the west.
[1913 Webster]

I sink in deep mire. --Ps. lxix. 2.
[1913 Webster]

2. To enter deeply; to fall or retire beneath or below the
surface; to penetrate.
[1913 Webster]

The stone sunk into his forehead. --1 San. xvii.
49.
[1913 Webster]

3. Hence, to enter so as to make an abiding impression; to
enter completely.
[1913 Webster]

Let these sayings sink down into your ears. --Luke
ix. 44.
[1913 Webster]

4. To be overwhelmed or depressed; to fall slowly, as so the
ground, from weakness or from an overburden; to fail in
strength; to decline; to decay; to decrease.
[1913 Webster]

I think our country sinks beneath the yoke. --Shak.
[1913 Webster]

He sunk down in his chariot. --2 Kings ix.
24.
[1913 Webster]

Let not the fire sink or slacken. --Mortimer.
[1913 Webster]

5. To decrease in volume, as a river; to subside; to become
diminished in volume or in apparent height.
[1913 Webster]

The Alps and Pyreneans sink before him. --Addison.
[1913 Webster]

Syn: To fall; subside; drop; droop; lower; decline; decay;
decrease; lessen.
[1913 Webster]


Sinking \Sink"ing\,
a. & n. from {Sink}.
[1913 Webster]

{Sinking fund}. See under {Fund}.

{Sinking head} (Founding), a riser from which the mold is fed
as the casting shrinks. See {Riser}, n., 4.

{Sinking pump}, a pump which can be lowered in a well or a
mine shaft as the level of the water sinks.
[1913 Webster]

217 Moby Thesaurus words for "sinking":
Brownian movement, advance, aging, angular motion, anxious,
apprehensive, ascending, ascent, axial, axial motion, back,
back-flowing, backflowing, backing, backward, backward motion, bad,
baptism, burial, career, climbing, collapsing, coming apart,
concavity, course, cracking, crumbling, current, de-escalation,
debasement, decadent, deciduous, declining, declivitous, decurrent,
deepening, degenerate, degradation, dejected, demotion, depressed,
depression, descendant, descending, descent, desolate,
despaired of, despairing, deteriorating, detrusion, digging,
diminishing, diminution, dip, dipping, disintegrating, doleful,
dolorous, done for, doting, dousing, down, down-reaching,
down-trending, downcoming, downfalling, downgoing, downhill,
downsinking, downward, downward motion, draining, drift, driftage,
drifting, drilling, drooping, dropping, duck, ducking, dunking,
dwindling, dying, ebbing, effete, engulfment, excavation, expiring,
facing death, fading, failing, falling, flagging, flight, flow,
flowing, fluent, flux, flying, forlorn, forward motion,
fragmenting, fretful, getting on, given up, going, going to pieces,
growing old, gyrational, gyratory, hauling down, heavy-laden,
hollowness, hopeless, immergence, immersion, in articulo mortis,
in extremis, incapable of life, inundation, jittery, jumpy,
languishing, low, lowering, marcescent, mining, miserable,
moribund, mounting, mournful, near death, nervous, nonviable,
oblique motion, on the descendant, on the downgrade, ongoing,
onrush, passage, passing, pining, plummeting, plunging, probing,
progress, progressive, queasy, radial motion, random motion,
receding, reduction, reflowing, refluence, refluent, reflux,
regression, regressive, retiring, retreating, retrograde,
retrogression, retrogressive, rising, rotary, rotational, rotatory,
run, running, rush, rushing, sagging, senescent, set, setting,
shaky, shrinking, shriveling, sideward, sideward motion, sinkage,
sliding, slipping, slipping away, slumping, soaring, souse,
sousing, sternway, stream, streaming, stricken, submergence,
submerging, submersion, subsiding, tabetic, tense, terminal,
thrusting under, tottering, traject, trajet, trend, tumbledown,
tunneling, uneasy, unquiet, up-trending, upward, upward motion,
waning, wasting, wilting, withering, woeful, worsening


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





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


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

































































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


  • SQL - Using placeholders to retrieve rows that are LIKE the placeholder
    You must not put the ? parameter placeholders inside a quoted SQL string literals in your query Parameters are an alternative to using string literals I would write the query like this: SELECT DISTINCT r restname FROM restaurants r JOIN food f ON f restid = r restid JOIN drinks d ON d restid = r restid WHERE f foodcategory LIKE ? AND d drinkvariety LIKE ? Then I would pass parameters as
  • SQLite3 querying a database with ? placeholders [duplicate]
    I have a table named shoes with names and prices This code works and queries two rows:
  • How to use placeholder ? in LIKE operator? - Stack Overflow
    I just provide one value at run time and based on that value the query will fetch me the results using LIKE operator My query is shown below I have used placeholder '?' since my query is dynamic type Is it possible to use placeholder in LIKE operator or does it only work with static type query?
  • SQL placeholder in WHERE IN issue, inserted strings fail
    To generate a query, I need to pass an array of tags (essentially primary keys), but these have to be inserted as strings As this will be a modular query and used for multiple tags, a placeholder is being used The query relies upon the use of the WHERE IN statement, which is where the placeholder is, like below:
  • How to correctly use mysql connector placeholders %S in python3?
    I am trying to read and write to a mysql database using python3 and mysql connector However I am having issues when using the quot;%s quot; placeholder in my synthax Consider the following code:
  • Change Placeholder Text using jQuery - Stack Overflow
    I am using a jQuery placeholder plugin (https: github com danielstocks jQuery-Placeholder) I need to change the placeholder text with the change in dropdown menu
  • How to use placeholders in like clause in SQL query?
    select * from Table1 where Identifier = 'ABC' and Identifier_Type like '?%?' will it work? I have to use these parameters in the prepared statement so I thought of replacing the named parameters with the placeholders '?' will it work like this '?%?'
  • How to test placeholder of input using Jest with React Testing Library
    To understand what you are testing, by using Jest and React Testing Library you are rendering those components in the JSDOM, and then reading the JSDOM output of that render When you have an input with a placeholder, <input placeholder="this is a placeholder" > you can query it by screen queryByPlaceholderText( this is a placeholder i) But when the input already has a value, after the user
  • How to safely convert SQL placeholders in python?
    Things like SELECT * FROM ? or cannot be made safe though parameterization, and the ? in this string is not a placeholder Placeholders that can protect yourself from SQL injection can only go where literal values (strings, numbers) would go in an SQL query
  • How can I get placeholder attribute value using jquery?
    I am trying to get the placeholder attribute value and do a fadeIn with the label which has the placeholder value as a for value, but it's not working HTML: lt;html gt; lt;body gt;





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