在编写代码时,如果能够提供函数的文档,会很有帮助。
When writing your PHP code, it is helpful to provide documentation of the functions.
要想访问函数的参数,需要向ProbeVue提供函数原型,让它知道参数的数据类型。
To access the arguments of any given function you need to provide the function prototype for ProbeVue so that it knows which argument is of which data type.
但是有点细微的地方:onclick属性需要提供函数引用——不是函数的字符串名称,而是函数本身的引用。
But there's a slight twist: the onclick property wants to be fed a function reference — not the string name of a function, but a reference to the function itself.
使用定制painter的最后一步是告诉Synth呈现引擎,是您自己而不是SynthPainter类来提供函数。
The final step to using a custom painter is to tell the Synth rendering engine that you, not the SynthPainter class, will be supplying the function.
舍尔德·维舍尔的书库提供更多的函数式编程工具。
Sjoerd Visscher's library offers far more tools for doing functional programming.
必须将最核心的功能分解成逻辑模块,要执行它们的任务,应用程序必须使用这些模块提供的函数。
Most core functionality must be separated into logical modules and to do their tasks, your applications must use the functions that these modules provide.
使用名称空间可以帮助识别代码提供的函数或实用程序,甚至可以帮助指定其来源。
The use of namespaces can help identify what function or utility the code provides, or even help specify its origin.
新的内置函数提供了加密和解密数据的方法。
New built-in functions provide methods for encrypting and decrypting data.
因为已经可以使用FBT探测自动地访问这些位置,所以这么做的惟一好处只是提供与函数名不同的探测名。
Since you can already access these automatically using the FBT probes, the only benefit to this process is providing alternative names for the probes than the function names.
它们并不能在等待函数中提供超时时间。
属性函数:提供杂项信息,如文件大小、磁盘使用量等。
Attribute functions: Provide for miscellaneous information such as file size and disk usage.
因此,总线成员应该能够使用一种统一的机制来调用EIS提供的函数并与EIS交换数据。
Hence, Bus members should be able to use a unified mechanism to invoke functions provided by EIS and exchange data with EIS.
高阶函数提供比面向对象概念更高层次的抽象。
Higher-order functions offer a higher level of abstraction than object-oriented concepts.
向需要输入数据的函数提供值,就应该产生已知的结果。
Functions expecting input data are presented with values that will produce known results.
逻辑工作线程从队列中渠道任务,进行处理,并通过使用一些类提供的函数将结果返回。
The logical workers take the job from the queue, and process it and send back the result by using some of the functions provided by the class.
模块视图提供了用于创建程序的源文件的代表,包括它们所提供的函数定义。
The modules view provides a representation of the source files that were used to create the program, including the function definitions they provided.
可能需要为LOCATE之类的函数提供输入以指定搜索的起始位置。
You may need to provide input to functions like LOCATE to specify the starting position of the search.
这些类并不提供任何函数;它们的存在目的只是为其所表示的对象提供名称。
The classes don't provide any functions; they exist solely to provide names for the objects they will represent.
组件提供者对接口进行了定义,接口中列出了组件所提供的函数和用来调用这些函数的数据类型。
Component providers define interfaces that list the functions provided by their components and the data types used to invoke these functions.
让我们先浏览一遍这些核心函数,然后探索简化函数提供了哪些功能。
Let's first walk through the core functions, then explore the capabilities that the simplification functions provide.
转换到函数样式的收益之一就是能利用语言或框架提供的高阶函数。
One of the benefits of switching to a functional style is the ability to leverage higher-order function support provided by the language or framework.
使用sql函数提供异构型分布数据的统一视图。
Using SQL Functions to provide a unified view of distributed heterogeneous data.
Go为声明匿名函数提供了简单的语法。
Go provides a simple syntax for declaring anonymous functions.
SystemTap还提供许多其他函数,提供对调用堆栈和当前注册表的访问。
SystemTap provides a number of other functions, as well, providing access to the call stack and current registers.
RegexMatches函数提供了更简洁的方法。
php为执行外部命令提供大量函数,其中包括shell_exec 、exec 、passthru和system 。
PHP provides a number of functions for executing external commands, among them shell_exec , exec , passthru , and system .
Perl为此提供了eval函数。
您必须为此函数提供一个定义。
You must provide a definition for this function. Also, the macro BOOST_ENABLE_ASSERT_HANDLER must be defined before including the assert.hpp
提供描述构造函数的gbeaninfo静态初始化器。
Provide a GBeanInfo static initializer that describes the constructor.
提供描述构造函数的gbeaninfo静态初始化器。
Provide a GBeanInfo static initializer that describes the constructor.
应用推荐