英文字典中文字典


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







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

neuter    音标拼音: [n'utɚ]
a. 中性的,不及物的,生殖器不完全的
n. 中性名词,无性动物,阉割动物

中性的,不及物的,生殖器不完全的中性名词,无性动物,阉割动物

neuter
adj 1: of grammatical gender; "`it' is the third-person singular
neuter pronoun" [ant: {feminine}, {masculine}]
2: having no or imperfectly developed or nonfunctional sex
organs [synonym: {neuter}, {sexless}]
n 1: a gender that refers chiefly (but not exclusively) to
inanimate objects (neither masculine nor feminine)
v 1: remove the ovaries of; "Is your cat spayed?" [synonym: {alter},
{neuter}, {spay}, {castrate}]

Neuter \Neu"ter\, a. [L., fr. ne not uter whether; akin to E.
whether. See {No}, and {Whether}, and cf. {Neither}.]
1. Neither the one thing nor the other; on neither side;
impartial; neutral. [Archaic]
[1913 Webster]

In all our undertakings God will be either our
friend or our enemy; for Providence never stands
neuter. --South.
[1913 Webster]

2. (Gram.)
(a) Having a form belonging more especially to words which
are not appellations of males or females; expressing
or designating that which is of neither sex; as, a
neuter noun; a neuter termination; the neuter gender.
(b) Intransitive; as, a neuter verb.
[1913 Webster]

3. (Biol.) Having no generative organs, or imperfectly
developed ones; sexless. See {Neuter}, n., 3.
[1913 Webster]


neuter \neu"ter\, v. t.
To render incapable of sexual reproduction; to remove or
alter the sexual organs so as to make infertile; to alter; to
fix; to desex; -- in male animals, to {castrate}; in female
animals, to {spay}.
[PJC]


Neuter \Neu"ter\, n.
1. A person who takes no part in a contest; one who is either
indifferent to a cause or forbears to interfere; a
neutral.
[1913 Webster]

The world's no neuter; it will wound or save.
--Young.
[1913 Webster]

2. (Gram.)
(a) A noun of the neuter gender; any one of those words
which have the terminations usually found in neuter
words.
(b) An intransitive verb.
[1913 Webster]

3. (Biol.) An organism, either vegetable or animal, which at
its maturity has no generative organs, or but imperfectly
developed ones, as a plant without stamens or pistils, as
the garden Hydrangea; esp., one of the imperfectly
developed females of certain social insects, as of the ant
and the common honeybee, which perform the labors of the
community, and are called workers.
[1913 Webster]

91 Moby Thesaurus words for "neuter":
Laodicean, alter, animate, anythingarian, apathetic, asexual,
capon, castrate, castrated, centrist, change, cold, common gender,
contemplative, cool, cut, desex, desexualize, do-nothing, doctor,
dormant, emasculate, emasculated, epicene, eunuchize, eunuchized,
even, feminine, fence-sitter, fervorless, fifty-fifty, fix, frigid,
frustrated, geld, gender, half-and-half, halfhearted, idle,
immobile, impartial, impotent, inactive, inanimate, independent,
indifferent, inert, laissez-aller, laissez-faire, lukewarm,
masculine, meditative, midway, moderate, motionless, mugwump,
mutilate, neutral, nonaligned, noncommitted, nonpartisan,
nothingarian, on the fence, paralytic, paralyzed, passive,
perfunctory, procrastinating, quiescent, quietist, quietistic,
sexless, spay, stagnant, stagnating, standpat, static, stationary,
tepid, third force, third world, third-force, third-world,
uncommitted, uninvolved, unsex, unsexed, unsexual, vegetable,
vegetative, zealless


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





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


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

































































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


  • What is JSON and what is it used for? - Stack Overflow
    JSON (JavaScript Object Notation) is a lightweight format that is used for data interchanging It is based on a subset of JavaScript language (the way objects are built in JavaScript) As stated in the MDN, some JavaScript is not JSON, and some JSON is not JavaScript An example of where this is used is web services responses In the 'old' days, web services used XML as their primary data
  • Which JSON content type do I use? - Stack Overflow
    Of course, the correct MIME media type for JSON is application json, but it's necessary to realize what type of data is expected in your application For example, I use Java Ext GWT and the server response must go as text html but contains JSON data
  • Can comments be used in JSON? - Stack Overflow
    JSON is used a lot for application data and configuration settings, so comments are necessary now The "official spec" is a nice idea, but it's insufficient and obsolete, so too bad Minify your JSON if you're concerned about payload size or performance
  • How to escape special characters in building a JSON string?
    356 A JSON string must be double-quoted, according to the specs, so you don't need to escape ' If you have to use special character in your JSON string, you can escape it using \ character See this list of special character used in JSON :
  • Is there any standard for JSON API response format?
    Do standards or best practices exist for structuring JSON responses from an API? Obviously, every application's data is different, so that much I'm not concerned with, but rather the "response
  • pretty-print JSON using JavaScript - Stack Overflow
    How can I display JSON in an easy-to-read (for human readers) format? I'm looking primarily for indentation and whitespace, with perhaps even colors font-styles etc
  • JSON. stringify returns [object Object] instead of the contents of . . .
    Here I'm creating a JavaScript object and converting it to a JSON string, but JSON stringify returns " [object Object]" in this case, instead of displaying the contents of the object
  • . well-known appspecific com. chrome. devtools. json request
    This is a request made by Chrome's DevTools as part of the Automatic Workspace Folders feature: devservers can inform the developer tools running in the browser about the project folders that they are serving, and DevTools can automatically pick that up and connect to these folders during local debugging, and automatically disconnect these folders when the developer navigates somewhere else
  • How to style a JSON block in Github Wiki? - Stack Overflow
    ```json Here goes your json object definition ``` Note: This won't prettify the json representation To do so, one can previously rely on an external service such as jsbeautifier org and paste the prettified result in the wiki
  • How do I make a JSON object with multiple arrays?
    I've never used JSON before so I'm not familiar with its syntax At the moment I have multiple arrays containing different pieces of data I would like to create one JSON object, that contains the





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