• 显示程序函数当前调用

    Display the current call stack of programs and functions.

    youdao

  • 就是直接返回一个先前的调用

    You're literally going back to a previous call stack.

    youdao

  • 大多数调用错误两种模式之一有关

    Most call stack errors are related to one of these two recursion patterns.

    youdao

  • 所有分配称为调用内存区域

    All the stack frames are allocated in a region of memory called the call stack.

    youdao

  • 就是说通道参数可以多层模板调用累积

    This means that tunnel parameters can accumulate from several levels of the template-invocation stack.

    youdao

  • 使操作成功完成调用中的每个必须必需许可权

    Each class in the calling stack must have the required permissions for the operations to complete successfully.

    youdao

  • 可以选择调用中的条目这样可以显示变量调用值。

    Entries on the call stack can be selected, causing variables at the time of invocation to be displayed.

    youdao

  • 此外递归函数遇到浏览器调用大小限制

    Further, recursive functions are more likely to run into browser call stack size limits.

    youdao

  • 调用异常传递catch,异常正是通过这种方式返回给用户的。

    The call stack passes the exception to the catch block, and that is how it gets returned to the user.

    youdao

  • 通道参数实际上像是全局区,只不过模板调用可以改变它的

    Tunnel parameters are actually more like a global pool, except you can change a value as you go further in your stack of template invocations.

    youdao

  • 每当实际代码碰到任何类型错误就抛出一个异常然后该异常就进入调用

    Whenever the actual code encounters any type of error, it throws an exception, which then goes to the call stack.

    youdao

  • 不用相同方法使用编程事务,而是更新操作移动调用另一个公共方法中。

    Rather than using programmatic transactions within the same method, you can move the update operations to another public method within the call stack.

    youdao

  • 通过技巧可以有效地调用层次开始事务从而减少花费在数据库中的时间

    With this technique, you are effectively starting the transaction at a lower level in the call stack, thereby reducing the amount of time you are in the database.

    youdao

  • 调试器来说难以置信地有用-意味着调用完全可靠即使没有正被调试所有模块符号

    This was unbelievably useful for debuggers - it meant that call stacks were quite reliable, even if you didn't have symbols for all the modules being debugged.

    youdao

  • 如果不使用引用,就需要整个数组hash 表复制函数调用然后函数中再次对其进行复制。

    Without a reference, you copy the entire array or hash onto the function call stack, and then copy it again in the function.

    youdao

  • 是否了解如何有效利用Rubinius清晰可见内部结构例如可以运行时刻访问修改字节码查看调用

    Do you have ideas what you could do with Rubinius' transparency and accessible internals, i.e. accessing and modifying bytecode at runtime, inspecting the call stack etc.?

    youdao

  • 始终调用最高层(api)启动事务有时效率低下特别是对于具有高用户吞吐量高数据库并发需求的应用程序。

    Always starting transactions at the highest level in the call stack (the API layer) can be inefficient, particularly in cases of high-user-throughput and high-database-concurrency needs.

    youdao

  • 名为Cylon调试提供了人们所想到所有特性传统断点、基于异常的断点、调用监视器以及变量的查看操作

    The debugger - called Cylon - provides all the features one could expect: conditional breakpoints, breakpoints on exceptions, call stack, watches, the exploration and manipulation of variables.

    youdao

  • Quantify 使我们能够了解到调用对于每一个部分执行最大最小时间派生时间消耗其他有用信息

    Quantify enabled us to understand the maximum and minimum times for execution at each step in the call stack, the time consumed by descendents, and other useful pieces of information.

    youdao

  • 调用检查遇到PrivilegedAction实例停止有效地执行指定操作所必需许可权授予所有后继调用

    The check of the calling stack stops when it encounters a PrivilegedAction instance, effectively granting all subsequent class calls the required permission to perform the specified operation.

    youdao

  • 但是即使是不可取消任务也应该尝试保留中断状态以防不可取消的任务结束之后调用上更高层的代码需要中断进行处理。

    However, even noncancelable tasks should attempt to preserve the interrupted status in case code higher up on the call stack wants to act on the interruption after the noncancelable task completes.

    youdao

  • 对于Lock [AQS@135]”,一个程序位置出现竞争显示了竞争次数时间竞争时刻的线程调用

    ForLock [AQS@135]”, it contends in one place, showing contention count, contention time, and full stack back trace of the contention.

    youdao

  • Job Watcher与Collection Services收集数据大致相同收集的信息详细比如调用sql语句

    Job Watcher collects much of the same data that Collection Services does but also collects more detailed information, such as call stacks and SQL statements.

    youdao

  • 尽管如此我们只有主线程加一个调用所以避免读取那个文件去处理另一个请求,回函数需要等待调用

    However, we only have one main thread and one call-stack, so in case there is another request being served when the said file is read, its callback will need to wait for the stack to become empty.

    youdao

  • Debug视图(不要Debug透视图混淆)展示调用(call stack),Variables视图展示了程序变量当前状态Console视图则展示了程序。

    The Debug view (not to be confused with the Debug perspective) shows the call stack, the variables view shows the current state of the program's variables, and the Console view shows the program.

    youdao

  • 一点注意:数组第一元素(而不是最后一个元素)这个调用跟踪

    One thing to note: the first element of the arrray is the top of the call trace, not the last.

    youdao

  • 通过这种方式如果设计调用一个主机可以替换一个协调虚拟机系统

    In this way, if a design calls for a hosting stack, you can substitute a compatible virtual system.

    youdao

  • 优化调用转换成本地回路这样可以防止溢出

    This optimization transforms recursive calls into local loops, in order to prevent stack overflows.

    youdao

  • 方法调用一直沿着传递调用可能传递最终目标一个截取程序。

    The method call passes the invocation up the stack, either to the final target or possibly to the next interceptor.

    youdao

  • 方法调用一直沿着传递调用可能传递最终目标一个截取程序。

    The method call passes the invocation up the stack, either to the final target or possibly to the next interceptor.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定