英文字典中文字典


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







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

napping    音标拼音: [n'æpɪŋ]
刷布

刷布

napping
adj 1: not prepared or vigilant; "the blow caught him napping";
"caught in an off-guard moment"; "found him off his
guard" [synonym: {napping}, {off-guard(a)}, {off guard(p)},
{off one's guard(p)}, {off his guard}, {off her guard},
{off your guard}]

Nap \Nap\ (n[a^]p), v. i. [imp. & p. p. {Napped} (n[a^]pt); p.
pr. & vb. n. {Napping} (n[a^]p"p[i^]ng).] [OE. nappen, AS.
hn[ae]ppian to take a nap, to slumber; cf. AS. hnipian to
bend one's self, Icel. hnipna, hn[imac]pa, to droop.]
1. To have a short sleep; to be drowsy; to doze. --Chaucer.
[1913 Webster]

2. To be in a careless, secure state; to be unprepared; as,
to be caught napping. --Wyclif.
[1913 Webster PJC]

I took thee napping, unprepared. --Hudibras.
[1913 Webster]


Napping \Nap"ping\, n.
1. The act or process of raising a nap, as on cloth.
[1913 Webster]

2. (Hat Making) A sheet of partially felted fur before it is
united to the hat body. --Knight.
[1913 Webster]

3. The act or process of having a short sleep; as, napping is
a common occupation for cats.
[PJC]

117 Moby Thesaurus words for "napping":
a stranger to, absent, absentminded, absorbed, abstracted,
anesthetized, asleep, bemused, blind to, castle-building,
cataleptic, caught napping, comatose, daydreaming, daydreamy,
dead to, deaf to, doped, dozy, dreaming, dreamy, drowsing, drowsy,
drugged, drugged with sleep, ecstatic, elsewhere, engrossed,
faraway, goofing off, half asleep, half-awake, heavy,
heavy with sleep, heavy-eyed, impercipient, in a reverie,
in a stupor, in ignorance of, in the clouds, incautious,
incognizant, insensible, insensible to, languid, lethargic, lost,
lost in thought, meditative, mindless, mooning, moonraking,
museful, musing, narcoleptic, narcose, narcotized, narcous,
nodding, nonconceiving, not with it, oblivious, off-guard,
oscitant, out of it, pensive, pipe-dreaming, preoccupied, rapt,
sedated, sleep-drowned, sleep-drunk, sleep-filled, sleep-swollen,
sleepful, sleeping, sleepy, slumberous, slumbery, snoozy,
somewhere else, somnolent, soporific, stargazing, stretchy,
stuporose, stuporous, taken up, transported, unalert, unaware,
unaware of, uncautious, unconscious, unconscious of, unguarded,
unhearing, uninsightful, unknowing, unmindful, unmindful of,
unperceiving, unprehensive, unprepared, unready, unrealizing,
unseeing, unsuspecting, unvigilant, unwary, unwatchful, unwitting,
witless, woolgathering, wrapped in thought, yawning, yawny


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





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


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

































































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


  • Regular Expression to reformat a US phone number in Javascript
    Here's an example of some of the data: 123 4567890 (123) 456-7890 (123)456-7890 123 456 7890 123 456 7890 (blank null) 1234567890 Is there an easy way to use a regular expression to do this? I'm looking for the best way to do this Is there a better way? I want to reformat the number to the following: (123) 456-7890
  • c# - Regex Phone Numbers - Stack Overflow
    So I have been working on creating a regex to validate phone numbers in the following format XXX-XXX-XXXX which has been working pretty well so far, but now I'm trying to figure out how to remove the ability to enter specific numbers like "123-456-7890"
  • Regular expression to match standard 10 digit phone number
    I want to write a regular expression for a standard US type phone number that supports the following formats: ###-###-#### (###) ###-#### ### ### #### ### ### #### where # means any number So far I came up with the following expressions ^[1-9]\d{2}-\d{3}-\d{4} ^\(\d{3}\)\s\d{3}-\d{4} ^[1-9]\d{2}\s\d{3}\s\d{4} ^[1-9]\d{2}\ \d{3}\ \d{4} respectively I am not quite sure if the last one is
  • Formatting Phone Numbers in PHP - Stack Overflow
    I know the OP is requesting a 123-456-7890 format, but, based on John Dul's answer, I modified it to return the phone number in parentheses format, e g (123) 456-7890 This one only handles 7 and 10 digit numbers
  • how to can i display mobile number in 123-456-7890 format in textfield
    i need to display mobile number like this format 123-456-7890 for eg: 1234567890 is my mobile number,while am entering this mobile number in text field, for first 3 digits i need to place -,after 3 digits again i need to place - if i enter 123 then automatically place - in text field,after 456 place ,no need of placing for further 4 digits
  • Regex to allow only this format 123-456-7890 - Stack Overflow
    i am looking for a regex to accept only this number not any other format 123-456-7890 I have tried this but accepting diff formats as well
  • Remove formatting from a string: (123) 456-7890 = gt; 1234567890?
    I have a string when a telephone number is inputted - there is a mask so it always looks like "(123) 456-7890" - I'd like to take the formatting out before saving it to the DB How can I do that?
  • regex - Python format phone number - Stack Overflow
    How would I go about formatting a 10 digit string: 0123456789 to phone number format: (012) 345-6789 Is there a specific library to use or can you use regex? I've done it the other way around by
  • How to use jQuery to validate North American phone number?
    I want to validate phone numbers like (123) 456-7890 or 1234567890 How should be the 'matches' condition be written in the following code?
  • python - In Dataframe, remove parentheses and dash from phone number . . .
    In data frame, how to remove unnecessary thing from Contact number df Id Phone 1 (+1)123-456-7890 2 (123)-(456)-(7890) 3 123-456-7890 Final Output Id Phone 1 1234567890 2 1234567890 3





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