firstname 双语例句
全部
1·In Listing 4, firstname is a string that is specified at runtime.
在清单4中,firstname是一个在运行时指定的字符串。
2·Listing 2 shows the equivalent code that will be generated for the firstName field.
清单2展示了为firstName字段生成的访问器代码。
3·To see the list of contacts sorted by first name, click the Sort by Firstname button.
为查看按名字排序的联系人列表,单击 Sort by Firstname 按钮。
4·For example, the name firstName might have been given accidentally to two JTextFields.
例如,firstName可能被不小心提供给两个JTextField。
5·So, our next goal is to add a user input form that asks for firstname, lastname, and age.
因此,我们的下一个目标是增加用户输入的形式,要求的名字,姓氏,年龄。
6·So to get the value of firstName, invoke the first method (firstName) shown in Listing 2.
因此,要获取firstName的值,调用清单2中显示的第一个方法(firstName)。
7·In this case, the user can search on Lastname, Firstname, Title, City, and Country.
在这个案例中,用户可以根据“姓”、“名”、“标题”、“城市”和“国家”字段进行搜索。
8·In other words, an opening firstName element is never closed or an opening Angle bracket is missing.
换句话说,firstName元素总是缺少结束标识,或缺少开头的尖括号。
9·This method simply returns the firstName and lastName fields, concatenated with a space in between.
这个方法只返回firstName和lastName字段,中间使用一个空格连接。
10·So if you property is named FirstName, there will be a matching private field called _firstname.
所以,如果属性名为“FirstName”,那么对应的私有字段名为“_ FirstName”。