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

    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

  • 始终调用最高层(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

  • 调用检查遇到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

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

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

    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

  • 添加stack_depth:3参数限制调用malloc收集跟踪

    You add the stack_depth: 3 parameter to limit the stack trace collected when a malloc is called.

    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

  • 应用程序中的每个线程都需要内存保存(用于调用函数时保存本地变量维持状态内存)。

    Every thread in an application requires memory to hold its stack (the area of memory used to hold local variables and maintain state when calling functions).

    youdao

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

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

    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

  • 函数返回进行调用的函数时,后者一定不能依赖中的参数列表

    The calling function must not depend on the parameter list still being on the stack when your function returns to it.

    youdao

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

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

    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

  • 范围构函数调用时,所有那个范围中创建的句都将被移除

    When the handle scope's destructor is called all handles created within that scope are removed from the stack.

    youdao

  • 程序正常操作过程中,调用一个函数时,被调用函数所有参数以及返回位置指针放在

    During normal operation of a program, when a function is called, any arguments for the called function along with a pointer to the return location are placed onto the stack.

    youdao

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

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

    youdao

  • 地址就代表最后一次调用函数(也就是当前的活动函数)。

    The address at the top of the stack represents the function that was last called (that is, the active function).

    youdao

  • 意味着我们必须手工重新编写仿造一个返回地址使得尾部调用函数直接返回调用它的函数。

    This means that we have to manually rewrite the stack to fake a return address so that the tail-called function will return directly to our parent.

    youdao

  • 尾部调用之后除去结构方法称为尾部调用优化

    The idea of removing stack frames after tail-calls is called tail-call optimization.

    youdao

  • 好像一旦控制权传递尾部调用函数再也没有有用的内容了。

    It seems that once control is passed to the tail-called function, nothing in the stack is useful anymore.

    youdao

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

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

    youdao

  • 执行流程经过定义了配置对象作用接收调用并执行一些处理,然后继续传递

    The flow of execution passes through a configuration-defined stack of objects whose purpose and design is to accept an invocation, do something with it, and then pass it on.

    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

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

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

    youdao

  • 最后调用(tail))只是调用函数没有任何过程调用维护开销

    The last call (the tail) simply invokes the function without any procedure call or stack maintenance overhead.

    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

  • 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

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

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

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