单词 | code path | ||||
释义 | code path
例句释义: 代码路径,编译程式码路径 1. Or, to put it another way, use the same code path for errors as you use in normal operation. 或者换一种说法,正常操作运行的代码和错误时运行的是一样的。 www.bing.com 2. A particular code path is accessed frequently on each request but the data only needs to be fetched, applied, modified, or updated once. 对于每个请求,要经常访问某个特定的代码路径,但是数据却只需提取、应用、修改或更新一次。 www.cnblogs.com 3. Further, our example shows a very common pattern: the outcome of the human task determines which code path is taken. 而且,我们的示例显示了一个非常普遍的模式:人工任务的输出结果确定采用哪个代码路径。 www.ibm.com 4. Provides a set of properties that are carried with the execution code path during remote method calls . 提供在进行远程方法调用期间用执行代码路径传送的一组属性。 www.bing.com 5. The HotSpot JVM first executes a code path in interpreted mode, and only compiles it to machine code after a certain amount of execution. 中可以看到,HotSpotJVM首先以解释的方式执行代码路径,然后在经过一定量的执行后,才将其编译成机器代码。 www-128.ibm.com 6. The call context provides a set of properties that are carried with the execution code path. 调用上下文提供了一组用执行代码路径传送的属性。 msdn2.microsoft.com 7. Also, the style helps document the equal role of the two objects involved in determining the appropriate code path to take. 还有,对于确定要采取的适当代码路径时所涉及的两个对象,该样式有助于记录它们的同等作用。 www.ibm.com 8. On every code path trace, the tool checks for the presence of declarative demands, link demands, and declarative stack walk modifiers. 对于每一个代码路径跟踪,该工具将检查是否存在声明性要求、链接要求和声明性堆栈审核修饰符。 msdn2.microsoft.com 9. Provides a set of properties that are carried with the execution code path. 提供与执行代码路径一起传送的属性集。 msdn2.microsoft.com 10. But assuming the types are okay, the code path is chosen first by a polymorphic dispatch, and second by procedural switch. 但是假定类型没问题,那么代码路径首先由多态分派选中,其次由过程切换选中。 www.ibm.com 1. First, the time taken by the JIT to analyze and compile the code path is included in the runtime of the test. 首先,测试的运行时间当中包含了JIT用于分析和编译代码路径所花的时间。 www.ibm.com 2. The tool maintains a simulated call stack that contains all the assemblies involved in the code path trace. 该工具维护一个模拟调用堆栈,堆栈中包含代码路径跟踪中所涉及的所有程序集。 msdn2.microsoft.com 3. This error queue is periodically flushed back into the write queue, so that retries use the same code path as the initial attempt. 这个错误队列会定期插回到写队列,这样重试的操作将按照其初始的方式尝试运行。 www.bing.com 4. This rule is reported when a private field in your code exists but is not used by any code path. 当代码中存在私有字段,但是任何代码路径都未使用它时,将报告此规则。 technet.microsoft.com 5. After interpreting a code path a certain number of times, it is compiled into machine code. 在解释代码路径一定次数之后,会把它重新编译成机器码。 www.ibm.com 6. Do code path analysis to see if there is a synchronized block in the code that is blocking requests to execute concurrently. 进行代码路径分析,以查看阻塞请求并发执行的代码中是否存在同步阻塞。 www.ibm.com 7. The same highlighting scheme applies: green indicates exercised code; red indicates a code path that was untraveled in the test run. 其中应用了相同的突出显示方案:绿色指示已执行的代码;红色指示测试运行时未经过的代码路径。 msdn2.microsoft.com 8. It is also best to place event log calls in an error path in the code rather than in the main code path, so as not to reduce performance. 另外,最好将事件日志调用放在代码中的错误路径而非主代码路径中,以免降低性能。 msdn2.microsoft.com 9. Again, this can be attributed to some additional overhead in reflective invocation, a longer code path, and the tracing activity. 这还是要归因于反射调用中的额外开销、较长的代码路径和跟踪活动。 www.ibm.com 10. With the stub method, the application has to be aware it is in "stub mode" so it can exercise the different code path. 使用stub方法时,应用程序需要知道它正处在“stub模式”下,这样才可以执行不同的代码路径。 www.ibm.com 1. In that case, your code should call an alternate startup code path. 在这种情况下,代码应调用备用的启动代码路径。 msdn2.microsoft.com 2. The CreateMyControlHeirarchy helper method keeps the creation of the control's child control hierarchy on one common code path. CreateMyControlHeirarchy帮助器方法将控件的子控件层次结构的创建保存在一个公共代码路径中。 msdn2.microsoft.com 3. In recap, most OOP programming is single dispatch; that is, just one designated object determines which code path is taken. 现在我们回忆一下,大部分OOP编程都是单一的分派;这就是说,只有一个指定的对象用来确定要走哪条代码路径。 www.ibm.com 4. This pattern keeps the creation of the control's child control hierarchy on one common code path. 此模式将控件的子控件层次结构的创建保存在一个公共代码路径中。 msdn2.microsoft.com 5. This option reduces the code path that DB2 must traverse to find a location for the inserted row and also avoids page overflows on INSERTs. 该选项可以在INSERT时,减少DB2要为插入的行寻找位置而遍历的路径,而且可以避免页面溢出。 www.ibm.com 6. Video card or driver doesn't support enough hardware lights for the DirectX 7 code path. 录象机卡片或驾驶员不为微软公司的对硬件编程的接口7密码路径支援充足的硬件光。 zhidao.baidu.com 7. Identify where the time is spent and do code path analysis if needed. 如果需要的话,还要确定在哪儿花费了时间并进行代码路径分析。 www.ibm.com 8. Using Shader model 3. 0 code path because it is the best available path on this hardware. 采用着色模型3.0的代码路径,因为它是最好的可用路径在此硬件。 zhidao.baidu.com 9. If you do not explicitly close a handle to a file in some error code path then wait for the 如果不在某一错误代码路径中显式关闭文件的句柄,然后等待 msdn2.microsoft.com 10. Run the application using another code path to capture the remaining SQL; then rebind and re-run the application using static SQL execution 使用另一条代码路径运行应用程序,以捕捉剩下的SQL;然后,使用静态SQL执行重新绑定并重新运行应用程序。 www.ibm.com 1. Unexpected Exception Raised In Heap Code Path 堆代码路径中出现意外异常 msdn2.microsoft.com 2. Run the application using one code path and capture its SQL 使用一个代码路径运行应用程序,并捕捉它的SQL。 www.ibm.com |
||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。