call stack中文,call stack的意思,call stack翻译及用法

2026-04-12 18:06 浏览次数 23

call stack

英[kɔ:l stæk]美[kɔl stæk]

[计] 调用栈

call stack 片语

片语

Program call stack程序调用栈

call stack frame调用栈

Call Stack Integrity调用栈完整性

entry call return stack回叫堆栈

call-stack trace调用栈跟蹤

Call-Stack Window调用线窗口

function call stack函数调用栈

View function call stack查看函数调用的堆栈

call stack 例句

英汉例句

  • demands enforce security by performing an analysis (called a stack walk) in which every calling function (or stack frame) in the current call stack is examined for the specified permission.

    可以声明方式或强制方式使用安全要求调用来指定直接或间接调用方访问您的库时必须拥有的权限。

  • the cut-off percentages based on average call stack length are shown in the following table.

    基于堆栈平均长度的截止百分数见下表。

  • the stack walk requires that all code in the call stack has permission to access a protected resource.

    堆叠查核行程要求呼叫堆叠中的所有程式码都必须具有存取受保护资源的使用权限。

  • the call stack allows you to see how you got to a certain break point in your debug session.

    在调用堆栈让你看看你有你的调试会话在一定破发点。

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

    大多数调用栈错误与这两种模式之一有关。

  • the frames that you see on the call stack are almost always correct, however, assuming you have symbols for all frames.

    但是,假定所有框架都有符号,则在调用堆栈上看到的框架几乎总是正确的。

  • because the state of the call stack in a class constructor is not well defined, stack walk overrides placed in constructors can produce unexpected and undesired results.

    由于类构造函数中的调用堆栈状态的定义不完善,所以放置在构造函数中的堆栈步重写可能会产生意外结果。

  • the location expands to show the call stack for the thread.

    此位置将展开以显示线程的调用堆栈。

  • call stack window to work your way back up the call stack, looking for corrupted data being passed as a parameter to a function.

    「调用堆栈」窗口反向沿调用堆栈进行调试,查找作为参数传递给函数的已损坏数据。

  • gets a string representation of the frames on the call stack at the time the current exception was thrown.

    取得在掷回目前例外状况时,呼叫堆叠上框架的字串表示。

  • to find out the call stack for the malloc call, stktrace() probe function can be called in the previous script.

    要想查看malloc调用的调用堆栈,可以在前面的脚本中调用stktrace()探测函数。

  • for more information, see using the call stack window.

    有关更多信息,请参见使用「调用堆栈」窗口。

  • for example, a method on the call stack might deny all of its callers a set of permissions named pset1, such that any demand for a permission that is part of pset1 fails for those callers.

    例如,呼叫堆叠中的方法可以使用一组具名为pset1的使用权限拒绝它所有的呼叫端,如此一来,只要对这些呼叫端要求任何属于pset1一部分的使用权限都会失败。

  • this call leads to essentially the same algorithm being executed, but on the call stack encapsulated in this accesscontrolcontext (belonging to the client).

    这个调用实质上会执行同一个算法,但是是对于在这个accesscontrolcontext 中封装的调用堆栈(属于客户机)执行。

  • call stack window to set a breakpoint on a previous call that has not yet returned.

    「调用堆栈」窗口在先前发出而尚未返回的调用中设置断点。

  • this demand occurs at run time for every invocation of the member, and checks every caller in the call stack for permission.

    在运行阶段对成员的每次调用都会提出此要求,此要求将检查调用堆栈中每个调用方的权限。

  • if there were many component calls before your breakpoint was hit, you would see the call stack in the debug view.

    如果在遇到断点之前有很多组件调用,将会在debug视图中看到调用堆栈。

相关热词