英文字典中文字典


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







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

supine    音标拼音: [səp'ɑɪn] [s'upɑɪn]
a. 仰卧的,掌心向上的,懒散的

仰卧的,掌心向上的,懒散的

supine
adj 1: lying face upward [synonym: {supine}, {resupine}]
2: offering no resistance; "resistless hostages"; "No other
colony showed such supine, selfish helplessness in allowing
her own border citizens to be mercilessly harried"- Theodore
Roosevelt [synonym: {resistless}, {supine}, {unresisting}]

Supine \Su*pine"\ (s[-u]*p[imac]n"), a. [L. supinus, akin to sub
under, super above. Cf. {Sub-}, {Super-}.]
1. Lying on the back, or with the face upward; -- opposed to
{prone}.
[1913 Webster]

2. Leaning backward, or inclining with exposure to the sun;
sloping; inclined.
[1913 Webster]

If the vine
On rising ground be placed, or hills supine.
--Dryden.
[1913 Webster]

3. Negligent; heedless; indolent; listless.
[1913 Webster]

He became pusillanimous and supine, and openly
exposed to any temptation. --Woodward.
[1913 Webster]

Syn: Negligent; heedless; indolent; thoughtless; inattentive;
listless; careless; drowsy.
[1913 Webster] -- {Su*pine"ly}, adv. -- {Su*pine"ness},
n.
[1913 Webster]


Supine \Su"pine\ (s[=u]"p[imac]n), n. [L. supinum (sc. verbum),
from supinus bent or thrown backward, perhaps so called
because, although furnished with substantive case endings, it
rests or falls back, as it were, on the verb: cf. F. supin.]
(Lat. Gram.)
A verbal noun; or (according to C.F.Becker), a case of the
infinitive mood ending in -um and -u, that in -um being
sometimes called the former supine, and that in -u the latter
supine.
[1913 Webster]

144 Moby Thesaurus words for "supine":
Laodicean, Olympian, abject, accepting, accumbent, acquiescent,
agreeable, aloof, apathetic, assenting, benumbed, blah, blase,
bored, comatose, complaisant, compliable, compliant, complying,
consenting, couchant, couche, crawling, crouched, dead, debased,
debilitated, decumbent, depressed, desensitized, detached,
disinterested, dopey, dormant, draped, droopy, drugged, dull,
enervated, exanimate, flat, groveling, heartless, heavy,
hebetudinous, hopeless, idle, in a stupor, inactive, inanimate,
indifferent, indolent, inert, insouciant, jaded, knee-high,
knocked flat, lackadaisical, laid low, languid, languorous, lazy,
leaden, lethargic, lifeless, listless, lolling, lounging, low,
low-built, low-hung, low-level, low-leveled, low-lying, low-set,
low-statured, lumpish, lying, lying down, moribund, motionless,
neap, nonchalant, nondissenting, nonresistant, nonresisting,
nonresistive, numb, numbed, obedient, passive, phlegmatic,
pluckless, pooped, procumbent, prone, prostrate, reclining,
recumbent, reposing, resigned, resupine, runty, sated, servile,
short, slack, sleepy, slothful, slow, sluggish, somnolent,
soporific, spiritless, sprawled, sprawling, spread, spunkless,
squat, squatty, stagnant, stagnating, stoic, stooped, stultified,
stumpy, stupefied, submissive, subservient, torpid, unassertive,
uncaring, uncomplaining, unconcerned, unelevated, uninterested,
unresistant, unresisting, vegetable, vegetative, wan, weary,
withdrawn, world-weary


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





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


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

































































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


  • Can a Project recognize its Virtual Environment?
    My intention was to limit bloat of projects so as to not use up a ton of unnecessary space in the cloud So, I keep my virtual environments outside of the cloud directory and consequently out of the projects directory My thought process is that if I need to work on a project on a different computer that I can download all necessary files via pipenv install rather than storing and syncing them
  • General Discussion - Sublime Forum
    The official Sublime HQ forum
  • Python syntax error - Technical Support - Sublime Forum
    This is because e g PHP extends HTML and thus relies on HTML package being present and enabled and HTML sublime-syntax being in its original location using correct name The same for Python It embedds an extended version of Packages Regular Expressions RegExp (Basic) sublime-syntax Various core packages depend on each other as well as 3rd-party packages depend on core packages and their
  • Editing Commit Messages - Sublime Merge - Sublime Forum
    How exactly does editing commit comment work from SM2? What is the equivalent command, git? After changing the commit comment, SM2 displays the date and time the comment was edited, instead of the date and time of the original commit Is it possible to change this behavior? After changing the commit comment, the reflog command displays the original commit comment Is this to be expected? Greeting
  • Reliably resolve the background color of a theme?
    So I accidentally managed (thanks to some help from ChatGPT) to write a sublime plugin that categorizes all color schemes into light and dark, and lists them in 2 separate lists in command palette There is only one small issue: I load both sublime-color-scheme and tmTheme and parse them manually (as json and xml respectively) However, the background that I get from them is not always what
  • Build 4200-Rewritten syntax highlighting for SQL Is Bad
    I just upgraded to Build 4200 and the changelog says “Rewritten syntax highlighting for SQL” How can I revert to the old SQL syntax highlighting? If I cannot, then I would like to post how I prefer the old one With the old, two dashes made a comment With the new, two dashes followed by a space makes a comment But two dashes followed by any other text is not a comment Also, several key
  • Macros dont record Find Replace? - Sublime Forum
    I just today realized macros don’t record Find Replace actions, which I find pretty shocking at this stage in ST2 I guess the fact that it took well over a year of intense daily use before realizing this runs contrary to my feeling it’s a vital feature Painfully, I had to fire up Textmate 1 for the first time since … Apr 2011? to record a macro of several regex find replace actions to
  • Deadly slow merge resolve - Sublime Merge - Sublime Forum
    After attempting a merge when I press the resolve button the next screen shows the spinning status for 2-4 minutes The project has 20,000+ files but the file with the conflict is never more than a few thousand lines The cancel button also freezes the UI for about 4-5 seconds (every time) After showing the resolve screen once subsequent resolving doesn’t have the same delay Not sure if
  • Python scope for braces () - Technical Support - Sublime Forum
    Hello I’ve modified ‘Python tmLanguage’ - in a slightly ad-hoc fashion 😆 - but it behaves as I want in terms of scope, colourization I end up with a number of bracket pairs ( ) which are still scoped as ‘source python’ - the screenshot may help… Because they are still scoped as ‘source python’ I figure it may be possible to create a scope for them, by adding *something
  • Fixed download url for latest version - General Discussion - Sublime Forum
    Can we get documented list of similar URL’s to determine retrieve the latest version of Sublime Merge as well to go with the ones above for Text? Of primary interest (to me at least) is the ability to determine the latest release number in either channel, since the Linux tarball builds don’t look for updates explicitly the way that Text does





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