What is the translation of " REQUIRE " in English? S

Examples of using Require in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
为了做到这一点,你应该require他们。
To do so, you do need to call them though.
Php中include()与require()的对比.
Difference Between require() and include() in PHP.
RbRuby档案,和你做过的其他require一样$。
Rb Ruby file, just like other requires you have done.
PHP中include和require的区别详解.
Difference between PHP include and require statements.
此规则旨在消除使用newrequire的表达方式。
This rule aims to eliminate use of the new require expression.
现在,应该使用require来访问config.json文件。
Now, require should be used to access the config. json file.
上一篇怎么区分php中include和require.
What is the difference between including and requiring a file in PHP?”.
现在,让我们使用require()函数运行相同的例子。
Now, let's run the same example with the require() function.
Require子句引出了输入条件,或前提条件(precondition);.
The require clause introduces an input condition, or precondition;
最终结果是一个打包后的JavaScript文件(没有require语句)!!
The final resultis a single bundled JavaScript file(with no require statements)!
Require会生成致命错误(E_COMPILE_ERROR)并停止脚本.
The require() generates a fatal error, and the script will stop.
模块范围的变量类似module,require以及__filename在ESM不存在.
Module-scoped variables like module, require and__filename do not exist in ESM.
Require会生成致命错误(E_COMPILE_ERROR)并停止脚本.
Require will produce a fatal error(E_COMPILE_ERROR) and stop the script from executing.
一旦你已经这样做了,将自动的装载包来响应packagerequire命令。
Once you have done this,packages will be loaded automatically in response to package require commands.
Require()和include()除了怎样处理失败之外在各方面都完全一样。
The require() and include() statements are similar in every way except how they handle errors.
它采用ES5婵和jQuery,以及AMD实现,例如LoadRunner或require.js。
It utilizes ES5-shim and jQuery,as well as an AMD implementation like LoadRunner and Require. js.
在右侧,双击Requireadditionalauthenticationatstartup,选择启用.
At the right pane, double-click on the setting to Require additional authentication at startup.
另外要注意,作为一条require()语句的结果所包含的文件,不能返回一个值。
Also, be aware that a file included as a result of a require() statement cannot return a value.
使用一条require()或include()语句,可以将一个文件载入到PHP脚本中。
You can use the require() or include() statement to incorporate PHP files into the current document.
你应该注意到,下面的代码移除了所有script标签,除了指向require.js库的标签。
You should notice that the following markup removes all the script tags except one,which points to the require. js library.
最后一部分是require-它是一个获取模块名称并返回该模块的exports对象的函数。
The last part is require- it is a function which takes a module name and returns the exports object of this module.
我们也可以使用ES2015import语句代替require加载模块,就像现如今很多代码库中那样:.
We can also use the ES2015 import statement instead of require for loading modules, which is what you will see in a lot of codebases today:.
基本上require是一个函数,它接受一个字符串参数,该参数包含您要包含的文件的位置。
Basically require is a function that takes a string parameter which contains the location of the file that you want to include.
有一个奇怪的人没有这样的事,It'sjustthatsomepeoplerequiremoreunderstandingthanothers.-汤姆·罗宾斯.
There is no such thing as a weird human being,It's just that some people require more understanding than others.- Tom Robbins.
函数assert和require可以用于检查条件,如果条件不满足则抛出异常。
The convenience functions assert and require can be used to check for conditions and throw an exception if the condition is not met.
有一个奇怪的人没有这样的事,It'sjustthatsomepeoplerequiremoreunderstandingthanothers.-汤姆·罗宾斯.
There's no such thing as a weird human being,its just that some people might require more understanding than others.”~Tom Robbins.
如何实现exports,require和module在每个模块中均全局可用,但是在每个模块中却不同?
The objects exports, require, and module are all globally available in every module but they are different in every module.
深度学习非常适合老年研究,especiallyfortasksthatrequireahighvolumeofdatatobeprocessedaccurately;
Deep learning is ideally suited to aging research,especially for tasks that require a high volume of data to be processed accurately;
如果未给packagerequire命令提供版本号,则给这个被调用的命令的版本参数是一个空串。
If no version number is supplied to the package require command, then the version argument for the invoked command will be an empty string.
不过如果require()所在的行没有执行,则目标文件中的代码也不会执行。
However, if the line on which the require() occurs is not executed, neither will any of the code in the target file be executed.
Results: 121, Time: 0.0175

Require in different Languages

Top dictionary queries

Chinese - English