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
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
Home | Solidity Programming Language Solidity is a statically-typed curly-braces programming language designed for developing smart contracts that run on Ethereum
Solidity基础(详细易懂!!!)-CSDN博客 Solidity是智能合约的主要编程语言,虽然还有一些别的编程语言,但是Solidity目前还是最主流的。 然后右边会有SimpleStorage sol文件,可以开始写Solidity代码。 你可以先打开左边的Solidity的图标,可以看到编译Solidity代码所需的参数。 好,接下来,我们正式写代码。
Solidity — Solidity develop 文档 Solidity ¶ Solidity 是一门面向合约的、为实现智能合约而创建的高级编程语言。 这门语言受到了 C++,Python 和 Javascript 语言的影响,设计的目的是能在以太坊虚拟机(EVM)上运行。 Solidity 是静态类型语言,支持继承、库和复杂的用户定义类型等特性。
Solidity 入门指南:从零开始编写智能合约 - 知乎 1 什么是 Solidity? Solidity 是一种面向合约的高级编程语言,专为以太坊区块链平台设计。 它借鉴了 JavaScript、C++ 和 Python 的语法特性,主要用于开发智能合约(Smart Contracts)——在区块链上自动执行的程…
Solidity 中文文档 - 登链社区 Solidity 是一种面向对象的高级语言,用于实现智能合约。 智能合约是管理以太坊状态中账户行为的程序。 Solidity 是一种 大括号语言,旨在针对以太坊虚拟机 (EVM)。 它受到 C++、Python 和 JavaScript 的影响。
Solidity — Solidity 0. 8. 24 文档 Solidity 是一种面向以太坊虚拟机 (EVM) 的 带花括号的语言。 它受 C++,Python 和 JavaScript 的影响。 您可以在 语言的影响因素 部分中找到更多有关 Solidity 受哪些语言启发的细节。 Solidity 是静态类型语言,支持继承,库和复杂的用户自定义的类型以及其他特性。
Solidity, the Smart Contract Programming Language - GitHub Solidity is a statically-typed, contract-oriented, high-level language for implementing smart contracts on the Ethereum platform For a good overview and starting point, please check out the official Solidity Language Portal
Solidity 初学者指南 - 知乎 但与其他编程语言不同,Solidity 开辟了一个全新的可能性世界。 在本文中,我将介绍 Solidity,这种语言正在彻底改变我们与数字世界交互的方式。 从了解该语言的基础知识到了解使其脱颖而出的独特组件,本初学者指南将为您提供坚实的 Solidity 基础。
简介 · Solidity 官方文档中文版 简介 Solidity是一种语法类似JavaScript的高级语言。 它被设计成以编译的方式生成以太坊虚拟机代码。 在后续内容中你将会发现,使用它很容易创建用于投票、众筹、封闭拍卖、多重签名钱包等等的合约。 注意
Solidity — Solidity 0. 8. 35-develop documentation Solidity is statically typed, supports inheritance, libraries, and complex user-defined types, among other features With Solidity, you can create contracts for uses such as voting, crowdfunding, blind auctions, and multi-signature wallets