- 重点词汇
- byprep. 在…旁边;表示方式;由于;经过;到…之前;
- theart.这个;指已提到或易领会到的人或事物;指独一无二的、正常的或不言而喻的人或事物;用以泛指;与形容词连用,指事物或统称的人;用于姓氏的复数形式前,指家庭或夫妇;(指特定用途的事物)足够,恰好;每,一;当前的,本,此;(重读,表示所指的为知名或重要的人或事物)
- fromprep. (表示时间)从…;(表示原因)因为;(表示来源)来自…;(表示分离)与…分离[隔开];
- usingv.使用( use的现在分词 );利用;耗费;吸(毒);
- informationn.消息;数据;问讯处;
- to construct建设,建筑,修建;
- aart. 一(个);每一(个);任一(个),用于辅音音素开头的单词前
- call stack调用栈;
- 相关例句
不用在相同的方法中使用编程事务,而是将更新操作移动到调用栈的另一个公共方法中。
互联网摘选
尽管不能捕获整个调用堆栈,但是可以捕获当前执行状态,甚至可以持久存储当前状态。
互联网摘选
当我的SCA应用程序遇到问题时,如何解释运行时调用堆栈上出现的各种类?
互联网摘选
SystemTap还提供许多其他函数,提供对调用堆栈和当前注册表的访问。
互联网摘选
实验结果表明,基于调用堆栈的GUI.测试方法可以很好地保持错误检测率,测试集的大小适中。
互联网摘选
Call stack and immediate windows in a separate window or at the bottom of the ide.
“调用堆栈”和“即时”窗口显示在单独的窗口中,或者显示在ide底部。
provided by jukuu
堆栈遍历要求调用堆栈中的所有代码都具有访问受保护资源的权限。
provided by jukuu
每当一个方法调用另一方法时,都会在调用堆栈上生成一个新框架来存储有关所调用方法的信息。
provided by jukuu
In managed code, the call stack window hides information for non-user code by default.
在托管代码中,“调用堆栈”窗口默认情况下隐藏非用户代码的信息。
provided by jukuu
Prints the call stack to the log if an exception occurs at any point during installation.
如果在安装过程中的任何时候出现异常,则将调用堆栈打印到日志。
provided by jukuu
A caller higher in the call stack does not have the permission specified by the current instance.
调用堆栈中处于较高位置的调用方不具有当前实例所指定的权限。
provided by jukuu
A caller in the call stack does not have the required permissions.
调用堆栈中的调用方没有所需的权限。
provided by jukuu
Note, of course, that this call stack will be optimized in the ways described earlier.
注意,这个调用堆栈当然将会按前面描述的过程优化。
互联网摘选
Stops the permission check on callers higher in the call stack.
会停止对调用堆栈中的高级调用方的权限检查。
provided by jukuu
The program "call stack" is a list of functions which led up to the current one.
程序“调用堆栈”是当前函数之前的所有已调用函数的列表(包括当前函数)。
互联网摘选
You can also set an address breakpoint on a function using the call stack window.
也可以使用“调用堆栈”窗口在函数上设置地址断点。
provided by jukuu