英文字典中文字典


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







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

solidity    音标拼音: [səl'ɪdəti]
n. 固体性,坚硬,坚固,稳健,体积

固体性,坚硬,坚固,稳健,体积

solidity
n 1: the consistency of a solid [synonym: {solidity}, {solidness}]
[ant: {porosity}, {porousness}]
2: state of having the interior filled with matter [ant:
{hollowness}]
3: the quality of being solid and reliable financially or
factually or morally; "the solidity of the evidence worked in
his favor"; "the solidness of her faith gave her enduring
hope" [synonym: {solidity}, {solidness}]

Solidity \So*lid"i*ty\, n. [L. soliditas: cf. F. solidit['e].]
1. The state or quality of being solid; density; consistency,
-- opposed to {fluidity}; compactness; fullness of matter,
-- opposed to {openness} or {hollowness}; strength;
soundness, -- opposed to {weakness} or {instability}; the
primary quality or affection of matter by which its
particles exclude or resist all others; hardness;
massiveness.
[1913 Webster]

That which hinders the approach of two bodies when
they are moving one toward another, I call solidity.
--Locke.
[1913 Webster]

2. Moral firmness; soundness; strength; validity; truth;
certainty; -- as opposed to {weakness} or
{fallaciousness}; as, the solidity of arguments or
reasoning; the solidity of principles, triuths, or
opinions.
[1913 Webster]

3. (Geom.) The solid contents of a body; volume; amount of
inclosed space.
[1913 Webster]

Syn: Firmness; solidness; hardness; density; compactness;
strength; soundness; validity; certainty.
[1913 Webster]

174 Moby Thesaurus words for "solidity":
abidingness, aplomb, authenticity, authoritativeness, authority,
balance, balanced personality, body, calculability, callosity,
callousness, changelessness, closeness, cogency, combination,
compactness, completeness, comprehensiveness, concreteness,
congestedness, congestion, consistence, consistency, constancy,
cool, credit standing, crowdedness, denseness, density,
dependability, durability, durableness, duration, durity,
endurance, entireness, entirety, equilibrium, exhaustiveness,
faithworthiness, fastness, firmness, fixedness, flintiness, force,
frozenness, fusion, gluiness, hardening, hardness,
hardness of heart, homeostasis, identity, immobility,
immobilization, immovability, immovableness, immutability,
impenetrability, impermeability, imperturbability, imporosity,
inclusiveness, incompressibility, individuality, indivisibility,
induration, inertia, inextricability, inflexibility, intactness,
integrality, integration, integrity, invariability, invariableness,
inveteracy, invincibility, inviolability, irreducibility,
irremovability, jammedness, justness, lastingness, long standing,
mass, materiality, nerve, obduracy, omnipresence, oneness,
organic unity, palpability, particularity, permanence, permanency,
perpetualness, persistence, persistency, pervasiveness,
ponderability, predictability, purity, quiescence,
relative density, reliability, resistance, restiveness, rigidity,
rootedness, sang-froid, secureness, security, selfsameness,
simplicity, singleness, singularity, solidarity, solidification,
solidness, solvency, soundness, specific gravity, spissitude,
stability, stable equilibrium, stable state, standing, stasis,
staunchness, steadfastness, steadiness, steady nerves,
steady state, steeliness, stoniness, stoutness, strength,
sturdiness, substance, substantiality, substantialness,
tangibility, temper, thickness, thoroughness, torpor, totality,
toughness, trustworthiness, ubiquity, unchangeability,
unchangingness, undeflectability, undividedness, unerringness,
unification, uniformity, unindebtedness, uniqueness, unity,
universality, univocity, unmovability, unshakable nerves,
unshakableness, unyieldingness, validity, vis inertiae, viscidity,
viscosity, viscousness, weight, wholeness


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





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


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

































































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


  • Solidity Forum - The place for all Solidity developers, tool builders . . .
    The place to discuss design and usage of and changes to the Solidity programming language
  • Solidity v0. 8. 33 is out! - Announcements - Solidity Forum
    We just released versions 0 8 32 and 0 8 33 of the Solidity Compiler 🚨 Note: We recommend skipping 0 8 32 and upgrading directly to 0 8 33, which contains a hotfix for an issue introduced in 0 8 32 Important Bugfixes Lost Storage Array Write On Slot Overflow Version 0 8 32 fixes a bug affecting operations that involve clearing or copying arrays that straddle the end of storage The bug
  • Solidity v0. 8. 25 is out! - Announcements - Solidity Forum
    Introducing the newest version of the Solidity Compiler v0 8 25 This is a minor release following the Dencun hard-fork on Ethereum mainnet that occurred on March 13, 2024 at 13:55 UTC Dencun Upgrade The Dencun upgrade combines changes to both Ethereum’s consensus and execution layers The full list of protocol changes can be found in EIP-7569 With Dencun now live on mainnet, we are
  • Why does ++i cost less gas than i++? - Ethereum Stack Exchange
    Newer versions of solidity should optimize this In the past, the difference could be attributed to the codegen for i++ not getting inlined Try --via-ir with the optimizer, they should have identical gas cost, except when the semantics are different
  • solidity - What is msg. value? - Ethereum Stack Exchange
    msg value is a member of the msg (message) object when sending (state transitioning) transactions on the Ethereum network msg value contains the amount of wei (ether 1e18) sent in the transaction msg data (bytes): complete calldata msg gas (uint): remaining gas - deprecated in version 0 4 21 and to be replaced by gasleft() msg sender (address): sender of the message (current call) msg sig
  • Some questions about the Solidity language
    Solidity is an object-oriented, high-level language for implementing smart contracts It is designed to target the Ethereum Virtual Machine (EVM) There are many other blockchains (other than Ethereum) that are EVM compatible If you’re interested to learn more I recommend reading the Introduction to Smart Contracts section in the Solidity docs
  • We are thrilled to release Solidity v0. 8. 29!
    Check out our release blog post to learn more about other features in the release and read the full changelog Blog: Solidity 0 8 29 Release Announcement | Solidity Programming Language GitHub: Release Version 0 8 29 · argotorg solidity · GitHub Help us spread the word by sharing our announcement on Twitter: x com Solidity @solidity_lang
  • How to use address. call {} () in Solidity - Ethereum Stack Exchange
    I have seen here and several other places that the correct way to send ether from a contract to an address is to call the call{}() method Then here, I have seen the method being used with argumen
  • solidity - How to give allowance to a contract and send erc20 between . . .
    solidity remix erc-20 transfer allowance Improve this question asked Sep 18, 2023 at 20:10 CaioBonani





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