call stack 中文意思是什麼

call stack 解釋
調用堆棧:調用堆棧是一個方法列表,按調用順序保存所有在運行期被調用的方法。

  • call : vt 1 大聲念[說],喊,叫。2 召喚,叫來,請來;召集,徵召;號召;喚醒。3 把…取名為,稱呼,把…叫做。...
  • stack : n 1 (麥桿等的)堆,垛;乾草堆。2 積材,層積,堆積;〈英國〉一堆〈木材等的計量單位,=108立方英尺...
  1. To view the disassembly code for a function on the call stack

    查看調用堆棧上的函數的反匯編代碼
  2. In essence, what happens upon calling this method is that a snapshot of the state of the call stack is taken at that very instant and the sets of permissions intersected with each other

    方法中間接實現的。本質上,調用這個方法所發生的事情是對那一瞬間調用堆棧和一組相互交疊的權限進行快照。
  3. Include calls to from other threads on the shortcut menu. to view the source code for a function on the call stack

    右擊「調用堆棧」窗口,並從快捷菜單中選擇「包括對其他線程和來自其他線程的調用」 。
  4. View and control script flow with the call stack window

    在呼叫堆疊視窗中檢視和控制指令碼的流程
  5. Changing the invocation statement of a method that is on the call stack

    更改對調用堆棧中某個方法的調用語句。
  6. This demand causes the runtime to check the permissions of all callers in the call stack, starting with assembly e. because assembly e has been granted p1 permission, the runtime proceeds to examine the permissions of assembly c. but because method c has denied p1, the security check invoked by method e fails at that point, and a

    此要求使運行庫檢查調用堆棧中所有調用方的權限(從程序集e開始) 。因為程序集e已被授予p1權限,運行庫會接著檢查程序集c的權限。但是因為方法c已拒絕p1 ,所以方法e調用的安全檢查會在此處失敗,並引發
  7. This is the best way to preserve the exception call stack

    這是保留異常調用堆棧的最佳方式。
  8. As must be obvious, the last frame in the call stack depicted in

    中描述的調用堆棧中最後一幀實際上是對
  9. At array index 0 represents the most recent function call in the stack trace and the last frame pushed onto the call stack

    表示堆棧跟蹤中最近的函數調用以及推入到調用堆棧中的最後一幀。
  10. The search for a handler continues up the call stack, which is the series of procedures called within the application

    對處理程序的搜索一直持續到「調用堆棧」 ,它是應用程序內被調用過程的序列。
  11. S from the client call stack ; or a list of only

    加上客戶調用堆棧的(未改變的)
  12. A caller in the call stack has called

    調用堆棧中的調用方已調用當前權限對象上的
  13. This example outputs the call stack to any listener in the

    此示例將調用堆棧輸出到
  14. If code in the call stack of a member calls the

    如果成員調用堆棧中的代碼調用
  15. Open the call stack window, if necessary

    如有必要,打開「調用堆棧」窗口。
  16. If deeper code on the call stack performs an

    如果調用堆棧上較深的代碼執行
  17. You also saw that the call stack snapshot or the

    還看到調用堆棧快照(或者
  18. Cannot override deeper code on the call stack that performs an

    不能重寫調用堆棧上執行
  19. S that were present on the call stack even before the call to

    必須由出現在調用堆棧中的
  20. A typical call stack is shown in figure 1

    圖1顯示了一個典型的調用堆棧。
分享友人