英文字典中文字典


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







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

soundness    音标拼音: [s'ɑʊndnəs]
n. 完全坚固,稳固,公正

完全坚固,稳固,公正

soundness
n 1: a state or condition free from damage or decay [ant:
{unsoundness}]
2: the quality of being prudent and sensible [synonym: {wisdom},
{wiseness}, {soundness}] [ant: {unsoundness}]
3: the muscle tone of healthy tissue; "his muscular firmness"
[synonym: {firmness}, {soundness}] [ant: {unsoundness}]

Soundness \Sound"ness\, n.
The quality or state of being sound; as, the soundness of
timber, of fruit, of the teeth, etc.; the soundness of
reasoning or argument; soundness of faith.
[1913 Webster]

Syn: Firmness; strength; solidity; healthiness; truth;
rectitude.
[1913 Webster]

196 Moby Thesaurus words for "soundness":
admissibility, advantageousness, agreeableness, aplomb,
auspiciousness, authenticity, authoritativeness, authority,
balance, balanced personality, beneficialness, benevolence,
benignity, body, calculability, canonicalness, canonicity, class,
cogency, common sense, completeness, concreteness, constancy,
contact with reality, cool, cool head, coolheadedness, coolness,
credit standing, density, dependability, desert, due sense of,
durability, entireness, equilibrium, eupepsia, excellence,
expedience, fairness, faithworthiness, fastness, favorableness,
fine fettle, fine shape, fine whack, fineness, firmness,
first-rateness, force, fullness, glowing health, good condition,
good constitution, good digestion, good health, good sense,
good shape, good trim, goodliness, goodness, gospel truth, grace,
haleness, hardness, healthfulness, healthiness, healthy body,
healthy constitution, healthy mind, helpfulness, high feather,
homeostasis, horse sense, imperturbability, intactness, integrity,
invariability, invincibility, justifiability, justness, kindness,
level head, level-headedness, levelheadedness, logic, logicality,
logicalness, lucid interval, lucidity, marbles, mass, materiality,
mental balance, mental equilibrium, mental health, mental hygiene,
mental poise, merit, mind, mint condition, nerve, niceness,
normalcy, normality, normalness, orthodoxicalness, orthodoxism,
orthodoxness, orthodoxy, palpability, picture of health,
plain sense, plausibility, pleasantness, plenitude, ponderability,
practical mind, practical wisdom, practicality, predictability,
profitableness, quality, rationality, reason, reasonability,
reasonableness, reliability, religious truth, rewardingness,
right belief, right mind, rightness, robust health, rootedness,
rude health, rugged health, sanemindedness, saneness, sang-froid,
sanity, secureness, security, sense, senses, sensibleness,
skillfulness, sober senses, sober-mindedness, soberness, sobriety,
solidity, solvency, sound mind, sound sense, soundness of mind,
stability, stable equilibrium, stable state, stableness,
staunchness, steadfastness, steadiness, steady nerves,
steady state, stoutness, strength, sturdiness, substance,
substantiality, substantialness, superiority, sweet reason,
tangibility, temper, the truth, top shape, toughness,
traditionalism, trustworthiness, undeflectability, unerringness,
uniformity, unindebtedness, unshakable nerves, unshakableness,
usefulness, validity, value, virtue, virtuousness, weight,
wholeness, wholesomeness, wit, worth

The quality of being {sound} (2).

SOUNDNESS. In usual health; without any permanent disease. 1 Carr. & Marsh.
291. To create unsoundness, it is requisite that the animal should not be
useful for the purpose for which he is bought, and that inability to be so
useful should arise from disease or accident. 2 M. & Rob. 137; 9 M. & W.
670. 2 M. & Rob. 113.
2. In the sale of slaves and animals they are sometimes warranted by
the seller to be sound, and it becomes important to ascertain what is
soundness. Roaring; (q.v.) a temporary lameness, which renders a horse less
fit for service; 4 Campb. 271; sed vide 2 Esp. Cas. 573; a cough, unless
proved to be of a temporary nature; 2 Chit. R. 245, 416; and a nerved horse,
have been held to be unsound. But cribbiting is not a breach of a general
warranty of soundness. Holt, Cas. 630.
3. An action on the case is the proper remedy for a verbal warrant of
soundness. 1 H. Bl. R. 17; 3 Esp. 82; 9 B. & Cr. 259; 2 Dow. & Ry. 10; 1
Bing. 344; 5 Dow. & R. 164; 1 Taunt. 566; 7 East, 274; Bac. Ab. Action on
the Case, E.


请选择你想看的字典辞典:
单词字典翻译
Soundness查看 Soundness 在百度字典中的解释百度英翻中〔查看〕
Soundness查看 Soundness 在Google字典中的解释Google英翻中〔查看〕
Soundness查看 Soundness 在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
  • 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
  • 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 to parse JSON in Java - Stack Overflow
    java's built in JSON libraries are the quickets way to do so, but in my experience GSON is the best library for parsing a JSON into a POJO painlessly
  • 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
  • Whats the difference between tilde(~) and caret(^) in package. json?
    5605 After I upgraded to the latest stable node and npm, I tried npm install moment --save It saves the entry in the package json with the caret ^ prefix Previously, it was a tilde ~ prefix Why are these changes made in npm? What is the difference between tilde ~ and caret ^? What are the advantages over previous ones?
  • JSON Naming Convention (snake_case, camelCase or PascalCase)
    JSON-LD - camelCased Conclusions Choosing the right JSON naming convention for your JSON implementation depends on your technology stack There are cases where you can use snake_case, camelCase, or any other naming convention Another thing to consider is the weight to be put on the JSON-generator vs the JSON-parser and or the front-end JavaScript





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