英文字典中文字典


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







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

peril    音标拼音: [p'ɛrəl]
n. 危险,冒险
vt. 置…于险境,冒险

危险,冒险置…于险境,冒险

peril
n 1: a source of danger; a possibility of incurring loss or
misfortune; "drinking alcohol is a health hazard" [synonym:
{hazard}, {jeopardy}, {peril}, {risk}, {endangerment}]
2: a state of danger involving risk [synonym: {riskiness}, {peril}]
3: a venture undertaken without regard to possible loss or
injury; "he saw the rewards but not the risks of crime";
"there was a danger he would do the wrong thing" [synonym:
{risk}, {peril}, {danger}]
v 1: pose a threat to; present a danger to; "The pollution is
endangering the crops" [synonym: {endanger}, {jeopardize},
{jeopardise}, {menace}, {threaten}, {imperil}, {peril}]
2: put in a dangerous, disadvantageous, or difficult position
[synonym: {queer}, {expose}, {scupper}, {endanger}, {peril}]

Peril \Per"il\, v. t. [imp. & p. p. {Periled}or {Perilled}; p.
pr. & vb. n. {Periling} or {Perilling}.]
To expose to danger; to hazard; to risk; as, to peril one's
life.
[1913 Webster]


Peril \Per"il\, n. [F. p['e]ril, fr. L. periculum, periclum,
akin to peritus experienced, skilled, and E. fare. See
{Fare}, and cf. {Experience}.]
Danger; risk; hazard; jeopardy; exposure of person or
property to injury, loss, or destruction.
[1913 Webster]

In perils of waters, in perils of robbers. --2 Cor. xi.
26.
[1913 Webster]

Adventure hard
With peril great achieved. --Milton.
[1913 Webster]

{At one's peril}, or {On one's peril}, with risk or danger to
one; at the hazard of. "On thy soul's peril." --Shak.
[1913 Webster]

Syn: Hazard; risk; jeopardy. See {Danger}.
[1913 Webster]


Peril \Per"il\, v. i.
To be in danger. [Obs.] --Milton.
[1913 Webster]

75 Moby Thesaurus words for "peril":
breakers ahead, cardhouse, cause for alarm, compromise, crisis,
danger, dangerous ground, desultoriness, emergency,
encounter danger, endanger, endangerment, expose, exposure, gamble,
gamble with, gaping chasm, gathering clouds, hazard,
house of cards, imperil, imperilment, incur danger, infirmity,
insecurity, insolidity, instability, insubstantiality, jeopard,
jeopardize, jeopardy, lay open, liability, menace, openness, pass,
perilousness, pinch, plight, precariousness, predicament,
put in danger, put in jeopardy, quicksand, risk, riskiness,
rocks ahead, shakiness, shiftiness, shiftingness, slipperiness,
speculativeness, storm clouds, strait, subjection, susceptibility,
thin ice, threat, ticklishness, treacherousness, treachery,
unauthenticity, unauthoritativeness, uncertainty, undependability,
unfaithworthiness, unreliability, unsolidity, unsoundness,
unsteadfastness, unsteadiness, unsubstantiality, unsureness,
untrustworthiness, vulnerability


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





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


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

































































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


  • how to convert number to string (without exponent)
    12345678901234567890123 how can this be done? EDIT: just to be clear: the number i want to render, does not contain any decimal places it's just a simple 12345678901234567890123 not 12345678901234567890123 123 or anything likewise and, as i'm is
  • Importing CSV as text Excel VBA - Stack Overflow
    I'm importing a CSV file that contains a 20-or-so digit number (for example 12345678901234567890123) Since Excel only supports 15 digits in each cell, importing the data as number yelds something like 123456789012345000000, which is not correct
  • Does parseDouble exist in JavaScript? - Stack Overflow
    In JavaScript, I have a number which is 21 digits, and I want to parse it Does a parseDouble method exist in JavaScript?
  • How to get values from a TextBox and apply a format automatically?
    You can split the input string using the sequence separator (it appears to be a white space here), and use the string array generated by string Spilt() as the input of the string Format() method
  • arithmetic overflow error n (umeric to numeric ) datatype
    12345678901234567890123 12 requires numeric(25,2) at a minimum – Paul Maxwell Commented Mar
  • How to echo from an array in php? - Stack Overflow
    12345678901234567890 123456789012345678901 123456789012345678902 1234567890123456789012 1234567890123456789023 12345678901234567890123 12345678901234567890234 I wrote a script to read this file line by line I want to count the characters in
  • how can i compute the length of an integer?
    how can i compute the length of an integer? Learn more about loopsYou may consider a numeric approach using LOG10: floor(log10(int))+1 all numbers between 10 and 100 will have a LOG10 between 1 and 2 so you can use FLOOR to get the lower value (1 in this case) and then you need to add the value 1 cause you are trying to compute the number of digits and not the power of ten
  • C printf prints two times after overfilling buffer with getchar()
    Enter your name(MAX 24 chars) : 123456789012345678901234567890 Well it looks like your name is : 12345678901234567890123 Well it looks like your name is : 567890 Enter your name(MAX 24 chars) : When I overfill the getchar() with too many characters it does the printf line two times and prints the rest of it in next line
  • regex - Regular expression to match 12345 - Stack Overflow
    Is there a regex to match a string of increasing contiguous numbers, e g 123, 56789, etc? I don't think it can be in regex but worth checking with folks here
  • Disable Text Scrolling when text is longer than the TextBox Width
    If I type ("12345678901234567890123") ,it only show "12345678901" but if I click backspace [13]times, the text begins "1234567890" so I know the overflow text are there just not showing 2)I can't click and drag the text right and left as in C# textBox





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