call the function
调用 函数
When we call the function , we supply the values in the same way. An attacker can access sensitive pages, invoke functions and view confidential information. Then, when you call a function in your code:. Therefore, RPC makes IPC as easy as calling a function . When we call the function , we supply the values in the same way. Combinations with other parts of speech
记住,当我们再次调用函数 时,我们需要减少时间变量的值,这样停顿的时间就会越短。 Note that when we call the function again we decrease the value of the time variable and thus the pause duration will be shorter. 第一次调用函数 print_max时,我们以实参的形式直接向函数提供这一数字。 The first time we call the function print_max, we directly supply the numbers as arguments.最后,如果你在定义或者调用函数 时打错字,你会得到一个错误,说这个函数未定义。 Finally, if you make a typo when defining or calling the function , you will get an error saying that the function is undefined. 这意味着,如果你在一个函数中改变了一个参数的值,变化也反映了在调用函数 中。 It means if you change what a parameter refers to within a function, the change also reflects back in the calling function . JavaScript允许用两种方式调用函数 ,如清单7和清单8所示。 JavaScript allows you to call a function in two ways, as shown in Listings 7 and 8. 请记住,您可以从任何地方调用函数 ,甚至可以在另一个函数中调用函数。 Keep in mind that you can call a function from anywhere, even inside another function. . 其次,每次调用函数 时,都会(临时)创建一个本地执行上下文。 Second, every time a function gets called , a local execution context is(temporarily) created. 调用函数 比不调用要慢,但是这需要详细考虑做出决定(见prematureoptimization未完善的优化)。True function calls are slower than not, but there needs to a thought out decision(see premature optimization). 最后,存储过程可以运行多个SQL语句、调用函数 ,甚至迭代结果集、执行类似于编程代码的复杂操作。 Finally, stored procedures can execute multiple SQL statements, call functions , and even iterate over results sets, performing complex operations akin to programming code. 这将会调用函数 Foo,如果发生了错误的话就继续向上传播,否则就把返回值赋给value。 This invokes the function Foo, propagates its error if one occurs, and assigns the return value to value otherwise. JavaScript允许用两种方式调用函数 ,如清单7和8所示。 JavaScript allows you to call a function in two ways, as shown in Listings 7 and 8. 假设你想要调用函数 myFunction,其中包含智能合约「0x0123456」里的一些参数。 Let's say you want to call function “myFunction” with some parameters on smart contract“0x0123456”. 在此例中,我们可以看到顶层的调用函数 位于文件event.jl中。 In this example, we can see that the top level function called is in the file event. jl. 然后调用函数 ,并传递给它两个参数:monty和3�;. Then we call the function and pass it two arguments, monty and 3; 与提供要调用函数 的库相反,设计人员使用框架来实际定义Web应用程序的结构。 As opposed to libraries which offer functions to be called , designers use frameworks to actually define a web application's structure. 调用函数 时,在堆栈顶部为局部变量和某些记帐数据保留一个块。When a function is called , a block is reserved on the top of the stack for local variables and some bookkeeping data. 调用函数 时,所有在函数内声明的变量名称都将被加入到作用域中。When a function is called , all variable names declared within the function are added to the scope. Julia不能在赋值语句左侧调用函数 :不能写diag(M)=ones(n). Julia cannot assign to the results of function calls on the left hand side of an assignment operation: you cannot write diag(M)= ones(n). 我们在python中定义和调用函数 的方式已经讨论过了。 The way in which we define and call functions in Python has already been discussed. 在步骤612调用函数 中,可以由系统在步骤614调用信用卡付款函数。 Within the function invoked at step 612, a credit card payment function may be invoked by the system at step 614. 它们允许使用显式设置的'this‘的任何值来调用函数 。 They allow the function to be called with any value of‘this' explicitly set. 函数定义*类似于声明,除了它还包含在函数体内调用函数 时执行的代码。 A function definition* is similar to a declaration, except it also contains the code that is executed when the function is called within its body. 在JS中,咱们使用函数setInterval()在每x秒内调用函数 。 In JavaScript, we use the function setInterval() to call any function in every x seconds.
Display more examples
Results: 28 ,
Time: 0.0212