• 试着改变函数变量名称

    Try changing the name of your function or variable.

    youdao

  • 未定义的函数变量' sqt '。

    Undefined function or variable 'SQT'.

    youdao

  • 许多基本编辑环境这样简单重构支持重命名一个函数变量整个代码

    Many basic editing environments support simple refactorings like renaming a function or variable across an entire code base.

    youdao

  • 大多数情况下编译捕捉已删除函数变量任何引用发出警告

    In most cases, the compiler will catch any reference to the deleted function or variable and issue a warning.

    youdao

  • 如果远程数据源不能处理主机变量参数标记符中的NULL,那么任何需要绑定一个可以为函数必须本地计算。

    If the remote data source cannot handle the null value in a host variable or parameter marker, any function that involves binding a nullable value has to be evaluated locally.

    youdao

  • 函数另一个函数内定义,还可全局变量作为结果返回

    Functions can be defined within another function and assigned to global variables or returned as results.

    youdao

  • 服务器必须随后检查输入变量是否符合要求然后调用对应服务函数获取结果将结果放入缓存队列中

    Then the server must check if the input variables are qualified, then invoke the corresponding service and function, get the result and put the result in a cache or queue.

    youdao

  • 不要常数定义变量函数

    Don't define constants as variables or functions.

    youdao

  • 如果没有分配一个变量没有执行其他函数屏幕默认打印一个样结果

    When this is not assigned to a variable or no further functions are performed, it will by default print a sample result set to the screen.

    youdao

  • 函数其它地方引用一个全局变量时,脚本引擎需要搜索整个全局命名空间。

    Also when a global variable is referenced inside a function or another scope, the script engine has to search through the whole scope to find it.

    youdao

  • 如果更改了元数据消息(例如服务器变量)的组织方法,更改使用这些元数据和消息的客户机脚本验证函数感到十分头痛。

    If you change the way you organize metadata and messages (such as the server-side classes or variables), you end up changing client script validation functions that use them.

    youdao

  • 那些匿名函数所需本地变量据说被“封闭”(closedover)提升”(lifted)匿名类中

    Locals variables needed by those functions are said to "closed over" or "lifted" into the anonymous class.

    youdao

  • 不管哪里声明一个变量函数extern关键字都允许其他文件确定定义位置的情况下使用文件。

    No matter where you declare a variable or function, the extern keyword allows other files to use it without knowing where it was defined.

    youdao

  • 函数脚本中可以使用表1列出bash特殊变量引用参数

    Inside a function or script, you can refer to the parameters using the bash special variables in Table 1.

    youdao

  • 如果不能确定为何函数没有预期工作printf类似的工具控制台上打印几个变量可以了解幕后发生什么

    When you aren't quite sure why a function doesn't behave as expected, print a few variables to the console with printf or its equivalent to see just what's going on.

    youdao

  • 函数返回特定(范围)指明错误设置全局变量errno以指明问题起因

    The function returns a specific value (or range of values) to indicate an error, and the global variable errno is set to indicate the cause of the problem.

    youdao

  • 这里声明另一个变量这个完全合法因为我已经知道如果我执行swapincrement函数,我完全可以携带输入

    X so here I'm declaring another variable called X, and this is totally legitimate because I already know that if I'm implementing a function like swap or increment, I can absolutely take input.

    youdao

  • 这个例子定义了一个函数将递增当前缓冲区b: backup _ count变量(初始化为1如果存在的话)。

    This example defines a function that increments the value of the current buffer's b: backup_count variable (or initializes it to 1, if it doesn't yet exist).

    youdao

  • 基本上setup函数采用包含需要安装东西(py _ modules外还可能packagesext _ modules其它东西)的已命名变量

    Basically, setup takes a bunch of named arguments, including a list of things to install (besides py_modules, there might be packages or ext_modules or some other things).

    youdao

  • 如果运行设置变量包含函数脚本,以及同一个上下文中执行后续脚本,那么可以使用前一个脚本变量函数

    If you run a script that sets variables or contains functions, subsequent scripts executed within the same context can use the variables and functions of the previous scripts.

    youdao

  • 注意如果函数方法触发器视图引用了某个全局变量,则不能删除变量

    Please note that the global variable cannot be dropped if it is referenced in a function, method, trigger or view.

    youdao

  • 如果静态(全局)变量迭代函数取决于多个数据状态,则出现两个问题

    If an iterator class or a function with static (or global) variables depends on multiple data states, two problems come up.

    youdao

  • 迫使管理员开发人员不得不经常修改脚本使用其他为了避免这个问题,应该使用变量脚本函数提供参数

    To keep administrators or developers from constantly having to modify a script to work a certain way with other values, use variables and supply arguments to the script or function.

    youdao

  • 自己的环境中执行计算函数一个多个绑定变量可以调用函数访问

    A closure is a function that is evaluated in its own environment, which has one or more bound variables that can be accessed when the function is called.

    youdao

  • 字符串变量长度substr函数输入参数决定了结果字符串的期望长度length函数输出

    Length of a string variable: Input argument for the SUBSTR function, which determines the desired length of the resulting string or output of the length function.

    youdao

  • 成员变量类型通用类型但是可以改进产生使知道变量应该包含一个数字一个函数

    As you can see the type of the class variables is generic, but you can improve the generator to understand if a variable should contain a number or a function.

    youdao

  • 一种常数变量函数表达式

    A constant, variable, function name, or expression.

    youdao

  • 生成器函数第二次(第n次)调用跳转函数中间,而上次调用的所有局部变量保持不变

    Calling a generator function a second (or NTH) time jumps into the middle of the function, with all local variables intact from the last invocation.

    youdao

  • 生成器函数第二次(第n次)调用跳转函数中间,而上次调用的所有局部变量保持不变

    Calling a generator function a second (or NTH) time jumps into the middle of the function, with all local variables intact from the last invocation.

    youdao

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

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

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