英文字典中文字典


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







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

Ignore    音标拼音: [ɪgn'ɔr]
v. 忽略
vt. 不理睬,忽视,驳回

忽略不理睬,忽视,驳回

ignore
忽略

ignore
略 忽略

ignore
v 1: refuse to acknowledge; "She cut him dead at the meeting"
[synonym: {ignore}, {disregard}, {snub}, {cut}]
2: bar from attention or consideration; "She dismissed his
advances" [synonym: {dismiss}, {disregard}, {brush aside}, {brush
off}, {discount}, {push aside}, {ignore}]
3: fail to notice [ant: {mark}, {note}, {notice}]
4: give little or no attention to; "Disregard the errors" [synonym:
{neglect}, {ignore}, {disregard}]
5: be ignorant of or in the dark about [ant: {cognise},
{cognize}, {know}]

Ignore \Ig*nore"\, v. t. [imp. & p. p. {Ignored}; p. pr. & vb.
n. {Ignoring}.] [L. ignorare; pref. in- not the root of
gnarus knowing, noscere to become acquainted with. See
{Know}, and cf. {Narrate}.]
1. To be ignorant of or not acquainted with. [Archaic]
[1913 Webster]

Philosophy would solidly be established, if men
would more carefully distinguish those things that
they know from those that they ignore. --Boyle.
[1913 Webster]

2. (Law) To throw out or reject as false or ungrounded; --
said of a bill rejected by a grand jury for lack of
evidence. See {Ignoramus}.
[1913 Webster]

3. Hence: To refuse to take notice of; to shut the eyes to;
not to recognize; to disregard willfully and causelessly;
as, to ignore certain facts; to ignore the presence of an
objectionable person.
[1913 Webster]

Ignoring Italy under our feet,
And seeing things before, behind. --Mrs.
Browning.
[1913 Webster]

181 Moby Thesaurus words for "ignore":
abide with, abjure, accept, allow for, avoid, ban, bar, bar out,
be big, be blind to, be caught napping, be caught out,
be content with, be easy with, be inattentive, be neglectful,
be negligent, be unwary, bear with, blink at, blockade,
break the law, brook, brush aside, brush off, care naught for,
chuck, chuck out, color, condone, connive at, contemn, contradict,
count out, cut, cut dead, cut off, debar, decline, default, defy,
deny, despise, digest, diminish, disapprove, discard, disclaim,
discount, disdain, dismiss, disobey, disown, disregard, down, ease,
eat, embargo, endure, evade, except, exclude, extenuate, fail,
flout, forget, forswear, freeze out, give no heed, give the go-by,
gloss over, go counter to, hear nothing, judge not, keep out,
lapse, lean over backwards, leave out, leave unavenged, lessen,
let go, let it go, let pass, let ride, let slide, let slip,
listen to reason, live with, lock out, look right through,
lose sight of, lose track of, make allowance for,
make allowances for, make light of, make little of, mince, miss,
mitigate, neglect, nod, not attend, not care for, not conform,
not get involved, not heed, not keep, not listen, not mind,
not notice, not observe, not think, not write off, omit, ostracize,
overlook, overpass, palliate, pass by, pass over, pass up,
pay no attention, pay no mind, pocket, pocket the affront,
pooh-pooh, preclude, prohibit, push aside, rebuff, recant, refuse,
refuse to acknowledge, refuse to consider, refuse to cooperate,
refuse to recognize, regard with indulgence, reject, relegate,
renounce, repel, repudiate, repulse, scoff at, scout,
see both sides, see nothing, send to Coventry, set at defiance,
set at naught, set naught by, shove away, shut out, sleep, slight,
slur over, snub, soft-pedal, soften, spurn, stomach,
suspend judgment, swallow, swallow an insult, taboo, take,
take for granted, think little of, throw away, throw out, tolerate,
transgress, turn aside provocation, turn away, turn out, varnish,
view with indulgence, violate, waive, whitewash, wink at


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





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


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

































































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


  • gitignore - How to ignore certain files in Git - Stack Overflow
    To ignore a file; name_of_file We don't need to provide the complete path of the file or directory to be ignored; we just have to provide its name If you want to ignore all files with same extension; * pyc #will ignore all files with pyc extention Also the above things will only work at the first time when you have not added the files to Git
  • How to always use ignore-platform-reqs flag when running composer?
    You can add alias composer="composer --ignore-platform-reqs" to your bash_profile but it will break commands that don't recognize this option (eg composer outdated)
  • github - How to use gitignore command in git - Stack Overflow
    20 git ignore is a convention in git Setting a file by the name of gitignore will ignore the files in that directory and deeper directories that match the patterns that the file contains The most common use is just to have one file like this at the top level
  • ignore - Git command to show which specific files are ignored by . . .
    Note, git check-ignore uses the committed gitignore and not the one in your working tree! To play with it without polluting your git history, you might freely try to edit it, and then commit with a git commit --amend This problem happens mainly if you need a workaround of the problem, that git doesn't follow directories Enter in the gitignore:
  • git - What is . gitignore? - Stack Overflow
    There is no explicit git ignore command: instead the gitignore file must be edited and committed by hand when you have new files that you wish to ignore gitignore files contain patterns that are matched against file names in your repository to determine whether or not they should be ignored Here is a sample gitignore file
  • . gitignore for Visual Studio Projects and Solutions
    Which files should I include in gitignore when using Git in conjunction with Visual Studio Solutions ( sln) and Projects?
  • How to bypass certificate errors using Microsoft Edge
    When attempting to access the local git server page Microsoft Edge displays a certificate error because the git server is using a self-signed certificate I would
  • Turning off eslint rule for a specific line - Stack Overflow
    The general end of line comment, eslint-disable-line, does not need anything after it: no need to look up a code to specify what you wish ES Lint to ignore If you need to have any syntax ignored for any reason other than a quick debugging, you have problems: why not update your delint config? I enjoy eslint-disable-line to allow me to insert console for a quick inspection of a service





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