As you can see, the information displayed by the context function is far more detailed than you normally see with the default GDB hook_stop vector.
可以看到,context函数所显示的信息远比您通常使用缺省gdb hook_stop函数所看到的信息更详细。
It essentially binds the current context to the function.
它会把当前上下文绑定到这个函数。
Not only will this reduce network overhead, but within EJBs, it also critically reduces the number of database calls by creating a single transaction context for the entire business function.
这种方法不但能够降低网络开销,而且在EJB内部通过为整个业务功能创建一个事务环境也可以大大地减少对数据库的访问次数。
Business transactions might seem like a simple function to the invoking application, but they might be implemented as composite functions covered by their own transactional context.
业务事务很像是调用应用程序的简单函数,但是它们可能是作为自己的事务的上下文所包含的复合函数来实现的。
A service, in this context, can be thought of as a function that has a well-known interface, can be obtained from a service provider, is stored in service containers, and is addressable by its type.
在该上下文中,服务可以被视为具有众所周知的接口的函数,可以从服务提供程序中获得,可以存储在服务容器中,并且可以通过它的类型寻址。
The W3C HTML5 Specification (Working Draft) explicitly recognizes this and provides detailed examples for alt text depending on the function and context of the image.
W3C的HTML5规范(草案)明确指出了这一点,并详细示范了如何撰写基于功能和上下文的替换文本。
The Context Diagram also represents the scope of the particular function or the overall system.
内容图表还代表了特定功能及总体系统的范围。
From the examples so far, you can see that an anonymous function is simply a function, without an name, that is evaluated in place and determines its context based on where it is defined.
到目前为止看到的例子中,匿名函数都只不过是一个没有名称的函数,它被就地求值,基于定义它的位置来决定它的上下文。
A business service is a business function whose execution can be adapted at run time based on business policy and user context.
业务服务是业务功能,可以在运行时基于业务策略和用户上下文执行该功能。
The ASN1 variety of this function loads an ASN1-encoded digital certificate from the specified memory location into the SSL context.
这个函数的ASN1 变种可以将指定内存位置处的使用ASN1 编码的数字证书加载到SSL环境中。
The CONTAINS function takes two parameters: the column name, establishing the context in which full-text search should occur, and the actual search criteria that should be applied.
CONTAINS函数有两个参数:列名(建立应该进行全文搜索的上下文)和应该应用的实际搜索条件。
The group compared people's use of "function words," which rarely carry any meaning on their own, but help build context in conversations.
研究小组对比了人们对“虚词”的用法——虚词几乎不表达它们自己的意思,但是有助于对话上下文的建立。
It ACTS like a macro in this context, where calling the method of function via the closure makes the function call in the context of where it's defined.
它在此上下文中用作宏,通过闭包调用函数方法将在定义它的上下文中执行函数调用。
Its meaning in the application context is reduced to a vague bridge metaphor referring to the function of a portal.
在该程序的上下文中,我们勉强可以理解到这张图片的意义是想用一张模糊的桥的照片来表示这个门户系统的功能。
You can invoke the Test map function from the toolbar (Figure 5) or the context menu of the map (Figure 6).
可以从工具栏(见图5)或映射的上下文菜单(见图6)调用Testmap函数。
The this variable in the context of my function represents the JSON document itself.
在函数上下文中的this变量表示为JSON文档本身。
Let's create another Application class that will contain a main function to open the ContactUI and set up the context object.
让我们来创建另一个application类,其中会包含一个主函数,用来打开ContactUI和设置这个上下文对象。
If you select the Console TAB, code is executed within the context of the function where execution stopped — this allows you to modify variable content or call functions on the fly.
如果选择Console选项卡,代码会在执行停止了的函数的上下文内执行——这就让您得以动态修改变量内容或调用函数。
The following code is in the RunSearch function but is shown out of context to demonstrate how one would walk the results and extract appropriate information about each result using SIAPI.
下面是runsearch函数的部分代码,没有上下文显示,目的是示范如何使用SIAPI访问结果并从每个结果提取出合适的信息。
To invoke it, use the Show Script context menu option that is available on the table, view, stored procedure, and function nodes in the Server Explorer tree.
要调用脚本设计程序,在Serverexplorer树中使用表、视图、存储过程和函数节点中的Show Script上下文菜单选项。
This functionality is implemented with the contains built-in function, which takes a context and a search term as parameters.
这个功能是用内置函数contains实现的,这个函数以一个上下文和搜索词作为参数。
The eq function compares an argument to the context and returns true if they are the same.
eq函数将参数同上下文比较,如果它们相同,就返回true。
For example, if the expression doesn't use the last function then it is not necessary to do look-ahead processing to determine how many elements there are in the context list.
例如,如果表达式不使用last函数,那么就不必执行先行处理来确定上下文列表中有多少元素。
Besides naming the object, the function tells dacscheck that it's running within a CGI context and should use the value of REMOTE_USER as the identity of the user making the request.
除了命名对象外,该函数还告诉dacscheck它运行在一个cgi上下文中,并且应该使用REMOTE_USER的值作为发出请求的用户标识。
Basically, the eval_frame function looks at the current bytecode in an execution context, and switches control out to a function appropriate for implementing that bytecode.
eval _ frame函数主要察看执行上下文中的当前字节码,并将控制向外切换到一个适合实现该字节码的函数。
From a user's perspective, timer_list contains an expiration time, a callback function (when/if the timer expires), and a user-provided context.
从用户角度看,timer_list包含一个过期时间,一个回调函数(当/如果计时器过期),以及一个用户提供的上下文。
A business service represents a business-aligned function whose execution can be adapted at run-time based on business policy and user context. The key characteristics of a business service are.
业务服务表示与业务一致的功能,在运行时可以基于业务策略和用户上下文调整该功能的执行。
Before closures, implementation of the passed function was limited to the context of its function arguments.
在closures之前,对所传递函数的实施限定在其函数参数的上下文。
In dojo.subscribe the context is passed before the function declaration (Listing 12).
在dojo .subscribe中,上下文是在函数声明之前传递的(参见清单12)。
In dojo.subscribe the context is passed before the function declaration (Listing 12).
在dojo .subscribe中,上下文是在函数声明之前传递的(参见清单12)。
应用推荐