网站首页  词典首页

请输入您要查询的英文单词:

 

单词 access plan
释义

access plan

美 
英 
  • un.存取方案
  • 网络访问计划;存取计划;访问方案
un.
1.
存取方案

例句

释义:
1.
Ideally, the optimizer would identify the most efficient access plan possible, but this goal is often impractical.
在理想情况下,优化程序将尽可能地找出最为高效的访问计划,但这一目标通常是不切实际的。
www.ianywhere.com
2.
Section actuals permit you to see what the real cardinalities are vs. estimated cardinalities in an access plan.
片段实绩使您能够查看访问计划的真实基数与估计基数的对比。
www.ibm.com
3.
The query itself and its access plan are cached once by DB2 and are then ready to be used every time the query is executed.
DB2只缓存一次查询本身及其访问计划,就可以在每次执行该查询时使用它们。
www.ibm.com
4.
The inserts themselves could be very fast, but there may be an access plan problem for the SELECT which slows down the whole statement.
insert本身是非常快的,但是SELECT可能存在一个访问计划问题,这个问题会拖慢整个语句。
www.ibm.com
5.
You can use the REWRITE function without the ANSI argument to help understand how the optimizer generated the access plan for a given query.
使用REWRITE函数时可以不带ANSI参数,这样可以帮助理解优化程序是如何生成给定查询的访问计划的。
www.ianywhere.com
6.
You may have noticed that the query access plan itself did not change with the increase in cardinality estimate.
您可能已经注意到了,查询访问计划本身并未随着基数估计值的增大而改变。
www.ibm.com
7.
The above access plan is for an insert into the child table of a foreign key relationship.
上述访问计划是针对将行插入到拥有外键关系的子表的insert的。
www.ibm.com
8.
The optimizer depends on accurate cardinality estimates to properly compute the cost of each query access plan considered.
优化器凭借精确的基数估计值来准确计算出每一个待定查询访问计划的成本。
www.ibm.com
9.
You can use the Design Advisor to see if indexes would result in an access plan with fewer table scans.
那么这时可以使用DesignAdvisor,看看索引是否能导致不需要扫描那么多表的访问计划。
www.ibm.com
10.
Before beginning this tutorial, you should be familiar with the concept of a SQL access plan.
在开始学习本教程之前,您应该熟悉SQL访问计划(accessplan)的概念。
www.ibm.com
1.
Note that the nickname divisional_sales is shown as one of the objects used in the access plan.
注意,昵称divisional_sales显示为访问计划中使用的对象中的一个。
www.ibm.com
2.
Generate the access plan and see what the optimizer estimates the total cardinality (Number of rows) returned by the query will be.
生成访问计划,查看优化器对该查询返回的总基数(行数)的估计值。
www.ibm.com
3.
When examining an access plan, you may find that the estimated cardinality is not as accurate as it should be.
在分析访问计划时,可能会发现与集的基数不像希望的那样精确。
www.ibm.com
4.
However, the access plan for all the statements was likely the same, so it was a waste of resources to repeatedly calculate it.
然而,每个语句的访问计划基本相同,重复的计算是一种资源浪费。
www.ibm.com
5.
CPU Cost -- Estimated cumulative total cost (in timerons) of executing the chosen access plan up to and including this plan operator.
CPU开销——按照访问计划执行到(并包括)该计划操作预计的累积总开销(按时间)。
www.ibm.com
6.
This feature identifies which side is the master entity (driver) and which entity is the child and enhances the data access plan.
该特性定义了哪一边是主实体(驱动器),哪个实体是子实体,并增强了数据访问计划。
www.ibm.com
7.
Runtime statistics can also be gathered for access plan operators during the execution of a section.
访问计划操作者也可以在一个片段执行时收集运行时统计信息。
www.ibm.com
8.
Bind is the process that saves the access plan associated with a SQL statement into a DB2 SQL package.
绑定过程将与一个SQL语句相关联的访问计划保存到一个DB2SQL包中。
www.ibm.com
9.
The optimizer takes account of these changes and selects the optimal access plan when the job is executed.
而优化器会考虑这些变化,并且在作业执行时选择最佳访问计划。
www.ibm.com
10.
In the query access plan shown in Listing 9, notice a join between the table EMPLOYEE and a table function, GENROW.
在清单9所示的查询访问计划中,要注意表EMPLOYEE和一个表函数GENROW间的一个连接。
www.ibm.com
1.
If there are no growing cost SQL queries in the snapshot, analyze the access plan to see which can be amended based on the accumulated data.
如果在快照中没有成本增加的SQL查询,可以分析访问计划,以查看可以根据累积的数据进行哪些修改。
www.ibm.com
2.
The best access plan for the SQL statement does not depend on explicit values in the statement's filter conditions.
此SQL语句的最佳访问计划不取决于该语句的过滤条件中的显式值。
www.ibm.com
3.
With few exceptions, the Adaptive Server Anywhere optimizer devises a suitable access plan based only on the semantics of each statement.
AdaptiveServerAnywhere优化程序仅根据每个语句的语义设计出合适的访问计划,几乎毫无例外。
www.ianywhere.com
4.
Normally, the optimizer selects an access plan for a query every time the query is executed.
通常,优化程序会在每次执行查询时为查询选择访问计划。
www.ianywhere.com
5.
Understanding the access plan is important for understanding and influencing performance, as well as for stabilizing performance.
了解访问计划对于理解性能、影响性能以及稳定性能都有重要。
www.ibm.com
6.
The SQL explain facility provides detailed information about the access plan that the query optimizer chooses for an SQL statement.
SQL解释工具提供查询优化器为SQL语句所选择的访问计划的有关详细信息。
www.ibm.com
7.
For queries that do not match any guideline, the regular cost-based access plan is chosen.
对于不与任何准则匹配的查询,将选择常规的基于成本的访问计划。
www.ibm.com
8.
The next objective is to further reduce the SQL cost by optimizing the access plan.
接着是通过优化访问计划进一步减少SQL成本。
www.ibm.com
9.
The true solution to this problem is to improve the access plan for problematic SQL statements by adding the correct indexes.
这个问题的正确解决方案是通过添加正确的索引改进有问题的SQL语句的存取方案。
www.ibm.com
10.
As you've seen in the steps above, the optimizer selects the optimal access plan based on available statistics.
您可以从以上步骤看到,这个优化器基于可用的统计信息选择了最优的存取计划。
www.ibm.com
1.
The access plan assumes that the sort operations to generate the data streams ordered on prod_id are pushed down to the two data sources.
该访问计划假设,生成按prod_id排序的数据流的排序操作被推至(pushdown)到两个数据源。
www.ibm.com
2.
The optimizer expresses its chosen method in the form of an access plan.
优化程序以访问计划的形式来表示它所选择的方法。
www.ianywhere.com
3.
As a simple example, the following graph (produced by db2exfmt) shows the access plan for an "Insert into Test1 values (? , ? , . . . )" .
作为一个简单的例子,下面的图(由db2exfmt产生)展示了“Insertintotest1values(?”语句的访问计划。
www.ibm.com
4.
It is important for a DBA to understand how to look at EXPLAIN output to detect and locate problems in the access plan.
DBA必须知道如何通过观察EXPLAIN结果来检查和定位访问计划中的问题。
www.ibm.com
5.
In this example, access plan overall costs do not include the actual fetch time.
在这一示例中,访问计划的整体成本并不包括实际的获取时间。
www.ibm.com
6.
However, you would still like the optimizer to find the best access plan based on the values that users have passed into the query.
然而,您可能仍然希望优化器基于用户传递给查询的值来查找最佳的存取计划。
www.ibm.com
7.
When this attribute is not specified, the optimizer makes a cost-based decision to select an access plan for the given table.
如果未指定该属性,优化器将生成一个基于成本的决策,为给定的表选择一种访问计划。
www.ibm.com
8.
To enable access plan reuse, rewrite the SQL statement using a parameter marker, as shown in Listing 3.
要实现访问计划重用,使用一个参数标记重写SQL语句,如清单3所示。
www.ibm.com
9.
Starting with the V9. 7 Fix Pack 1, runtime statistics can be gathered for access plan operators during the execution of a section.
从V9.7FixPack1开始,我们就可以在一个片段执行时为访问计划操作者收集运行时统计信息。
www.ibm.com
10.
Then we analyzed the access plan and decided to do runstats and rebind the database during a long-running test.
然后,我们分析访问计划,并决定在长时间的测试运行期间,运行runstats并重新绑定数据库。
www.ibm.com
1.
As the previous section described, parameter marker usage in SQL statements fosters access plan reuse.
如上节所述,SQL语句中的参数标记使用可促进访问计划重用。
www.ibm.com
2.
The cardinality represents the estimated number of rows returned from the access plan operator.
基数(cardinality)表示访问计划操作符所返回的行的估计数目。
www.ibm.com
3.
The access plan is basically the roadmap of how DB2 is going to access the data required to satisfy the query.
存取计划基本上就是DB2访问满足查询的数据的路线图。
www.ibm.com
4.
If you use the Statement interface, you parse each statement you send to the database, generate an access plan, and execute the statement.
如果使用Statement接口,则将分析每条发送到数据库的语句,生成访问计划,然后执行该语句。
www.ianywhere.com
5.
Direct execution Adaptive Server Anywhere parses the SQL statement, prepares an access plan, and executes the statement.
直接执行AdaptiveServerAnywhere会对SQL语句进行语法分析,拟定访问计划,然后执行语句。
www.ianywhere.com
6.
Learn to use access plan information to understand how to optimize your SQL statements.
了解如何使用访问计划信息优化SQL语句。
www.ibm.com
7.
The DB2 optimizer uses these statistics to determine the most efficient access plan for any given query, which improves query performance.
DB2优化器使用这些统计信息为任何给定的查询决定最有效的访问计划,从而提高查询的性能。
www.ibm.com
8.
So if an access plan is reused, a database server requires less CPU resources to execute the corresponding SQL statement repeatedly.
因此,如果一个访问计划被重用,则数据库服务器重复执行相应SQL语句所需的CPU资源将减少。
www.ibm.com
9.
The access plan can be modeled as a Merge Join (MGJN) of the two sales tables.
访问计划可以建模为两个销售表的合并连接(MergeJoin,MGJN)。
www.ibm.com
10.
Access plan describes the access path that the DB2 optimizer has chosen for accessing data for an SQL statement.
访问计划描述访问路径,这些路径是DB2优化器为SQL语句访问数据而选择的。
www.ibm.com
1.
The identified problematic SQL statements should be explained to show the access plan for any needed, specific tuning.
应当解释已发现的有问题的SQL语句,以便为特定的调优需求显示访问计划。
www.ibm.com
2.
Remember that DB2 can only reuse an access plan if SQL statement texts completely match.
还记得吗,DB2仅在SQL语句文本完全匹配时才能重用访问计划。
www.ibm.com
3.
The access plan operator is either an action that must be performed on data, or the output from a table or an index.
访问计划操作符要么是必须在数据上执行的动作,要么是表或索引的输出。
www.ibm.com
4.
When a procedure is executed for the first time, it is compiled to determine an optimal access plan to retrieve the data.
第一次执行某个过程时,将编译该过程以确定检索数据的最优访问计划。
msdn2.microsoft.com
5.
With this feature, the query optimizer can immediately consider the index when determining an access plan.
有了这个特性,查询优化器可以在决定访问计划时立即考虑索引。
www.ibm.com
6.
The following are additional methods that may be used in an access plan.
下面是可以在访问计划中使用的其它方法。
www.ianywhere.com
7.
When the DB2 optimizer forms a query access plan for a query, it divides the work among the database partitions which work in parallel.
当DB2优化器为一个查询形成查询访问计划时,它将工作划分到多个数据库分区上,这些数据库分区是并行工作的。
www.ibm.com
8.
After you collect those statistics, you get the new access plan graph shown in Figure 10.
您收集了这些统计数据之后,会得到如图10所示的新访问计划图。
www.ibm.com
9.
Dynamic SQL needs to be prepared execution by the UDB optimizer in order to create an access plan for the statement.
动态SQL需要由UDB优化器来准备执行,目的是为这条语句创建一个访问计划。
www.ibm.com
10.
The example below introduces the access plan basics by analyzing the bad SQL statement we captured in the previous section.
下面的示例通过分析我们在前面小节中所捕获的糟糕查询,介绍访问计划的基础知识。
www.ibm.com
1.
The access plan for a given SQL statement is generated at bind time.
一个特定SQL语句的存取计划是在绑定时生成的。
www.ibm.com
2.
An access plan defines the order for accessing tables, which indexes are used, and by what kind of join methods data is correlated.
访问计划定义按什么顺序访问表,使用哪些索引,以及用何种连接(join)方法来关联数据。
www.ibm.com
3.
By the way, when you see "GENROW" in an access plan, it is a "generate row" step.
顺便提一下,当您在访问计划中看到“GENROW”时,其实就是一个“generaterow”步骤。
www.ibm.com
4.
A good access plan is key for the fast execution of an SQL statement.
好的访问计划对于SQL语句的快速执行至关重要。
www.ibm.com
5.
Parsing and access plan preparation are called preparing the statement.
语法分析和访问计划的拟定称为准备语句。
www.ianywhere.com
6.
Always use literals if the optimal access plan for the SQL statement varies according to the literals in the filter conditions.
如果SQL语句的最优访问计划根据过滤条件中的文本变化,则应总是使用文本。
www.ibm.com
7.
When the index name is not specified, optimizer picks the cheapest single XML index access plan.
如果未指定索引名,优化器将选用成本最低的XML索引访问计划。
www.ibm.com
8.
This visualization is called the access plan graph.
这些可见的内容称为访问计划图。
www.ibm.com
9.
Briefly, an access plan is the set of steps that DB2 uses to execute an SQL statement and access data.
简言之,访问计划是DB2执行SQL语句和访问数据所采取的步骤的集合。
www.ibm.com
10.
Access plan and other very detailed information can be found in this file for our example query.
这个文件包含了关于这个示例查询的访问计划和其他详细信息。
www.ibm.com
1.
Figure 12 confirms that the new index on the STAFF table is being used in the query access plan.
图12确认查询的访问计划中使用了STAFF表上的新索引。
www.ibm.com
2.
At each operator in the access plan, the optimizer estimates the cardinality output from the operator.
对于访问计划的每个操作符,优化器将估计该操作符的基数输出。
www.ibm.com
3.
Briefly, an access plan is the set of steps that DB2 uses to execute a SQL statement and access data.
简单地说,访问计划是DB2用来执行SQL语句和访问数据的一组步骤。
www.ibm.com
4.
Under-estimating the cardinality could lead the optimizer to choose a sub-optimal access plan.
而基数值的低估又会导致优化器选择一个次优的访问计划。
www.ibm.com
5.
UltraLite Interactive SQL has a window that displays the access plan of a query.
UltraLiteInteractiveSQL有一个显示查询访问计划的窗口。
www.ianywhere.com
6.
In this case, the optimizer creates a different access plan, which may not be optimal if the user input is 0.
在这种情况下,优化器会创建的存取计划都是不一样的,这在用户输入为0时可能不是最优的。
www.ibm.com
7.
Collect distribution statistics and then generate the access plan again.
收集数据分布的统计信息,然后再次生成访问计划。
www.ibm.com
8.
Either way you provide the query and the access plan is generated and shown to you.
不管使用哪种方法,都可以生成和显示访问计划。
www.ibm.com
9.
If current statistics are not available, the optimizer may choose an inefficient access plan based on inaccurate default statistics.
如果无法获得当前的统计数据,优化器就可能会基于不准确的默认统计数据选择低效的访问计划。
www.ibm.com
10.
The query access plan produced after collecting these statistics is the same as the final plan in Example 3.
收集这些统计信息后生成的查询访问计划与示例3中的最后的计划相同。
www.ibm.com
1.
Figure 3 depicts the access plan for the very query that we used before extensively in this article.
图3描绘了我们在本文前面多次使用的查询的访问计划。
www.ibm.com
2.
This now populates the explain tables with the access plan chosen by the optimizer based on real and virtual indexes.
现在将用优化器根据实际和虚拟索引选择的访问计划来填充解释表。
www.ibm.com
3.
You get a different access plan in test than production.
您在测试中获得了一个不同于生产中的访问计划。
www-128.ibm.com
4.
This brings little overhead for compiling, but gives an optimal access plan.
这会增加一些编译负载,但却能够产生一个最优的存取计划。
www.ibm.com
5.
Naoto Kan said it was considering "access" plan, but the specific date has been set.
菅直人表示,目前正在考虑“访问”计划,但具体日期尚未确定。
www.englishtang.com
6.
Another advantage of access plan reuse is a reduced CPU load.
访问计划重用的另一个好处是CPU负载减小。
www.ibm.com
7.
Depending on the value provided for T1. PENDING column, the above access plan may or may not be optimal.
根据T1.PENDING字段的值,上面的存取计划可能是最优的,也可能不是。
www.ibm.com
8.
How do I recreate the same query access plan on my test environment that I am getting on my production environment?
我如何在接手生产环境的测试环境中重新创建相同的查询访问计划呢?
www-128.ibm.com
9.
After creating the three new indexes, you get the new access plan graph shown in Figure 13.
创建三个新索引之后,您图13中的新访问计划图。
www.ibm.com
10.
Nevertheless, another access plan is generated when parameter markers are used.
然而,使用参数标记时,将生成另一个访问计划。
www.ibm.com
1.
Access plan creation in the prepare phase requires CPU resources.
准备阶段的访问计划创建需要CPU资源。
www.ibm.com
2.
If not, analyze the access plan (for example, using DB2 Explain utilities) to see which can be amended.
如果不是这样,可以分析访问计划(例如,使用DB2Explain实用工具)以了解可以修改其中的哪些内容。
www.ibm.com
3.
This is quite useful when you match the access plan back to the event monitor outputs.
当您将访问计划重新匹配事件监控器输出时,这极其有用。
www.ibm.com
4.
The access plan previously used may not be the best one if the value is changed from 0 to 1.
如果值从0变成1,那么之前所使用的存取计划可能并不是最好的。
www.ibm.com
5.
This covers all the operators in this access plan.
这样就完成了访问计划中的所有操作。
www.ibm.com
6.
SQL Server uses the optimal access plan, but query optimization is limited by what is possible.
SQLServer使用最佳访问计划,但查询优化会受到可访问内容的限制。
technet.microsoft.com
7.
Introducing asynchrony into an access plan leads to increased use of resources on both the WFS and the backend system(s).
将异步引入访问计划中将导致WFS和后端系统上的资源得到更多的使用。
www.ibm.com
8.
When the statement is compiled, its access plan is stored in the package cache.
在编译语句时,语句的访问计划被存储在包缓存中。
www.ibm.com
9.
Listing 12 shows the basic component of an access plan.
清单12展示了访问计划的基本组件。
www.ibm.com
10.
Ideally, the database will choose the most optimal access plan -- that is, the plan that returns the data the most efficiently and quickly.
理想情况下,数据库将选择最佳访问计划——也就是能够最有效、最快地返回数据的计划。
www.ibm.com
1.
You've learned how to capture the access plan of a given query using the SQL explain utility (db2exfmt) in the DB2 UDB monitoring section.
在DB2UDB监控小节中,您已经了解到如何使用SQL解释实用程序(db2exfmt)捕获给定查询的访问计划。
www.ibm.com
2.
Listing 11 shows the access plan for the SELECT statement.
清单11展示了SELECT语句的访问计划。
www.ibm.com
3.
The attribute TYPE can have the value 'XMLINDEX' to select an index anding access plan that includes one or more XML indexes.
属性TYPE可以使用值“XMLINDEX”来选择包含一个或多个XML索引的indexanding访问计划。
www.ibm.com
4.
Figure 2 shows an example access plan graph for a given query.
图2显示了某个查询的访问计划图样例。
www.ibm.com
5.
From the access plan, IXSCAN(3) shows one row is expected to be returned from T1.
在上面的存取计划中,IXSCAN(3)显示T1预期会返回一行记录。
www.ibm.com
6.
And the access plan generated by the.
工具就会生成存取计划。
www-128.ibm.com
7.
To check if a spatial grid index is actually exploited during query time, you should have a look at the access plan.
为检查在查询时是否真正使用了一个空间网格索引,应该查看一下访问计划。
www.ibm.com
8.
You can generate the access plan using DB2's explain facility.
可以用DB2的explain工具程序生成存取计划。
www.ibm.com
9.
With this method, we can collect real cardinality for access plan operators.
通过这种方法,我们就能够为访问操作者收集实际基数。
www.ibm.com
10.
The goal of the optimizer is to find a good access plan.
优化程序的目标是找出合适的访问计划。
www.ianywhere.com
1.
In the above access plan, IXSCAN(4) scans the entire primary key for one million rows.
在上面的存取计划中,IXSCAN(4)会扫描一百万行记录的所有主键。
www.ibm.com
2.
Visual Explain, which is available through the DB2 Control Center, is the simplest way to view an access plan.
可视化解释(VisualExplain)是查看访问计划的最简单方式,通过DB2ControlCenter实现。
www.ibm.com
3.
There are three methods of viewing an access plan.
查看访问计划有三种方法。
www.ibm.com
4.
After the DB2 optimizer selects an access plan, DB2 generates the executable code for running the query, based on the QGM result.
在DB2优化器选择一个存取计划之后,DB2会基于QGM结果生成用于运行查询的可执行代码。
www.ibm.com
5.
With REOPT ALWAYS, the query will be re-compiled and the access plan will be re-generated based on run-time value.
通过使用REOPTALWAYS,这个查询将会重新编译,而这个存取计划将基于运行时值重新生成。
www.ibm.com
6.
Listing 13 shows the new access plan.
清单13展示了新的访问计划。
www.ibm.com
7.
Now, look at the access plan.
现在,查看访问计划。
www-128.ibm.com
8.
The hash join in the access plan estimates that 1 row will be returned when in fact it is 4 rows.
根据估计,访问计划中的散列连接将返回1行,而实际上是4行。
www.ibm.com
9.
By adding the index on the ACCT_ID_INX column, the new access plan shows a significant cost reduction from 3420. 41 to 38. 6219 timerons.
通过在ACCT_ID_INX列上添加索引,新的访问计划显示了从3420.41到38.6219timeron的较大成本缩减。
www.ibm.com
10.
With the new index created, and statistics collected on it, the optimizer corrects the cardinality estimate of the query access plan
然后优化器会使用新创建的索引和在其上收集的统计信息来更正查询访问计划的基数估计值
www.ibm.com
1.
This provides the optimizer with the most accurate information with which to determine the best access plan. For example
这就为优化器提供了用于确定最佳访问计划的最准确的信息。
www.ibm.com
2.
Better UNION handling in the compile and optimization phase of the access plan
在访问计划的编译和优化阶段提供更好的UNION处理。
www.ibm.com
3.
Database and database manager configuration from the access plan
访问计划中的数据库和数据库管理程序配置
www.ibm.com
4.
Proposed concourse level Pedestrian access plan
计划中的广场层行人通路图
zhidao.baidu.com
5.
Proposed street level pedestrian access plan
计划中的街道层行人通路图
zhidao.baidu.com
6.
To evaluate the new access plan after the index creation on the ACCOUNT table issue
为了在ACCOUNT表上创建索引之后评估新的访问计划,要发出
www.ibm.com
7.
A query access plan similar to the following is chosen by the optimizer
优化器会选择类似如下所示的查询访问计划
www.ibm.com
8.
Access plan for query accessing an inverted text index
访问反向文本索引的查询的访问计划
www.ibm.com
9.
Access plan for query without inverted text index
未使用反向文本索引的查询的访问计划
www.ibm.com
10.
The file exfmt_example2. out should contain a query access plan similar to the following, with an estimated cardinality of 7
文件exfmt_example2.out一定会包含一个类似于如下所示的查询访问计划,它的估计基数为7
www.ibm.com
1.
The file exfmt_example1. out contains a query access plan similar to the following, with an estimated cardinality of 1
文件exfmt_example1.out包含了一个类似如下所示的访问计划,它的估计基数为1
www.ibm.com
2.
From the access plan graph in Figure 6, you can do some initial performance analysis
在图6的访问计划图中,您可以做一些初始性能分析
www.ibm.com
3.
You may execute the following steps in order to generate the access plan for the above SELECT statement
您可以执行下列步骤,用于为以上SELECT语句生成访问计划
www.ibm.com
4.
Generate the access plan using db2exfmt as follows
使用db2exfmt生成访问计划,如下
www.ibm.com
5.
Listing 1. How access plan components appear in db2exfmt output
清单1.db2exfmt输出中的访问计划成分
www.ibm.com
6.
Generate the access plan using db2exfmt. You will see the following access plan
使用db2exfmt生成访问计划。
www.ibm.com
7.
Examine the contents of test_dummydb_exfmt. txt and look at the access plan
检查test_dummydb_exfmt.txt的内容并查看访问计划
www.ibm.com
8.
You should see the following access plan generated
您将看到生成了下面的访问计划
www-128.ibm.com
9.
From this new access plan graph, you can see the following
在这张新访问计划图中,您可以看到以下内容
www.ibm.com
10.
From the access plan graph in Figure 6, you can see the following
在图6中访问计划图中,您可以看到以下内容
www.ibm.com
1.
The access plan here is
这里的存取计划是
www-128.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/14 20:19:02