我们脸上的表情,我们所做的手势,甚至我们坐的距离或方式,都是我们传递关于自己感受或所想表达内容的强有力信息的方式。
The expression on our face, the gestures we make, and even proximity or the way we sit are some of the ways we send powerful messages about how we feel or what we mean.
它还支持对添加的文件进行过滤,方法是使用文件的正则表达式模式传递第二个参数,以匹配文件并添加到归档中。
It also supports filtering of the files to add by passing a second parameter with the regular-expression pattern of files to match and add to the archive.
那次讲话如同它表达的信息一样强有力,保持饥饿、愚蠢,把这些作为它的结构和所传递的。
The speech is as powerful for its message — stay hungry, stay foolish — as it is for its structure and delivery.
更多的人可以得到相应工具和知识,用以建立"信息图",它能够简单的传递复杂概念,但与此同时保有丰富的内容,从而帮助表达更深层次的含义。
More people will have access to tools and the knowledge needed to create infographics that simply communicate complex concepts while also maintaining a richness that helps express a deeper meaning.
但它也可以增加神经递质的表达,从而改变感觉神经在长期上传递疼痛信息的方式。
But it can also increase the expression of neurotransmitters and this can change how sensory nerves transmit pain messages for the long-term.
解析器的主要工作之一就是确定您传递给它的任何表达式的有效性,并且让您知道。
One of the parser's main jobs is to determine the validity of any expression you pass it and to let you know.
然后可以从您的应用程序代码调用新的解析器,从而将表达式传递给它进行求值。
You can then call the new parser from your application code, passing it an expression to evaluate.
在从数据库读取XML文档并传递给应用程序的过程中,可以在查询中使用转换表达式修改XML文档。
A transform expression can be used in a query to modify an XML document as it is read from the database and passed to the application.
运行时执行该查询时,实际的查询表达式是根据传递的参数来生成的,比如当前内容的组件值、当前站点区域,等等。
When this query is performed at runtime, the real query expression is generated depending on the parameter passed, such as component values of current content, current site area, and so on.
缺乏语言来表达各种不同的“脏东西”使向村民们传递回收的概念不太容易,但是现在部族里有了不少于五种分类的垃圾袋。
The lack of verbal distinction between different types of “dirty” has not made communicating the idea of recycling easy, but now the tribe has no less than five different sacks to choose from.
样式表将首先使用正则表达式 /*匹配所传递的文档的根元素。
The stylesheet starts by matching the root element of the document that it is passed, using the regular expression /*.
通常我们需要一些文字来传递更多的信息或者表达一个公司目标和品牌形象。
Usually, some text is required to communicate the message, or at least to illustrate the company's mission and brand image.
油画语言是艺术家藉以表达和传递感情的工具,它通过视觉形象的表达完成传递感情和话语的作用,强调个人的感觉状态与时代文化的影响。
Oil painting is a language by which artists express and convey their emotions. It fulfills its functions through its visional effect and emphasizes individual feelings and cultural impacts.
正如前面提到的,插件扩展了即时消息传递客户机,它会根据初始化文件中的正则表达式,分析消息并寻找特定的关键词。
Remember that the instant messaging client was extended to analyze and scan the messages for particular key phrases, as specified through a regular expression in the initialization file.
确定你的品牌的DNA表现了你所想要表达的观念,并且传递明确的信息,帮助你的客户理解用一个词所表达的你的品牌在市场中所代表的含义。
Make sure your brand's DNA speaks to your desired perception and is' messaged 'with clarity which helps your customers understand what ONE word your brand' owns' in the market.
人们喜欢通过礼物传递表达涵义。
发型是用来表达人物个性传递信息的,我还是把这个工作交给专家好了,他们才是艺术家。
It's all about individuality and making a big statement. I leave it to the pros, they're artists.
眼神可以在讲话或者结束,甚至在表达厌恶的时候传递情绪和信号。
It can convey emotion, signal when to talk or finish, or aversion.
卡片是鲜花信息传递的关键,清楚的表达自己的意愿,同时把握好双方关系的基调——幽默?浪漫?
The card is the part that drives the message home, making your intentions clear and setting the tone of your relationship, be it humorous, romantic, passionate - or even all three.
表达式定义了一个参数,稍后,根据所单击的产品,该参数将被第一个报告传递。
Expression defines a parameter which will later be passed by the first report depending on which product you click.
要创建Pattern,必须调用它的compile,同时传递一个正则表达式作为参数。
To create a Pattern, you must call its compile , passing a regular expression as an argument.
lambda表达式的基本原理是提供了一种将代码表达为数据的方式,从而可以将代码字面量传递至代码库中,以便在方便的时候随时调用。
The primary rationale for lambda expressions is to have a way to express code as data, so that code literals can be passed to libraries that will invoke them at convenient times.
但有时候,把从服务器收到的数据传递给eval语句之前,检查其是否符合预期目标可能更谨慎一些,比如使用正则表达式。
Still, in some situations, it might be prudent to verify that data received from a server matches expectations, perhaps with a regular expression, before passing it to the eval statement.
开发人员创建Connect标签时可以给查询表达式传递一个Aptrix组件标签。
When the developer builds the Connect tag, he passes an Aptrix component tag to this query expression.
这些函数允许传递SQL参数占位符,作为嵌入式XQuery表达式的一个变量。
They allow you to pass SQL parameter markers as a variable into the embedded XQuery expressions.
该表达式是对lazy - seq - fibo的一个递归调用,不过这次,它调用的是有两个参数的情况,并向其传递0和1。
That expression is a recursive call to lazy-seq-fibo, but this time, it is calling the two argument case, passing in 0 and 1 to it.
要计算XPath表达式,将表达式作为简单的String对象传递,并给定所支持的数据模型实例中的某个节点作为上下文节点。
To evaluate XPath expressions, passed as simple String objects, given a particular node in an instance of the supported data model to act as the context node.
我还会使用Groovy的正则表达式(在感受Groovy中介绍)来确定传递给facade的消息。
I'll also be using Groovy's regular expressions (introduced in Feeling Groovy) to determine the messages passed to the facade.
我还会使用Groovy的正则表达式(在感受Groovy中介绍)来确定传递给facade的消息。
I'll also be using Groovy's regular expressions (introduced in Feeling Groovy) to determine the messages passed to the facade.
应用推荐