lastname
- n.姓
-
See the following : display the contacts list in lastname , firstname format .
请参阅:以“姓氏,名字”的格式显示“联系人”列表。
-
LASTNAME is in random order within each DEPTNO , but like values are contiguous .
LASTNAME在每个DEPTNO内按随机顺序排列,但like值是连续的。
-
Therefore , using control break logic , DB2 can return distinct DEPTNO , LASTNAME combinations without sorting .
因此使用控制断开逻辑,DB2可以返回不同的DEPTNO、LASTNAME组合,而无需排序。
-
This method simply returns the firstName and lastName fields , concatenated with a space in between .
这个方法只返回firstName和lastName字段,中间使用一个空格连接。
-
Since both LASTNAME and DEPTNO are part of the index , we will get index-only access .
因为LASTNAME和DEPTNO都是索引的一部分,我们将获得仅限索引的访问。
-
The index rows will not be in LASTNAME order within DEPTNO A01 .
在DEPTNOA01中,索引行将不以LASTNAME顺序排列。
-
Based on firstname , lastname probability tables and rules , we designed an effective system for automatic indentification of Chinese names in text .
独立于自动分词,我们运用姓名用字概率和规则,设计并实现了一个中文姓名辨识系统。
-
Its child nodes look for rows that exactly match ( eq ) the firstName and the lastName attributes .
它的子节点查找那些精确匹配(eq,等于)firstName和lastName属性的行。
-
The column LASTNAME is formatted with " A6 ," which restricts the column values to a maximum of six characters .
用格式“A6”对列LASTNAME进行格式化,从而将列值限制在最大为6个字符。
-
FirstName , lastName , and customerId will provide string values that will populate customer summary controls shown on the page .
和customerId提供了字符串值,这个值将会存于汇总控制中并在网页中显示出来。
-
Our index is in DEPTNO order , and within that order , in groups of identical ( but unordered ) values of LASTNAME .
我们的索引是DEPTNO顺序的,而在该顺序中,相等(但无序)的LASTNAME值分为一个小组。
-
Even though LASTNAME is not part of our ZIPCODE index , DB2 knows that the rows we want can only be in Partition 1 .
尽管LASTNAME是我们的ZIPCODE索引的not部分,但是DB2知道我们想要的行可能只是在Partition1中。
-
If we include LASTNAME and SALARY in the index as well , we never need to access the EMP table because all the data we need exists in the index .
如果我们在索引中还包含了LASTNAME和SALARY,我们就不再需要访问EMP表,因为我们需要的所有数据都已经在索引中。
-
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,以向用户显示。
-
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排序没有必要,因为结果中的姓氏都一样。
-
LastName columns as your primary keywhile you might know several people with the same first name or last name , it is not likely that you know two people with both .
两列作为主键虽然您可能知道几个姓相同或名相同的人,但不太可能知道姓和名都相同的两个人。
-
The details for the second extract show that the part of the name string up to the first comma gets copied to the lastName attribute of the Person object .
第二个提取的详细信息表明,截止第一个逗号的姓名字符串部分被复制到了Person对象的lastName属性中。
-
Here DB2 can match on only one column , and since LASTNAME is random , DB2 must do a data sort to bring our rows back in LASTNAME , EMPNO order .
这里DB2仅可在一列上匹配,并且因为LASTNAME是随机的,DB2必须执行数据排序来以LASTNAME、EMPNO顺序返回我们的行。
-
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属性,并将它们放入一个类似数组的结构中,然后使用连接函数将它们转换成一个字符串。
-
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部分使用通配符来匹配。
-
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字段。
-
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)。
-
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元素。
-
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 .
因此该目录编目非常小,只能按姓或名排序,在创建目录编目时必须指定排序方法。
-
It allows equality predicate lookups , such as LASTNAME = : LN , but it does not support matching range lookups , such as LASTNAME > : LN .
它支持平等性预测查找,比如LASTNAME=:LN,但不支持匹配范围查找,比如LASTNAME>:LN。
-
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)。
-
So this begins with the data in the people variable ; it then moves to the item called programmers and pulls off the first record ( [ 0 ] ); finally , it accesses the value for the lastName key .
所以,这行代码首先访问people变量中的数据;然后移动到称为programmers的条目,再移动到第一个记录([0]);最后,访问lastName键的值。
-
In this case , you need to identify the path to the lastname attribute in each XML document ( CUSTOMER_TABLE . CUSTXML / Customer / @ lastname ) and check to see if it is singh .
在这种情况下,需要指定每个XML文档的lastname属性的路径(CUSTOMERTABLE.CUSTXML/Customer/@lastname)并检查它是否是singh。