definition list是什么意思 definition list在线中文翻译

definition list

definition list 双语例句

  1. When you create a site column, each list that uses this column has the same definition, and you do not have to do the tedious work of reproducing the column in each list.
    当您建立网站专栏,每个列表,使用此列具有相同的定义,你不必做的复制在每个列表中的列单调乏味的工作。
  2. But if you want them to be callable from other programs, you must put their names in the export list in the module definition file.
    但是如果你想让它们能被其它程序随时支取,你必须把它们的名字放在模块定义文件的输出表中。
  3. Definition: A list of subunits of the content of the resource.
    定义:资源内容子目的列表。
  4. The part that has completed at present is as follows: The first day -- Flex foundation, inclusive content has: The data that Flex of understanding of space of work of Flex Builder Flex Builder of understanding of Flex, Flash, Flash Player, AIR overview compiles package to understand MXML component beforehand binds incident of calm processing user to understand incident object to use ActionScript to add incident dictograph to use HttpService to get data the following day -- package is developed, this part includes following video: The MXML component that shows in DataGrid the use of layout container founds data to be defined oneself realizes Value Object kind found found from definition incident define incident oneself kind define project apply colours to a drawing oneself implement the use that explores Flex Bulider is small doohickey the 3rd day -- work in coordination, include: Data test and verify uses long-range object to transmit data format to change data to accuse from list medium procrastinate put data to use E4X to filter XML deploy Flex and AIR application the 4th day -- add visual component, specific content is as follows: Executive navigation container embeds image embeds font founds the layout that is based on a tie to apply a style to combine Adobe CS3 to make package skin found view status animation for MXML component: Skin of component of implementation of behavior and encode of graph of scale of API of plot of union of specially good effect is patulous package the 5th day -- the exercise of behavior form a complete set of timer of Flash of understanding of advanced development skill and code of give typical examples can come the page of Flex In A Week of Adobe government downloads.
    目前已经完成的部分如下:第一天——Flex基础,包括的内容有:Flex、Flash、Flash Player、AIR概述了解Flex Builder Flex Builder工作空间了解Flex预编译组件了解MXML 组件的数据绑定处理用户事件了解事件对象使用ActionScript添加事件侦听器使用HttpService获取数据第二天——组件开发,该部分包括如下视频:在DataGrid中显示数据布局容器的使用创建自定义的MXML组件实现Value Object类创建自定义事件创建自定义事件类自定义项目渲染器探索Flex Bulider的使用小窍门第三天——协同工作,包括:数据验证使用远程对象来传输数据格式化数据从列表控件中拖放数据使用E4X来过滤XML 部署Flex和AIR应用第四天——添加视觉组件,具体内容如下:执行导航容器嵌入图像嵌入字体创建基于约束的布局为MXML组件应用样式结合Adobe CS3制作组件皮肤创建视图状态动画:行为和特效结合绘图API绘制图形编码实现组件皮肤扩展组件第五天——高级开发技巧了解Flash定时器的行为配套练习及示例代码可至Adobe官方的Flex in a Week页面下载。
  5. In particular, if the definition and declaration agree as to parameter list but differ as to return type, the compiler will issue a warning or error message indicating the discrepancy.
    特别地,如果函数定义和函数声明的形参列表一致,但返回类型不一致,编译器会发出警告或出错信息来指出这种差异。
  6. No SmartTag list definition files found.
    未找到智能标记列表定义文件。
  7. The Group To List projection can only apply to a group node (see the definition in the data model section) and it turns the group into a list of size one.
    GroupToList映射仅可应用于一个组节点(参见数据模型部分的定义),它将组转化为一个单一尺寸列表。
  8. That is, an attribute name can have a collection (or list) of associated values; a word item could, for example, have multiple-definition attribute values.
    也就是说,一个属性名可以有一个相关值集合(或列表);例如,一个词项目可以有多重定义的属性值。
  9. A subtle but important difference between auth and list is that list is a closure, whereas auth is a private method. (Closures use an equals sign in the definition; methods use parentheses.)
    auth和list之间微妙但重要的一点区别是list是一个闭包,而auth是一个私有方法(闭包在定义中使用等号;方法使用圆括号)。
  10. You have to create a List Definition project of your specific list type for which you want to customize.
    你必须创建一个列表您的特定类型的列表,您想要自定义定义的项目。
  11. This attribute list was created when the library definition was created, and is a fixed list.
    创建库定义时会创建属性列表,该属性列表是一个固定列表。
  12. DKProcessICM-This class represents a process definition, which contains the process diagram and route list of the process.
    DKProcessICM&这个类代表一个过程定义,包含过程图和过程的路径列表。
  13. A function definition specifies four elements: the return type, the function name, a (possibly empty) parameter list enclosed in parentheses, and the function body.
    定义函数必须指定4个元素:返回类型、函数名、圆括号内的形参表(可能为空)和函数体。
  14. If a default argument is provided in the parameter list of a function definition, the default argument is available only for function calls in the source file that contains the function definition.
    如果在函数定义的形参表中提供默认实参,那么只有在包含该函数定义的源文件中调用该函数时,默认实参才是有效的。
  15. Notice how like our recursive programs, the definition of a linked list also contains a base case & in this case, the NULL pointer.
    注意,与我们的递归程序非常类似,链表的定义也包括一个基线条件&在这里是NULL指针。
  16. Each rule definition contains an optional description, a list of variables, and an expression.
    每个规则定义含有一个可选描述、变量列表和一个表达式。
  17. The next time you extracted the rule definition as XML, it would contain the updated list of variables.
    下次您提取规则定义作为XML时,它包含更新的变量列表。
  18. A semicolon is required because we can follow a class definition by a list of object definitions.
    分号是必需的,因为在类定义之后可以接一个对象定义列表。
  19. But if ln were aliased with li, then it would break the type-safety promise implicit in the definition of li & that it is a list of integers, which is why generic types cannot be covariant.
    但是如果ln是li的别名,那么这就破坏了蕴含在li定义中的类型安全承诺&它是一个整数列表,这就是泛型类型不能协变的原因。
  20. Foreign Key definition must include a referenced Table name and list of columns in the referenced Table which matches the number of columns in the Key Table.
    外部关键字定义必须包括一个引用表名称以及与关键字表中字段数相匹配的引用表中的字段的列表。

definition list 单语例句

  1. The new rules give a detailed definition of " affiliated transactions " and list the different types of transactions.

definition list

中文翻译
1
[网络] 定义列表;定义表;定义清单
相关单词
definition list

相关单词辨析

这组词都有“名单、目录、表格”的意思,其区别是:
rgeister: 多指官方对人或事作出的正式书面记录或详细清单。
schedule: 既可指时间或计划的安排表,又可指详细列出的所有分类项的清单或细表。
roll: 多指人员的姓名名单,尤指属于团体或军事单位的全体人员名单。
form: 指上面印有横线或格让人填写规定内容的表格。
catalog(ue): 指列出有全部队名、物名或项目等的目录,有时附有简要说明的分类名单或一览表。
chart: 指把资料制成表格等形式供人看的图表。
list: 最普通用词,含义广。指按字母顺序、时间先后或类别等排列的姓名或项目等的单子。
table: 普通用词,一般指易于迅速查阅使用,具有特定编排方法的目录或表格。

这组词都有“解释”的意思,其区别是:
exposition: 通常指对论点、假设、理论等的重点作详尽的阐述。
definition: 主要指对某一词、短语或专门术语的含义作解释、下定义。
description: 指对某一事物的重要方面进行详细叙述,常含教育与启迪意味。
explanation: 普通用词,指使人明白未知或不清楚的事。
interpretation: 多指对文字上较难的段落,或难于理解,令人迷惑的问题作出解释或说明。