
词语导航
基本信息
词语:跟踪语句
繁体:跟蹤語句
拼音:gēn zōng yǔ jù
英语翻译
【计】 trace statement
分词翻译
跟踪的英语翻译:
dog; follow the tracks of; follow up the scent; run after; scout; slot; tail
tail after
【计】 step into; tracing; track; tracking
语句的英语翻译:
sentence
【计】 COMPLEX statement
翻译例句
1. 此外,还可以自定义跟踪语句的输出。
In addition, the output of tracing statements can be customized.
2. 使用跟踪语句检测应用程序,不仅可以显示出错时的信息,而且可以监视应用程序的执行情况。
With trace statements, you can instrument an application to display information not only when things go wrong but also to monitor how well the application is performing.
3. 当开发应用程序时,可以在其中添加跟踪语句,然后即可在开发应用程序时和部署应用程序后使用该检测功能。
You can add tracing statements to your application when you develop it, and you can use that instrumentation both while you are developing the application and after you have deployed it.
4. 当估算远程调用的时间时,例如,用跟踪语句,了解每一部分从哪里开始以及到哪里结束非常重要,因为这样才可以在适当的位置设置跟踪语句。
When measuring the time for a remote call, for example with trace statements, it is important to know where each part starts and ends, so that the trace statements can be appropriately placed.
5. 利用跟踪语句,可以避免诸如检查原始源代码、修改原始源代码、重新编译源代码,以及尝试在调试环境中生成运行时错误等困难任务。
With trace statements you can avoid the difficult task of examining the original source code, modifying it, recompiling, and attempting to produce the run-time error within the debugging environment.
6. 为了解决这一问题,可以在抛出异常语句期间,在异常对象的构造函数中生成一个堆栈跟踪。
To deal with this, you can generate a stack trace in the constructor of the exception object during the throw exception statement.
7. 与前面的中介处理程序一样,此处理程序的源代码也可以下载,其中也包含跟踪和调试语句。
As with the earlier mediation handler, the source code for this one can also be downloaded, and contains trace and debug statements.
8. 使用简单的声明性sql语句,您可以维护数据库变更的历史,跟踪有效的业务日期,以及分析变更历史。
With simple declarative SQL statements, you can maintain a history of database changes, track effective business dates, and analyze the history of changes.
9. 最后,我需要跟踪与正在执行的语句关联的JDBC连接。
Finally, I need to track the JDBC connection associated with statements that are executing.
10. 中介处理程序的下载版本包含有附加的跟踪和调试语句。
The download version of the mediation handlers contain additional trace and debug statements.
11. 这个新功能使用简单的SQL语句并提供一个统一的方法来跟踪与时间相关的事件,管理和维护版本化的数据。
This new capability uses simple SQL statements and provides a consistent approach to tracking time-related events, and managing and maintaining versioned data.
12. 您可以使用该机制跟踪每条语句找到源。
You can use this mechanism to track every single statement to a source.
13. 这些改进有助于数据管理员跟踪连接和授权、语句文本、应用程序id、发出请求的IP地址以及重要事件的时间戳。
The improvements help data managers track connections and authorizations, statement text, application IDs, and the originating request"s IP, along with timestamps for important events.
14. 另外,给出了一个例子,演示如何通过分析跟踪找到一个死锁情况所涉及的sql语句。
In addition, it provided an example showing how to find the SQL statements involved in one deadlock situation by analyzing the traces.
15. 跟踪连接或语句的元数据信息让我可以跨越请求,针对连接或语句把统计值分组。
Tracking metadata information about connections or statements lets me group statistics across each request for equivalent connections or statements.
16. 该方法用于在简单的SQL选择语句期间为调用的vti目的函数实现一个跟踪功能。
This method is used to implement a trace facility for the VTI purpose functions invoked during a simple select SQL statement.WwW.wEnTIyI.COm
17. 您已经得到死锁跟踪报告和SQL语句报告。
You have obtained a deadlock trace report and an SQL statement report.
18. 我还想进一步根据SQL字符串跟踪预备语句(在执行之前就已经准备就绪)。
I would further like to track performance of prepared statements by the SQL strings that was prepared prior to executing to them.
19. 这个方面有两个主要职责:跟踪与创建和准备语句有关的信息,然后监视jdbc语句执行的性能统计值。
This aspect has two primary responsibilities: tracking information about creating and preparing statements and then monitoring performance statistics for executing JDBC statements.
20. 否则,您可能会得到一个php堆栈跟踪,告诉您数据库连接失败或者insert语句不工作。
If not, you likely get a PHP stack trace, informing you that the database connection failed or the INSERT statement did not work.
21. 如果以默认配置启用此特性,数据库服务器会跟踪运行的最后 1000 个SQL语句,并提供这些语句的统计数据。
When this feature is enabled with its default configuration, the database server tracks the last 1000 SQL statements that ran, along with the profile statistics for those statements.
22. 只有使用配置参数SQLTRACE启用SQL跟踪,才能看到这些 SQL语句。
You can see these SQL statements only if SQL tracing is enabled using the configuration parameter SQLTRACE.
23. DB2跟踪文件包含 DB2连接、语句、已打开但从未关闭的结果集的列表。
The DB2 trace file contains a list of the DB2 connections, statements, and result sets that have been opened, but never closed.
24. 使用DETAILSHISTORY选项创建死锁事件监视器时,DB 2跟踪已经在事务中执行的sql语句。
When a deadlock event monitor is created with the DETAILS HISTORY option, DB2 keeps track of the SQL statements already executed in a transaction.
25. 跟踪应用程序所使用的语句列表和结果集。
The list of statements and result sets used by the traced application.
26. 要跟踪的SQL语句数量 (ntrace)
The number of SQL statements to trace (ntrace)
27. 分析跟踪报告以确定不良sql语句。
Analyze the trace reports to determine the offending SQL statements.
28. 跟踪消息利用了类XmlSdoUtilities中的一个实用方法,因此您需要添加此导入语句。
The trace message exploits a utility method in the class XmlSdoUtilities, so you will need to add this import statement.
29. 还可以设置“Numberoftraces”,这是在重用资源之前要跟踪的sql语句的数量。
You can also set the "number of traces", which is the number of SQL statements to trace before reusing the resources.
30. 还可以设置“Numberoftraces”,这是在重用资源之前要跟踪的sql语句的数量。
You can also set the "number of traces", which is the number of SQL statements to trace before reusing the resources.
版权声明:问题易所有作品(图文、音视频)均来源网络,版权归原创作者所有,与本站立场无关,如不慎侵犯了你的权益,请联系我们告知,我们将做删除处理!
