The first line is simple: it defines an adapter directly from a string to ILisp, the call to adapt (" foo bar ", ILisp) just returns the results of the lambda function.
第一行比较简单,我们定义了一个直接从字符串到ILisp的适配器,对adapt (“foo bar ”,ILisp)的调用只是返回了lambda函数的结果。
The net result is that I changed the order of the parameter bindings, such that, if you renamed /foo to /bar, I ended up replacing /bar with /foo in all paths starting with /foo/.
最终结果是,我改变了参数绑定顺序,比如说,如果您将 /foo 重命名为 /bar,那么最终的时候,在以 /foo/ 开头的所有路径中,我会使用 /foo替换 /bar。
That is, a call to dispatch (foo, bar) might be a close fit with a defined rule (foo, bar) — but it might also be a loose (rather than non -) fit with (FooParent, BarParent).
也就是说,dispatch (foo,bar)调用可能是采用已定义规则(foo, bar)的较合适的分派,但是也可能与(FooParent,BarParent)规则松散(并不是不)配合。
It can be a big comfort when packages like foo and bar show astonishingly high coverage, and it's tempting to rest easy when you believe that at least a portion of your code is certifiably "bug free."
当foo和bar这样的程序包令人惊奇地显示高覆盖率时,您可以得到不小的安慰。如果您相信至少您的部分代码可以保证是“没有BUG”的,您会觉得很安心。
For instance, the method bar in object Foo could be a join point.
例如,对象Foo中的方法bar就可以是一个连接点。
Listing 4 demonstrates the different ways to call a function bar in namespace Foo.
清单4演示了在名称空间foo内调用函数bar的不同方法。
Execution of bar works great, but now the user gets unexpected results when executing foo.
bar的执行非常顺利,但是用户现在在执行foo时得到了异常结果。
The 'foo' module will have a function called 'bar'.
‘foo’模块会有一个叫做‘bar’的函数。
Since the Foo and Bar applications interact with one another, they both require access to some of the same queues, but with different rights.
由于Foo和Bar应用程序之间将彼此进行交互,因此它们都需要访问一些相同的队列,但权限各不相同。
For the -opt, -neg and -join operations, multiple-named variables may be listed in the token, for example, {-opt|/|foo,bar,baz}.
对于 -opt、-neg和-join操作,可以在标记中列出多个指定变量。例如,{-opt|/|foo,bar,baz}。
This example will print only those lines where field one equals foo and field two equals bar.
该示例只打印第一个字段等于foo且第二字段等于bar的行。
It's being handed a picture that looks like this, and inside each baz of these squares is a word foo and bar and baz as well as the program's name.
它传递一个像这样的图画,在每个,长方形中是一个单词foo和bar和,还有程序的名字。
Therefore, if thread 1 called foo and thread 2 called bar concurrently, thread 1 might set stop to true before num is set to 100.
因此,如果线程1调用foo并且线程2 并发地调用bar,则线程 1可能在num 被设置成为 100之前将stop 设置成true。
For example, if you pass in a subject of foo, and an object of bar it will return a list of statements that have a subject of foo, any predicate, and an object of bar.
例如,如果您输入主语foo,宾语bar,将返回有主语 foo,任意谓语以及宾语bar的语句。
The Foo application will request services from the Bar application and expect replies.
Foo应用程序将请求Bar应用程序中的服务,并期望获得回复。
For example, given the token {-join|&|a,b=bar}, and a value of foo associated with the variable a, the replacement value for the token is a=foo&b=bar.
例如,给定标记 {-join|&|a,b=bar}和与变量 a关联的一个foo值,则标记的替换值为 a=foo&b=bar。
We can see that we can shorten the namespace prefix when referencing a child namespace within the current namespace (the Foo/Bar/hello() call can be shortened to Bar/hello()).
可以看到,在当前名称空间内引用子名称空间时,可以缩短名称空间前缀(Foo/Bar/hello()调用可被缩短为 Bar/hello())。
Allows Dojo applications to attach functions to method invocations in other objects. For example, the following code fragment attaches the function foo to the method bar in the object obj.
connect允许Dojo应用程序向其他对象中的方法调用附加函数。
Code void Foo string bar if bar null bar.
如何判断字符串是否为空串?
Code void Foo string bar if bar null bar.
如何判断字符串是否为空串?
应用推荐