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
安裝中文字典英文字典查詢工具!
中文字典英文字典工具:
複製到剪貼板
英文字典中文字典相關資料:
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
When and why do I need to use cin. ignore () in C++? Okay, so when I run your code without ignore, it skips right past the second cin>>, presumably because the endl is still in the stream But when I run your code with ignore, it still skips past the second cin>> if I type anything other than numeric characters And if I put in two ignores, it waits for a third input before the second cin>>
svn - How do I ignore files in Subversion? - Stack Overflow How do I ignore files in Subversion? Also, how do I find files which are not under version control?
How can I Git ignore subfolders subdirectories? - Stack Overflow 145 All the previous answers are valid, but something that I don't think is mentioned is that once you add a file from that directory into the repository, you can't ignore that directory subdirectory that contains that file (git will ignore that directive) To ignore already added files run git rm -r --cached
How to ignore deprecation warnings in Python - Stack Overflow I keep getting this : DeprecationWarning: integer argument expected, got float How do I make this message go away? Is there a way to avoid warnings in Python?
git - How to . gitignore all files folder in a folder, but not the . . . The * line tells git to ignore all files in the folder, but ! gitignore tells git to still include the gitignore file This way, your local repository and any other clones of the repository all get both the empty folder and the gitignore it needs
How to use `@ts-ignore` for a block? - Stack Overflow The @ts-ignore comment enables the TypeScript compiler to ignore the line below it How can one ignore a whole block of code with TypeScript?
How to ignore files directories in TFS for avoiding them to go to . . . Is it possible to set up files folders to ignore on a per-project basis in TFS source control? For example, I've a website with an assets folder that I do not want to go in to source control These
python - How to tell flake8 to ignore comments - Stack Overflow You can tell to ignore E501 error, but I don't think it will able to distinguish between code and comments
How do I disable the security certificate check in Python requests 916 From the documentation: requests can also ignore verifying the SSL certificate if you set verify to False