首页 / 词典 / good

firstname

  • n.名字
firstnamefirstname
  1. See the following : display the contacts list in lastname , firstname format .

    请参阅:以“姓氏,名字”的格式显示“联系人”列表。

  2. In the available fields list , double-click firstname to move that field to the selected fields list .

    在“可用字段”列表中,双击“名字”以将该字段移动到“选定字段”列表中。

  3. Map the third data field to the second column , firstname .

    将第三个数据字段映射到第二列firstname。

  4. For each Author instance , the firstName should be set to the value of the first attribute on the name element .

    对于每个Author实例,firstName应该设置为name元素上的first属性的值。

  5. In other words , an opening firstName element is never closed or an opening angle bracket is missing .

    换句话说,firstName元素总是缺少结束标识,或缺少开头的尖括号。

  6. This method simply returns the firstName and lastName fields , concatenated with a space in between .

    这个方法只返回firstName和lastName字段,中间使用一个空格连接。

  7. Based on firstname , lastname probability tables and rules , we designed an effective system for automatic indentification of Chinese names in text .

    独立于自动分词,我们运用姓名用字概率和规则,设计并实现了一个中文姓名辨识系统。

  8. Parameters that represent fields to update , such as firstname , must match the name of DataField property of a grid column .

    代表更新字段的参数(例如firstname)必须与网格列的DataField属性名相匹配。

  9. Its child nodes look for rows that exactly match ( eq ) the firstName and the lastName attributes .

    它的子节点查找那些精确匹配(eq,等于)firstName和lastName属性的行。

  10. So if you property is named " FirstName ", there will be a matching private field called " _FirstName " .

    所以,如果属性名为“FirstName”,那么对应的私有字段名为“FirstName”。

  11. If you 've used JSF , then you 're already familiar with value bindings ; for example , # { Employee . firstName }

    如果您使用过JSF,应对值绑定比较熟悉。

  12. FirstName , lastName , and customerId will provide string values that will populate customer summary controls shown on the page .

    和customerId提供了字符串值,这个值将会存于汇总控制中并在网页中显示出来。

  13. Most frameworks also allow you to change the names of the fields , to use customerName instead of name , and first rather than firstName , for example .

    大多数框架还允许您更改字段的名称,例如使用customerName来替代name,以及使用first来替代firstName。

  14. A dynamic SDO containing three properties ( firstName , lastName , and greeting ) is returned to the JSP to display to the user .

    将向JSP返回包含三个属性(firstName、lastName和greeting)的动态SDO,以向用户显示。

  15. Note that sorting by $ artist / lastName before $ artist / firstName is redundant , since the results all have the same last name value .

    请注意,首先按$artist/lastName然后按$artist/firstName排序没有必要,因为结果中的姓氏都一样。

  16. Normally , variables are best named by their use ( like firstName or title ), but as this variable is essentially a loop counter , using single letters is also fine .

    变量一般最好根据用途命名(如firstName或rtitle),不过由于这个变量基本上是一个循环计数器,也可使用单个字母。

  17. In this case , the function retrieves the firstName and lastName properties and puts them into an array-like structure that is then turned into a string using the join function .

    在本例中,函数检索firstName和lastName属性,并将它们放入一个类似数组的结构中,然后使用连接函数将它们转换成一个字符串。

  18. The second case expression uses a wildcard for the firstName part of Person but matches against the constant string Neward in the lastName part and wildcards against the age part .

    第二个case表达式在Person的firstName部分使用了一个通配符,但在lastName部分使用常量字符串Neward来匹配,在age部分使用通配符来匹配。

  19. In the previous example , the query is looking for all Person types where the firstName field is equal to " Brian ," and the lastName and age fields are effectively ignored .

    在前面的示例中,查询所有firstName字段等于“Brian”的Person类型,并且有效地忽略lastName和age字段。

  20. In this scenario we are looking for the occurrence of a field named FirstName , forming part of a customer â™ s details , being present in the body of the incoming message tree .

    在这种情况下,我们查找字段名FirstName,该字段组成客户的详细信息,出现在输入消息树的正文中。

  21. For the first button , set the text property to " sort by first name ", the commandname property to " sort ", and the commandargument to " firstname " .

    将第一个按钮的text属性设置为“按名排序”,将commandname属性设置为“排序”,将commandargument设置为“firstname”。

  22. The compiler in this case will bark loud and long because I 've tried to introduce a new set of methods ( firstName , lastName , and age ) onto my Student class .

    本例中的编译器将运行很长一段时间,因为我尝试为Student类引入一组新方法(firstName、lastName和age)。

  23. In fact , most of the documents that do use camel-case naming , like firstName , are authored by programmers , rather than XML-centric developers or data managers .

    实际上,在大多数由程序员(而不是XML开发人员或数据管理员)编写的文档中,往往使用驼峰式(camel-case)命名法,比如firstName。

  24. For example , you could define a Price element that is always a floating-point number or a PersonName element that has FirstName and LastName sub-elements that are both strings .

    例如,可以定义始终是浮点数的Price元素或具有字符串子元素FirstName和LastName的PersonName元素。

  25. As a result , the directory catalog is very small in size , but can only be sorted by firstname or lastname , which must be designated when creating the directory catalog .

    因此该目录编目非常小,只能按姓或名排序,在创建目录编目时必须指定排序方法。

  26. Connect firstName and lastName from the Order business object on the left to firstname and lastname respectively in destination on the right ( first expand customerInfo if it is not already expanded ) .

    将firstName和lastName分别从左侧的Order业务对象连接到右侧destination中的firstname和lastname(如果还未展开,则首先展开customerInfo)。