indefinite 音标拼音: [ɪnd'ɛfənət]
a . 模糊的,不确定的,无限的
模糊的,不确定的,无限的
indefinite 不定
indefinite adj 1 :
vague or not clearly defined or stated ; "
must you be so indefinite ?"; "
amorphous blots of color having vague and indefinite edges "; "
he would not answer so indefinite a proposal " [
ant : {
definite }]
2 :
not decided or not known ; "
were indefinite about their plans "; "
plans are indefinite "
Indefinite \
In *
def "
i *
nite \,
a . [
L .
indefinitus .
See {
In -}
not ,
and {
Definite }.]
[
1913 Webster ]
1 .
Not definite ;
not limited ,
defined ,
or specified ;
not explicit ;
not determined or fixed upon ;
not precise ;
uncertain ;
vague ;
confused ;
obscure ;
as ,
an indefinite time ,
plan ,
etc .
[
1913 Webster ]
It were to be wished that . . .
men would leave off that indefinite way of vouching , "
the chymists say this ,"
or "
the chymists affirm that ." --
Boyle .
[
1913 Webster ]
The time of this last is left indefinite . --
Dryden .
[
1913 Webster ]
2 .
Having no determined or certain limits ;
large and unmeasured ,
though not infinite ;
unlimited ;
as ,
indefinite space ;
the indefinite extension of a straight line .
[
1913 Webster ]
Though it is not infinite ,
it may be indefinite ;
though it is not boundless in itself ,
it may be so to human comprehension . --
Spectator .
[
1913 Webster ]
3 .
Boundless ;
infinite . [
R .]
[
1913 Webster ]
Indefinite and omnipresent God ,
Inhabiting eternity . --
W .
Thompson (
1745 ).
[
1913 Webster ]
4 . (
Bot .)
Too numerous or variable to make a particular enumeration important ; --
said of the parts of a flower ,
and the like .
Also ,
indeterminate .
[
1913 Webster ]
{
Indefinite article } (
Gram .),
the word a or an ,
used with nouns to denote any one of a common or general class .
{
Indefinite inflorescence }. (
Bot .)
See {
Indeterminate inflorescence },
under {
Indeterminate }.
{
Indefinite proposition } (
Logic ),
a statement whose subject is a common term ,
with nothing to indicate distribution or nondistribution ;
as ,
Man is mortal .
{
Indefinite term } (
Logic ),
a negative term ;
as ,
the not -
good .
Syn :
Inexplicit ;
vague ;
uncertain ;
unsettled ;
indeterminate ;
loose ;
equivocal ;
inexact ;
approximate .
[
1913 Webster ]
134 Moby Thesaurus words for "
indefinite ":
abstract ,
aleatoric ,
aleatory ,
ambiguous ,
amorphic ,
amorphous ,
anarchic ,
baffling ,
baggy ,
bewildering ,
bland ,
blear ,
bleared ,
bleary ,
blobby ,
blurred ,
blurry ,
boundless ,
broad ,
chance ,
chancy ,
chaotic ,
characterless ,
collective ,
confused ,
confusing ,
cryptic ,
dark ,
dim ,
disordered ,
disorderly ,
endless ,
enduring ,
equivocal ,
faint ,
featureless ,
feeble ,
filmy ,
foggy ,
formless ,
fuzzy ,
general ,
generalized ,
generic ,
half -
seen ,
half -
visible ,
hazy ,
hesitant ,
hit -
or -
miss ,
ill -
defined ,
immeasurable ,
imprecise ,
inaccurate ,
incalculable ,
inchoate ,
incoherent ,
inconspicuous ,
inconstant ,
indecisive ,
indefinable ,
indelible ,
indestructible ,
indeterminable ,
indeterminate ,
indistinct ,
indistinguishable ,
ineffaceable ,
ineradicable ,
inexact ,
inexplicit ,
infinite ,
inform ,
kaleidoscopic ,
lax ,
limitless ,
loose ,
low -
profile ,
lumpen ,
measureless ,
merely glimpsed ,
misty ,
mystifying ,
nebulous ,
neutral ,
nondescript ,
nonspecific ,
obscure ,
orderless ,
out of focus ,
pale ,
permanent ,
puzzling ,
random ,
semivisible ,
shadowed forth ,
shadowy ,
shapeless ,
shilly -
shallying ,
stochastic ,
sub judice ,
sweeping ,
unbounded ,
uncertain ,
uncharacterized ,
unclear ,
uncountable ,
uncounted ,
undecided ,
undefinable ,
undefined ,
undestined ,
undestroyable ,
undetermined ,
undifferentiated ,
unerasable ,
unfixed ,
unknown ,
unlimited ,
unmeasured ,
unordered ,
unorganized ,
unplain ,
unrecognizable ,
unsettled ,
unspecific ,
unspecified ,
unsure ,
vacillating ,
vague ,
veiled ,
wavering ,
weak ,
wide ,
wishy -
washy
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
Is there a lt;meta gt; tag to turn off caching in all browsers? I noticed some caching issues with service calls when repeating the same service call (long polling) Adding metadata didn't help
regex - Adding ?nocache=1 to every url (including the assets like . . . Alright, this is due to the pain that godaddy gives me by implementing their own caching in a MANAGED WORDPRESS hosting
http - What is the difference between no-cache and no-store in Cache . . . I don't find get the practical difference between Cache-Control:no-store and Cache-Control:no-cache As far as I know, no-store means that no cache device is allowed to cache that response In the
How do we control web page caching, across all browsers? Introduction The correct minimum set of headers that works across all mentioned clients (and proxies): Cache-Control: no-cache, no-store, must-revalidate Pragma: no-cache Expires: 0
Difference between no-cache and must-revalidate for Cache-Control? Great explanation, and so typical for us devs to forget about the ancient compatibility reasons of old in our SlickStack (LEMP) project, for dynamic content e g WordPress pages, we set nocache but enable server-side Nginx FastCGI caching, and for static files we set public, max-age=691200 which might also be overwritten by CDNs like Cloudflare
How to force Docker for a clean build of an image If someone is calling docker build isn't it assumed that they want to rebuild without the cache? In what use case would someone want to build an image and use a previously built image? <rant> I just lost a day because an earlier build failed silently yet completed "successful" and I was using the broken image not understanding why updates to the build script wasnt working < rant>
How to disable webpage caching in ExpressJS + NodeJS? nocache Don't waste your time reinventing the wheel, use the nocache middleware instead It has been here for 9 years (2024) and it is downloaded more than 2 million times per week Having only 140 stars on github, this is actually one of those unsung heroes of the express ecosystem Install it npm install --save nocache Add it to you app:
caching - Use OutputCacheAttribute to create opt-out of cached . . . In implementing the newest version of Net's response caching middleware, we need to make a policy that allows callers to bypass cached responses if they send a specific header key For the sake of
How can I update `devm_ioremap_nocache` based kernel module Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question Provide details and share your research!