词语:组件热度:372

词语组件拆分为汉字:

组字的拼音、笔画、偏旁部首、笔顺、繁体字,组字字源来历,组字演变

结合,构成:~成。~合。~阁。~织。~编。因工作和学习的需要而结合成的小单位:互助~。创作~。合成一体的(文艺作品):~诗。~画。~曲。~舞。古代指丝带:~缨(系冠的丝带)。~绶(玉佩上系玉的丝带)。量词,用于事物的集体:两~电池。……

件字的拼音、笔画、偏旁部首、笔顺、繁体字,件字字源来历,件字演变

量词,用于个体事物:一~事。指可以一一计算的事物:零~儿。案~。不平常的大事情:事~。文书证明之类:文~。来~。证~。……

 

查询词语:组件

汉语拼音:zǔ jiàn

词语组件基本解释

1.供装配整台机器、构件或元件的零件组合。

2.在电子或机械设备中组装在一起形成一个功能单元的一组元件。

3.组装产品(如书橱或碗橱)时所组合的通常或多或少重复的部分。

4.可被组装或被重新组装的几个部件之一。

词语组件详细解释

  1. 作为机器、仪表等的组成部件或零件。

词语组件在线造句

  1. Because a MOM architecture decouples components and enables cross-platform communication between them, individual units can be heterogenous.

    由于MOM架构对组件去耦且支持它们之间的跨平台通信,单个原件可以是异构的。

  2. Presentation Services: This component is the collaboration platform for the enterprise, and it is often based on an enterprise portal.

    PresentationServices:这个组件是企业协作平台,它常常基于企业门户。

  3. These can be "dragged out" of rulers, providing a vertical or horizontal line to reference as you place components on the workspace.

    可以从标尺“拖出”这些线,作为在工作区上放置组件时的垂直或水平参考线。

  4. Building a custom JSF component is often the right thing to do.

    构建一个自定义JSF组件通常是正需要做的事情。

  5. Each assembly was checked to see whether it had been updated more recently than the copy in the shadow copy directory.

    那时会检查每个组件,看看组件的更新时间是否比阴影复制目录中的复本还新。

  6. Qualifiers define how much management must be provided for a component at runtime.

    限定符定义了在运行时必须为一个组件提供多少管理。

  7. That means that the container knows exactly what's happening to a component and can let you know.

    这意味着容器明确知道要发生在组件上的事情并能够让您知道。

  8. In fact, a Faces Componet Library project is just a flavor of a Web project, and a custom component is developed as a regular JSP.

    事实上,一个FacesComponetLibrary项目仅仅是Web项目的一个调味剂,创建一个自定义组件就像开发一个常规的JSP。

  9. This may be less efficient than a local deployment but does not require the deployment of any additional components to the target system.

    这可能没有本地部署那么高效,但它不需要在目标系统中部署任何额外的组件。

词语组件百科解释:

组件

组件(Component)是对数据和方法的简单封装。C++ Builder中,一个组件就是一个从TComponent派生出来的特定对象。组件可以有自己的属性和方法。属性是组件数据的简单访问者。方法则是组件的一些简单而可见的功能。使用组件可以实现拖放式编程、快速的属性处理以及真正的面向对象的设计。VCL和CLX组件是C++ Builder系统的核心。