Approaching crafts from the point of view of function, we can divide them into simple categories: containers, shelters and supports.
从工艺品用途的角度来看,我们可以将它们进行简单分类:容器,遮蔽物,支撑物。
This simple function takes in any variable and displays it to the screen.
这个简单的函数接受任何变量,并将它显示在屏幕上。
This function displays a simple header, writes out the content of the array, and then prints a footer—all in plain text.
这个函数将显示一个简单的标题,写出数组内容,然后打印一个页脚 —全部采用纯文本格式。
However, even though I recognize the coolness of predictive indexing, my simple function does not bother implementing it.
不过,虽然我认为预定的索引很酷,但这个简单的函数并没有费心去实现它。
This simple function creates a table node, then iterates through the book list and creates a row for each book, with a cell for each data element.
这个简单函数创建了一个表格节点,然后循环访问书的列表并为每本书创建一行,为每个数据元素分配一个单元格。
This tells us that a simple linear function of time is an extremely bad model for outside temperature.
这就告诉我们,对室外温度来说,时间的简单线性函数是一个非常不好的模型。
Next, create a simple function that prevents your search form from acting like a typical form.
接下来,创建一个简单的函数来阻止搜索表单表现得像典型的表单那样。
In addition, the template adds simple logging to each function by printing out to the command line the name of the function called.
此外,所调用的函数的名称将输出到命令行,通过这种方式,模板即可为各函数添加简单的日志。
Now you can define a simple function to do nothing more than tell you how many parameters it has and display them as shown in Listing 1.
现在,您可以定义一个简单函数,其用途只是告诉您它所拥有的参数数量并显示这些参数,如清单1所示。
The commerce service allows a game to integrate the content and control provided by the e-commerce store into the game environment through simple function calls and the Process Broker.
通过简单的函数调用和流程代理程序,交易服务允许一个游戏去把流程代理程序和电子商务存储提供的控制集成到游戏环境中。
If the device only performs a simple cryptographic function, all of the objects must be managed by the software.
如果设备只执行简单的密码功能,则所有对象必须由软件来管理。
The function accepts three arguments, and performs some simple tests on the values to ensure that the function will not start an infinite loop.
该函数接受三个参数,然后对这些值进行一些简单的测试,以确保函数不会开始一个无限循环。
However, a simple two-dimensional density plot of this function immediately gives us a good feeling for the simple and beautiful symmetry contained in the original formula.
然而,该函数的简单二维密度绘图马上给我们一种清晰的感觉,那就是在原公式中包含的简单而漂亮的对称结构。
Business transactions might seem like a simple function to the invoking application, but they might be implemented as composite functions covered by their own transactional context.
业务事务很像是调用应用程序的简单函数,但是它们可能是作为自己的事务的上下文所包含的复合函数来实现的。
Neither function gives a simple report if an overflow (and data loss) has occurred, so programmers have to do even more work if they want to detect that.
在发生了溢出(和数据丢失)时,两个函数都不会给出简单的报告,因此如果要检测缓冲区溢出,程序员就必须做更多的工作。
In Listing 9, I define a simple function that takes no parameters.
在清单9中,定义了一个没有参数的简单函数。
In some cases, a worm may perform an additional function outside of simple replication: it may serve as a deployment mechanism for an enclosed payload.
在某些情况下,除简单的复制功能外,蠕虫还可执行其他功能:作为一个封装的负载的部署机制。
The innermost level consisted of lower level practices such as pair programming; coding standards; unit and function testing; refactoring; simple design; and the 40-hour week.
最内层的级别包括比较底层的实践,比如结对编程、编码标准、单元测试和功能测试、重构、简单设计,以及每周工作40小时。
Listing 10 provides a simple callback function to output all the response headers from a head request.
清单10提供了一个简单的回调函数,用来输出从HEAD请求中获得的响应头的内容。
To test this simple function, you need to add two more PHP files to the mix.
为了测试这个简单的函数,还需要添加另外两个PHP文件。
As I've previously mentioned, DB2 V8.2.2 adds the ability to query the current (effective) DB2 registry variable configuration through a call to a simple table function.
正如我前面所提到的,DB 2V8.2.2添加了通过调用简单的表函数查询当前(有效)DB 2注册表变量配置的功能。
With JSON, you call a simple function and get your data, formatted and ready for use.
如果使用JSON,只需调用一个简单的函数,就可以获得经过格式化的数据,可以直接使用了。
Now, you can put together a simple search function that will take a search term and output the VXML required to list the results found.
现在可以创建一个简单的搜索函数,它可以接收搜索项,输出VXML以列出搜索结果。
Listing 1 is a diagrammatic representation of gathering information from STAB format for a simple function.
清单1以图表形式展示了从stab格式收集一个函数的信息。
Because if you don't register the function, it is a simple PHP function that is available only to this PHP page or other PHP pages that include this one.
因为如果不注册该函数,它只是可供包含它的本php页面或其他php页面调用的简单php函数。
EJB 3.0 provides a simple programming model without compromising function.
EJB 3.0在不影响功能的情况下提供了简单的编程模型。
The scheduling function is quite simple when it comes to the CFS portion.
就CFS部分而言,调度函数非常简单。
For example, in Listing 1, I define a simple function that prints out the contents of a collection, be it a list or a map.
例如,在清单1中,我定义了一个简单的函数,它将输出一个集合的内容,而不管这个集合是list还是map。
You can find some existing functions to compare Eclipse plug-in versions, or you can write a simple function to compare plug-in versions based on the sample code in Listing 4.
我们可以利用现有的一些函数来对Eclipse插件的版本进行比较,或者可以基于清单4所示的样例代码编写一个简单的函数来对插件版本进行比较。
Listing 1 shows the simplest implementation of the JAX-WS calculator service that provides a simple add function.
清单1显示了提供简单add函数的一个JAX - WS计算器服务的最简单实现。
应用推荐