• 如果PHP代码使用了全局变量那么应该更新

    If your PHP code USES global variables, you should update it.

    youdao

  • 可以用另一种方式登录场景中同时接受用户名口令应用到全局甚至代码

    You can rephrase login to take both username and password in one of your scenarios, and it will globally apply, even for the code.

    youdao

  • 这种情况下与其每个组件包含代码片段检查还不如强制实行一个全局标准更为容易。

    In such a case, instead of including code snippets to do this check at each component, enforcing a global standard is easier.

    youdao

  • 这样不仅使代码变得更具可测试性,而且使它依赖方法全局变量

    Doing this not only has made the code more testable, but also made it not depend on the global variables in the method.

    youdao

  • 通过使用全局转发只要逻辑引用不变我们就不必因为URI有所变动而修改我们代码

    Using global forwards, we protect our code from changes to the URI as long as the logic reference name remains constant.

    youdao

  • 除了其他事情外定义一个全局错误处理程序放置执行应用程序逻辑之前运行特定于平台的代码

    Among other things, it defines a global error handler, and it is where you would place any platform-specific code to run before executing main application logic.

    youdao

  • 但是默认的情况是,EMF代码生成器只为全局元素生成映射条目而不局部元素生成。

    However, by default, the EMF code generator only generates mapping entries for global elements, not for local elements.

    youdao

  • 某个进程上下文中执行以此模式运行代码时,它不仅全局内核地址空间具有读写访问权限,还将对进程中的内核数据也具有读写访问权限。

    Code operating in this mode has read and write access to the global kernel address space and kernel data in the process region when executing within the context of a process.

    youdao

  • 代码部分定义函数地址方法上述定义全局变量的相同——只需在它们的名称之后跟上一个冒号

    In the code section, you define a function's address the same way you defined addresses for global variables abovejust put their name followed by a colon.

    youdao

  • 可以定义任意数量全局装备,因此可以初始化代码分割为多个部分。

    You can define any number of global fixtures, which allows splitting up of initialization code.

    youdao

  • 这些模板编码RPG全局变量以便允许将来重用通用模板名称最小化代码修改

    These are coded as RPG global variables to allow subsequent reuse of the generic template names and minimize code modification.

    youdao

  • 一种更为复杂的技术是以全局数据破坏方式生成中间代码

    A more sophisticated technique is to generate intermediate code in such a way that the global data doesn't get mangled.

    youdao

  • 代码全局上下文获取表单变量检查是否已经填充

    The code gets the form variables from the Global Context and checks whether they have been filled out.

    youdao

  • 代码全局变量设置文档通用ID加上

    This code sets global variables to the value of the universal ID of the document plus the values of the two items.

    youdao

  • 使得我们能够代码进行重构,不再使用全局变量

    This can open up the possibility of refactoring this code down the road to not use the global variables at all.

    youdao

  • 代码确实非常但是每次测量都会长时间独占cpu使用更多全局CPU时间

    The newer code does complete more quickly, but by every measure it also severely monopolizes the CPU for long periods of time and USES more overall CPU time.

    youdao

  • 下面代码提供了一个全局对象创建模板并且设置全局函数例子

    The following code provides an example of creating a template for the global object and setting the built-in global functions.

    youdao

  • 如果跟踪模式没有被设OFF(默认情况),那么将使用下面名称格式,把每个入口出口非零s QL代码记录一个全局临时表中

    If the trace mode is not set to OFF (which is the default), then each entry, exit and non-zero SQL code will be logged in a global temp table with the following name and format.

    youdao

  • 一方面Expandos本质全局的:一旦expando代码执行这些改变将会出现应用程序其余部分

    Expandos, on the other hand, are global in nature: Once the expando code has executed, those changes appear for the rest of the application.

    youdao

  • 清单4所示Ruby代码通过HTML响应中对此全局上下文进行序列化展示了其完整内容

    The Ruby code in Listing 4 shows the entire contents of the global context by serializing it within the HTML response.

    youdao

  • 通过使用 sys_nerr全局变量strerror()函数,将可以很轻松地快速编写一些代码请参见清单5打印系统所有内置错误消息

    Using the sys_nerr global variable and the strerror() function, you can easily whip up some code (see Listing 5) to print out all of the built-in error messages of the system.

    youdao

  • 我们能够使用Zero全局上下文访问Groovy代码中的名称-值

    We will be able to access this set of name-value pairs in our Groovy code using Zero's global context.

    youdao

  • 应当十分熟悉用于填充带有 Flex应用程序引用 flexApp全局变量代码

    You should be familiar with the code used to populate the global flexApp variable with a reference to the Flex application.

    youdao

  • 代码一个Web应用程序(Servlet)或者位于在全局事务边界内执行EJB方法中。

    This code is either in a Web application (servlet) or in an EJB method that is not executed in a global transaction boundary.

    youdao

  • 我们讨论了如何使用模板继承来向servlet代码透明添加行为(比如启动提交全局事务)。

    We discussed how template inheritance can be used to add behaviors (like starting and committing a global transaction) transparently to the servlet code.

    youdao

  • 调用Web服务运行代码恰当的初始化所有全局枚举对象例中创建一个BookTypeInitializer实例来完成的)。

    When the Web service is called, run code to initialize all the global enumeration objects with proper values (in our case, by creating an instance of the BookTypeInitializer class).

    youdao

  • 正如清单5中的“mandatoryinitialization代码,在使用必须初始化这个全局google对象

    As indicated by the "mandatory initialization" line in Listing 5, you have to initialize the global Google object before using it.

    youdao

  • 历史应用程序(过时遗留代码)有时会直接引用这些全局变量,编译过程中产生错误因为它们声明并不一致

    Historical applications (that is, horribly outdated legacy code) sometimes refer to these directly, but produce errors during compilation because they're declared inconsistently.

    youdao

  • 最终,为了避免破坏代码可读性ThoughtWorks的工程通常避免使用编程语言特有的语法(例如Ruby语言匿名全局变量)。

    To this end, ThoughtWorks projects generally avoid the more magical features of languages (like the implicit global variables in Ruby, for example) because it hurts readability.

    youdao

  • 可以通过信号处理程序代码设置一个全局标志完成关键部分代码之后检查这个标志来实现

    This can be achieved by setting a global flag in the handler code and checking for the flag after completion of the critical part.

    youdao

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

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

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