应当按照前面的说明调整所有这些新字段。
Each of these new fields should be adjusted as noted previously.
新字段rssicon会生成到提要的链接。
所以您需要创建工作项的新字段,以存储该键值。
So you need to create a new field on the work item in order to store the value.
然而,这不是添加对新字段支持所要做的惟一事件。
However, this is not the only thing that needs to be done to add support for a new field.
启动和停止应用程序几次,确保新字段按预期填充。
Start and stop your application a few more times, making sure that the new fields get populated as expected.
旧客户端永远不返回新字段,而新服务可以。
Old services would never return the new fields, though new services might.
创建另一个新字段,这一次将其命名为Sell。
框架通过替换以前记录的值来刷新字段数据成员。
The framework refreshes the field data members, replacing the previous record's values.
修改缺省的缺陷记录类型,在缺陷记录类型中增加一个新字段。
Modify the default defect record type to add a new field to the defect record type.
所有更新字段的类型TEXT,可能有很多的数据。
All updated fields are of type TEXT, and might have lots of data.
新服务不能带有新字段而返回complexType。
The new service cannot return a complexType with new fields.
用给定的名称、特性和字段类型,向类型中添加新字段。
Adds a new field to the type, with the given name, attributes, and field type.
可以做的更新有两种:更改现有字段值;添加新字段和新值。
You can make two different kinds of updates: by making changes to existing field values or by adding new fields with their own values.
一个以Select1作为标签的新字段被放入表单,如图12所示。
A new field with Select1 as its label is dropped onto the form, as shown in Figure 12.
它还意味着可以方便地将新字段添加到头中,而不影响已经存储在队列中的消息。
It also means that new fields can easily be added to the header without impacting messages already stored in the queue.
最近推出的e-mail面板需要两个新字段,它们作为属性添加在元素中。
The recently introduced e-mail panel required a couple of new fields, both of which were added as attributes to the element. Here's what the XML source looks like
因此,对XSD的变更会更改为PDD变更,这样您就有一个编辑这些新字段的界面了。
Therefore, the changes to XSD translate into changes in PDD, so that you have an interface to edit these new fields.
ActiveRecord通过使用数据库的定义信息来动态更新字段元数据。
ActiveRecord USES the database's information schema to dynamically retrieve column metadata.
当Store的Reader对象有提供新的元数据(也就是新字段)时触发。
Fires when this store's reader provides new metadata (fields).
由于添加一个新字段到表中,所有受到此修改影响的应用程序都必须经过仔细测试。
Since a new column is being added to the table, all applications that may be impacted by this change should be tested carefully.
如果某个文档需要添加一个新字段,它仅需包含该字段,从而不影响到数据库中的其他文档。
If a document needs to add a new field, it can simply include that field, without adversely affecting other documents in the database.
既然已经知道序列化允许重构,我们来看看当把新字段添加到person类中时,会发生什么事情。
Knowing that Serialization allows for refactoring, let's see what happens when we decide to add a new field to the Person class.
单击p reviewCommand按钮查看所生成的表粘贴操作和增加新字段的命令。
Click on the Preview command button to see the generated commands for the table paste operation and for adding the new column.
我们需要更新那些可以用来将条目保存到数据库中的链接,这样我们就可以更新这两个新字段了。
You need to update links that require you to save entries to the database, so you can update the two new fields.
如清单3 所示,PersonV2在原先Person类的基础上引入一个表示性别的新字段。
PersonV2, shown in Listing 3, introduces a field for gender to the original Person class.
如果向Bean中添加新字段,则需要添加另外三行代码进行初始化以及在GUI组件和域模型实现双向同步。
If a new field is added to the bean, there are three more lines to add for initialization and synchronization in each direction between the GUI components and domain model.
代表更新字段的参数(例如firstname)必须与网格列的DataField属性名相匹配。
Parameters that represent fields to update, such as firstname, must match the name of DataField property of a grid column.
注意要添加一个约束,使这个新字段同时为blank(在HTML表单中)和nullable(在数据库中)。
Be sure to add a constraint that allows the new field to be both blank (in the HTML form) and nullable (in the database).
如果实现Runnable接口的类的setter(更新字段的成员函数)没有同步,则应该写明原因。
When a setter (a member function that updates a field) of a class that implements the Runnable interface is not synchronized, then you should document your reasons why.
类似地,你的新代码创建的消息也能被你的老代码解析:老的二进制程序在解析的时候只是简单地将新字段忽略。
Similarly, messages created by your new code can be parsed by your old code: old binaries simply ignore the new field when parsing.
应用推荐