英文字典中文字典


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







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

crabbed    音标拼音: [kr'æbd]
a. 乖张的,执拗的,难解的

乖张的,执拗的,难解的

crabbed
adj 1: annoyed and irritable [synonym: {crabbed}, {crabby}, {cross},
{fussy}, {grouchy}, {grumpy}, {bad-tempered}, {ill-
tempered}]

Crabbed \Crab"bed\ (kr?b"b?d), a. [See {Crab},n.]
1. Characterized by or manifesting, sourness, peevishness, or
moroseness; harsh; cross; cynical; -- applied to feelings,
disposition, or manners.
[1913 Webster]

Crabbed age and youth can not live together. --Shak.
[1913 Webster]

2. Characterized by harshness or roughness; unpleasant; --
applied to things; as, a crabbed taste.
[1913 Webster]

3. Obscure; difficult; perplexing; trying; as, a crabbed
author. "Crabbed eloquence." --Chaucer.
[1913 Webster]

How charming is divine philosophy!
Not harsh and crabbed, as dull fools suppose.
--Milton.
[1913 Webster]

4. Cramped; irregular; as, crabbed handwriting. --
{Crab"bed*ly}, adv. -- {Crab"bed*ness}, n.
[1913 Webster]

142 Moby Thesaurus words for "crabbed":
Byzantine, acerb, acerbate, acerbic, acescent, anile, balled up,
bearish, beyond one, bitchy, blunt, brusque, cankered,
cantankerous, choleric, churlish, complex, complicated, confounded,
confused, convoluted, crab, cramp, cranky, cross, cross-grained,
crusty, cussed, daedal, debilitated, decrepit, devious, difficult,
disagreeable, doddered, doddering, doddery, dour, dry, elaborate,
embrangled, entangled, excitable, feeble, feisty, fossilized,
fouled up, fractious, garbled, gerontal, gerontic, gloomy, glum,
green, gruff, hard, hard to understand, huffish, huffy, implicated,
infirm, intricate, involuted, involved, irascible, irritable,
jumbled, knotted, knotty, labyrinthian, labyrinthine, loused up,
many-faceted, matted, mazy, mean, meandering, messed up, mixed up,
morose, mossbacked, moth-eaten, mucked up, multifarious, mummylike,
obfuscated, obscure, obscured, ornery, overtechnical, palsied,
papery-skinned, perplexed, perverse, pickled, pungent, ramified,
ravaged with age, rickety, roundabout, run to seed, rusty,
saturnine, scrambled, screwed up, sec, senile, shaky, shriveled,
snappish, snarled, sour, sour as vinegar, soured, sourish,
spiteful, spleeny, splenetic, stricken in years, subtle, sulky,
surly, tangled, tangly, tart, tartish, testy, timeworn, tottering,
tottery, tough, twisted, ugly, unripe, unsweet, unsweetened,
vinegarish, vinegary, waspish, weak, withered, wizened


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





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


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

































































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


  • Is there a lt;meta gt; tag to turn off caching in all browsers?
    I noticed some caching issues with service calls when repeating the same service call (long polling) Adding metadata didn't help One solution is to pass a timestamp to ensure ie thinks it's a different http service request That worked for me, so adding a server side scripting code snippet to automatically update this tag wouldn't hurt:
  • regex - Adding ?nocache=1 to every url (including the assets like . . .
    But what I would like to do is to apply ?nocache=1 to every URL related to the site (including the assets like style css) so that I get the non cached version of the files
  • c# - Prevent Caching in ASP. NET MVC for specific actions using an . . .
    If your class or action didn't have NoCache when it was rendered in your browser and you want to check it's working, remember that after compiling the changes you need to do a "hard refresh" (Ctrl+F5) in your browser Until you do so, your browser will keep the old cached version, and won't refresh it with a "normal refresh" (F5)
  • caching - Difference between no-cache and must-revalidate for Cache . . .
    @Anshul No, must-revalidate and no-cache have different meaning for fresh responses: If a cached response is fresh (i e, the response hasn't expired), must-revalidate will make the proxy serve it right away without revalidating with the server, whereas with no-cache the proxy must revalidate the cached response regardless of freshness Source: "HTTP - The Definitive Guide", pages 182-183
  • What is different between HttpCacheability. NoCache and Response . . .
    a) An abstraction over the response object's caching policy that can be useful in testing scenarios b) Potential future-proofing if the HTTP spec is extended for some reason to mean that NoCache needs more headers in the response, or other tweaks to the response
  • caching - No cache in Node. js server - Stack Overflow
    I have read that to avoid caching in Node js, it is necessary to use: res header('Cache-Control', 'no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0'); But I don't
  • How do we control web page caching, across all browsers?
    Our investigations have shown us that not all browsers respect the HTTP cache directives in a uniform manner For security reasons we do not want certain pages in our application to be cached, eve
  • Best practice of using non-cacheable memory - Stack Overflow
    Are there any other good reasons to mark memory as non-cacheable? P S seems that marking memory as non-cacheable from user-space can be done through mmap() with MAP_NOCACHE flag, isn't it? UPD From wiki: Marking some memory ranges as non-cacheable can improve performance, by avoiding caching of memory regions that are rarely re-accessed
  • Sequence cache and performance - Stack Overflow
    If you omit both CACHE and NOCACHE, then the database caches 20 sequence numbers by default Oracle recommends using the CACHE setting to enhance performance if you are using sequences in an Oracle Real Application Clusters environment Using the CACHE and NOORDER options together results in the best performance for a sequence CACHE option is used without the ORDER option, each instance
  • How can I update `devm_ioremap_nocache` based kernel module
    How can I update `devm_ioremap_nocache` based kernel module Asked 1 year ago Modified 1 year ago Viewed 467 times





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