中英
solid
/ ˈsɒlɪd /
/ ˈsɑːlɪd /
  • 简明
  • 柯林斯
  • adj.固体的,坚硬的;结实的,牢固的;实心的,无空隙的;纯质的;纯色的,单色的;可靠的,可信赖的;一致的,坚定的;不中断的,连续的;相当不错(但谈不上出色或独特)的;立体的,立方的;<美,非正式>关系融洽的;<澳新,非正式>严厉的,不公平的;<英,非正式>很难的
  • n.立体(图形);固体;固体食物;(液体中的)固形物
  • 【名】 (Solid)(瑞典)索利德(人名)
  • 初中/高中/CET4/CET6/考研/IELTS/TOEFL/GRE/SAT/商务英语/
    • 复数

      solids
    • 比较级

      solider或more solid
    • 最高级

      solidest或most solid
  • 网络释义
  • 专业释义
  • 英英释义
  • 1

    [物] 固体

    举个例子,如果我们想要让一个HTML元素的边框颜色为红色、边框宽度为5像素(px)、边框样式为固体(solid),代码如下:

  • 2

     立体的

    ... slope(直线的)斜率 solid立体;立体的;实心的 sphere球体 ...

  • 3

     实线

    ...style: dotted dashed solid} 上下边框的样式将为点线(dotted), 左右边框的样式将为虚线(dashed), 下边框的样式将为实线(solid) div {border-style: dotted dashed solid double} 上边框的样式将为点线(dotted),右边框的样式将为虚线(dashed), 下边框的样式...

  • 4

     刚性

    ... singledisc单闸板 solid刚性 strenghtestingpressure强度试验压力 ...

短语
  • 1
    METAL GEAR SOLID

    合金装备 ; 潜龙谍影 ; 合金设备 ; 合金装备数字漫画

  • 2
    solid angle

    立体角 ; 接收讯号的角度 ; 立体角 ; 方位角

  • 3
    SOLID COLOR

    单色 ; 纯色 ; 净色 ; 普染色

查看更多
  • 双语例句
  • 原声例句
  • 权威例句
  • 1
    These chains seem fairly solid.
    这些链子看着挺结实。
    《牛津词典》
  • 2
    She had refused all solid food.
    所有的固体食物她都不肯吃。
    《牛津词典》
  • 3
    His body was solid and taut.
    他身体结实,肌肉发达。
    《牛津词典》
查看更多
  • 词典短语
  • 同近义词
  • 同根词
  • 词源
查看更多
  • 百科
  • SOLID

    In computer programming, SOLID (Single responsibility, Open-closed, Liskov substitution, Interface segregation and Dependency inversion) is a mnemonic acronym introduced by Michael Feathers for the "first five principles" named by Robert C. Martin in the early 2000s that stands for five basic principles of object-oriented programming and design. The principles, when applied together, intend to make it more likely that a programmer will create a system that is easy to maintain and extend over time. The principles of SOLID are guidelines that can be applied while working on software to remove code smells by causing the programmer to refactor the software's source code until it is both legible and extensible. It is part of an overall strategy of agile and adaptive programming.

查看更多