对于每一行,等号左边的值表示相对上下文的Web应用路径。
For each line, the values on the left of the equals sign represent a context-relative web application path.
物理教学设计既要利用好传统的数学路径和应用路径,还要通过人文路径解决物理教学文化缺失问题。
When designing physics teaching, we not only should use the traditional way of mathematics and application, but also we should resolve the problem of culture absence with humanistic approaches.
当然,不同时刻执行应用程序可能加载不同的路径,所以一次执行的列表可能并不完整。
Of course, different executions of your application may take different paths, so the list from one execution may not be complete.
请求消息可以只需将请求中介的目的地添加到反向路由路径,或者只需应用应答目的地的反向中介。
Either the request message could simply add the response mediation's destination to the reverse routing path, or simply apply the reverse mediation to the reply destination.
如果不使用路径映射,那么这个系统将在这个概要文件应用位置的模型文件中存储一个文件路径(如果可能的话)。
If you do not use a path-map, then the system will store a file path (relative, if possible) in the model file where the profile is applied.
分析器结果可以帮助标识应用程序的关键路径;即大部分时间所执行的代码。
Profiler results help you identify the critical path of your application; that is, the code that is executed most of the time.
结果是一个通过应用程序的路径,指导应用程序的一个结构化演练,用于内部审计或供客户端使用。
The result is a path through the application that guides a structured walk-through of the application for either internal audit or client use.
为了保留当前使用的应用程序的所有功能,必须根据电子表格中的其他列为所有必需的应用程序找到迁移路径。
To retain the functions of all currently used applications, we must find a migration path for all required applications based on the remaining columns of the spreadsheet.
图1中的代码段显示了第111行执行交换陈述时所应用的准确路径。
The code fragment in Figure 1 shows the exact path the application took when executing the switch statement on line 111.
为了最大限度的扩展性,不要应用外部路径和库文件。
To the greatest extent possible, do not refer to external paths and libraries.
因此最好建模数据流通过应用程序的路径,并考虑清楚常规应用程序功能中可能减缓数据流速度的各点。
It is therefore a good idea to model the path of data flow through your application and consider each point where normal application functions might slow that flow.
可以全局地应用完成功能(换句话说,就如文件和路径),或者可将其应用于特定的命令。
Completion can be applied globally (in other words, like the files and paths), or it can be applied to specific commands.
此helper方法只替换具有应用程序路径值的字符串中的所有~实例。
This helper method simply replaces any instances of ~ in the string with the value of the application's path.
LaunchApp方法接受应用程序可执行文件的路径和应用程序窗体的名称,并返回一个表示该窗体的对象。
The LaunchApp method accepts the path to the application executable and the name of the application form, and returns an object representing the form.
要编译这个样例应用程序,您的类路径中需要以下jar文件,以及iBATIS 应用程序需要的其他 jar 文件
To compile the sample application, you need to have the following jar files in your class path along with the other jar files required by the iBATIS application
这些文件包含必需的配置,如LotusConnections产品和WebSphereApplicationServer的路径,以及不同应用程序的配置文件路径。
These files contain essential configurations, such as the paths of the Lotus Connections product and WebSphere application Server and the profile paths of different applications.
在提示输入新应用程序的路径时,选择events. ear文件的路径。
Select the path to the events.ear file when asked to enter the path to the new application.
其中包括当前内容、页面设计和站点、servlet路径和应用程序路径、呈现的内容,等等。
The contained information includes the current content, page design and site, the servlet path and the application path, the rendered content, and so on.
这意味着必须为应用程序设置一个默认路径。这个应用程序没有呈现自己的文本,仅显示正文导航的布局。
This means you need to set up a default route for the application that renders no text of its own and just displays the layout with the main navigation.
这意味着应用程序所有的执行路径被全部定义,结果是,它可以被应用程序团队完全地测试。
This means that all of the execution paths of applications can be fully defined and, as a result, completely tested by an application team.
当你不得不应用外部路径时,应将路径定义为属性。
When you do have to refer to external paths, define the paths as properties.
该页面包含一个具有三个字段的表单:要安装的归档文件(这里是WAR文件)的路径、应用程序名和上下文根。
This page contains a form with three fields: the path to the archive (WAR file, in this case) to be installed, the application name, and the context root.
例如,从应用程序类路径中的每个JAR装载的第一个类总是从磁盘装载并存储,无论它是否在缓存中存在。
For example, the first class load from each JAR on the application classpath is always loaded from disk and stored, regardless of whether it exists in the cache or not.
本文中它们也用于此目的,但是您马上会看到,这些元素也计算通过样例应用程序的导航路径。
They're used for this purpose in this article as well, but as you will see, these elements also calculate a navigation path through the sample application.
为了从XSL调用一个方法,必须首先编写那个方法,并将它的已编译形式放在执行xsl转换的应用程序的类路径中。
In order to call a method from XSL, that method must first be written and its compiled form placed in the classpath of the application that is performing the XSL transformation.
在性能调用图视图(图3)中,线的粗细指出应用程序沿着代码路径花费的时间。
In the Performance Call Graph view (Figure 3), the line's thickness indicates the amount of time the application spends along that code path.
没有这个层,系统将把每个路径识别为不同的设备,应用程序将无法同时使用多个路径。
Without it, the system will recognize each path as a different device, and applications will not be able to use multiple paths at the same time.
现在需要配置出站通信路径,以使SCA应用程序能够将异步消息发送到基于MQ的消息传递客户端。
You now need to configure an outbound communication path to enable the SCA application to send an asynchronous message to an MQ-based messaging client.
使用客户端截取程序时,客户机截取程序类本身必须处于客户机应用程序的类路径中。
When you use a client-side interceptor, the client interceptor class itself must be in the client application's classpath.
使用客户端截取程序时,客户机截取程序类本身必须处于客户机应用程序的类路径中。
When you use a client-side interceptor, the client interceptor class itself must be in the client application's classpath.
应用推荐