英文字典中文字典


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







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

when    音标拼音: [w'ɛn] [hw'ɛn] [w'ɪn] [hw'ɪn]
ad. 何时,什么时候
conj. 当…时;那时,然后;可是,而
pron. 什么时候

何时,什?时候当…时;那时,然後;可是,而 什?时候

When \When\, adv. [OE. when, whan, whenne, whanne, AS.
hw[ae]nne, hwanne, hwonne; akin to OS. hwan, OD. wan, OHG.
wanne, G. wann when, wenn if, when, Goth. hwan when, and to
E. who. ????. See {Who}.]
[1913 Webster]
1. At what time; -- used interrogatively.
[1913 Webster]

When shall these things be? --Matt. xxiv.
3.
[1913 Webster]

Note: See the Note under {What}, pron., 1.
[1913 Webster]

2. At what time; at, during, or after the time that; at or
just after, the moment that; -- used relatively.
[1913 Webster]

Kings may
Take their advantage when and how they list.
--Daniel.
[1913 Webster]

Book lore ne'er served, when trial came,
Nor gifts, when faith was dead. --J. H.
Newman.
[1913 Webster]

3. While; whereas; although; -- used in the manner of a
conjunction to introduce a dependent adverbial sentence or
clause, having a causal, conditional, or adversative
relation to the principal proposition; as, he chose to
turn highwayman when he might have continued an honest
man; he removed the tree when it was the best in the
grounds.
[1913 Webster]

4. Which time; then; -- used elliptically as a noun.
[1913 Webster]

I was adopted heir by his consent;
Since when, his oath is broke. --Shak.
[1913 Webster]

Note: When was formerly used as an exclamation of surprise or
impatience, like what!
[1913 Webster]

Come hither; mend my ruff:
Here, when! thou art such a tedious lady! --J.
Webster.
[1913 Webster]

{When as}, {When that}, at the time that; when. [Obs.]
[1913 Webster]

When as sacred light began to dawn. --Milton.
[1913 Webster]

When that mine eye is famished for a look. --Shak.
[1913 Webster]

43 Moby Thesaurus words for "when":
after all, again, albeit, all the same, although, anon, as far as,
as long as, at all events, at any rate, at what time, at which,
at which time, but, during which time, even, even so, for all that,
howbeit, however, in any case, in any event, in what period,
in which time, just the same, nevertheless, nonetheless,
notwithstanding, on what occasion, on which occasion, rather,
still, the while, though, upon which, what time, when as, whenever,
whereas, whereupon, while, whilst, yet

WHEN. At which time, in wills, standing by itself unqualified and
unexplained, this is a word of condition denoting the time at which the gift
is to continence. 6 Ves. 243; 2 Meriv. 286.
2. The context of a will may show that the word when is to be applied
to the possession only, not to the vesting of a legacy; but to justify this
construction, there must be circumstances, or other expressions in the will,
showing such to have been the testator's intent. 7 Ves. 422; 9 Ves. 230
Coop. 145; 11 Ves. 489; 3; Bro. C. C. 471. For the effect of the word when
in contracts and in wills in the French law, see 6 Toull. n. 520.



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


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

































































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


  • terminal - List of ANSI color escape sequences - Stack Overflow
    The ANSI escape sequences you're looking for are the Select Graphic Rendition subset All of these have the form \033[XXXm where XXX is a series of semicolon-separated parameters To say, make text red, bold, and underlined (we'll discuss many other options below) in C you might write:
  • What type of sequences are escape sequences starting with \033]
    I found many escape sequences in Bash starting with \033], but what are these sequences and why are they starting with \033]?
  • What does printf(\\033[H\\033[J) do in C? - Stack Overflow
    These are ANSI escape codes \033 stands for ESC (ANSI value 27) ESC [ is a kind of escape sequence called Control Sequence Introducer (CSI) CSI commands starts with ESC[ followed by zero or more parameters \033[H (ie, ESC[H) and \033[J are CSI codes \033[H moves the cursor to the top left corner of the screen (ie, the first column of the first row in the screen) and \033[J clears the
  • In this \033 [01;32m VT100 style ANSI Escape Sequences what is the 01 . . .
    \033[01;32m — The part of the ANSI escape code which \033[01;32m belongs to is called Select Graphic Rendition (SGI) Terminal Output Sequence (which has the code CSI n m ) \033[ — is a Control Sequence Introducer 01 — is code for "bold or increased intensity" ; — is a delimiter for codes We can have as many code s as we want
  • What does a bash sequence \033 [999D mean and where is it explained?
    The \033 is the escape character, and those sequence are not bash specific but interpreted by the terminal (software or hardware (via network or serial line)) in which the (bash) program runs There are many such sequences What each does, depends on the terminal for which it is dependent, and might also depend on any previous sequence altering the state of the terminal These are often used
  • export PS1= for customizing shell prompt - Ask Ubuntu
    I neglected to answer the last part of your question Finally, where does the export line go? I looked in the ~ profile, but there isn't the line export PS1='\t\w\$' I'm not sure whether you expected running export VAR=val would cause your ~ profile to be automatically modified The export command never does this Exporting a variable will only pass it into the environment of commands run
  • What color codes can I use in my Bash PS1 prompt?
    Those are ANSI escape sequences; that link is to a chart of color codes but there are other interesting things on that Wikipedia page as well Not all of them work on (e g ) a normal Linux console This is incorrect: \033]00m\] # white 0 resets the terminal to its default (which is probably white) The actual code for white foreground is 37 Also, the escaped closing brace at the end (\]) is
  • Customize the command shell default prompt - Ask Ubuntu
    I would advice you NOT to change root prompt name It always shows as username@hostname so that when someone connect to other machine with ssh it changes to remote-username@remote-hostname However, you can force terminal to always show present-working-directory (PWD CWD) instead of full directory path like in this image
  • The difference between \e and - Unix Linux Stack Exchange
    The 27th (decimal) or \033 octal sequence, or 0x1b hex sequence is the Escape sequence They are all representations of the same control sequence Different shells, languages and tools refer to this sequence in different ways Its Ctrl sequence is Ctrl - [, hence sometimes being represented as ^[, ^ being a short hand for Ctrl





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