Follow these steps to map the local user IDs with the NAV user ID used in Optim Connect Studio. 按照以下步骤将本地用户ID映射到OptimConnectStudio中使用的NAV用户ID。
Using one of the strategies in Listing 11, you can start writing the test to retrieve the first elements: the LI tags inside the UL tag with the nav class. 使用清单11中的一个策略,就可以开始编写测试来检索第一个元素:UL标记中LI标记带有nav类。
Expand localhost, right-click on NAV, then select Edit Binding 展开localhost,右键单击NAV,然后选择EditBinding
You create the Navigation area of the page using the < nav> tag. 可以使用
Listing 16 shows the < nav> tag, which is designed to handle the main site navigation. 清单16展示了
The following steps describe how to use the nav_util tool to test. 下面的步骤展示了如何使用navutil工具进行测试。
The nav_util usually gets installed as part of the ODM installation and can be found under the ODM install directory path. navutil通常作为ODM的一部分随ODM一起安装,并且可以再ODM安装目录路径中找到。
Use the defaults from the binding list, or select NAV, then click on Next 从binding列表选择默认值,或选择NAV,然后单击Next
Test the connection to the primary data source with nav_util before proceeding. 在继续之前,请使用navutil测试与主数据源的连接。
Each < nav> tag definition shown in Listing 17 represents a particular state of the < ul> and < li> elements inside the < nav> tag. 清单17中显示的每个