There is new data out today that confirms that many Americans are not good at math.
今天发布的一份新数据表明,美国人的数学不好。
Until now, researchers hadn't come up with a good way to read data out of these molecules.
到目前为止,研究人员并没有拿出一个很好的方式从这些分子中读取数据。
Rather than serializing the object, pull the data out of the object and put it into a dictionary. Then serialize the dictionary.
不要序列化对象本身,而是把数据从对象中提取出来,放到一个字典里,然后再序列化那个字典。
You simply export the data out of the old tool and import it into the new tool.
您只需从旧的工具中导出数据,并且将数据导入到新的工具中。
It's trivial to get the data out of this file, but it's hard — even impossible in some circumstances — to adjust the data in the PHP file.
将数据从此文件中提取出来是轻而易举的,但在该PHP文件中调整数据却很困难,在一些情况下甚至是不可能的。
In this way, you update the master record with all the data out of the merge record.
用这种方法,就可以用所有合并记录中的数据更新主记录。
It gets two request parameters: one contains the name of the cache, which is the JNDI name of the Distributed Map, and the other one is the unique key for getting the data out of the Distributed Map.
它获取两个请求参数:一个参数包含缓存的名称,即分布式映射缓存的jndi名,另一个参数是用于从分布式映射缓存获取数据的唯一密钥。
For this article, you will pull data out of a database, using and format it into an RSS feed.
在本文中,您将使用“ ”将数据从数据库中拉出,并将其格式化为rss提要。
At the top, you're either pumping data into your search application (indexing) or pulling data out of it (searching).
在顶层,你既可以往你的搜索应用灌入数据(建立索引),也可以从它里面抽取数据(搜索)。
The most common mistake is to assume that because an instance of your program wrote the data out, it can read that data back in again without verifying it.
最常见的错误是做出这样的假设:因为程序将该数据写出,该程序就能不用验证再一次将该数据读回去。
As with all database interaction, we need to set up our database connections and get our data out.
至于所有数据库交互,我们需要设置数据库连接并提取数据。
In the case of SPSS PASW, you pull data out of the database into a server to be analyzed.
在SPSSPASW的情况下,将数据从数据库提取到服务器以便分析。
We saw, associated with that primitive data, we have ways of taking data in and creating new kinds of data out, or new versions of data out, so we have operations.
我们可以取得输入的数据然后,创建新的类型的输出数据,或者新的版本的输出数据,这就是我们说的操作。
You will have to write the code that gets the data out of a file or a database.
您必须编写代码来从文件或数据库获取数据。
You can also connect your data to a wider variety of data out there, whether it USES the SKOS ontology or not.
还可将数据与更广泛的外部数据进行连接,而不必考虑其是否采用了SKOS实体。
People used to worry that it might increase aggression in boys, but there's plenty of data out there to show that it can lead them to be more empathetic.
人们习惯于担心它会增加男孩们的侵略性,但大量数据表明它能引导他们更有感情。
There should be no additional monetary cost to do so, and perhaps most importantly, the amount of effort required to get the data out should be constant, regardless of the amount of data.
这不需要额外的金钱支出,更重要的是,不管数据总量大小,导出数据的工作量应该是一定的。
Even more popular than a database is using an API like this to work with XML, and pull data out of an XML document.
比数据库更常见的是将此类API用于XML,从XML文档中提取数据。
In addition to fetching data out of cursors, you can load values from a single row query into variables using three different techniques.
除了从游标获得数据之外,可以使用三种不同的技术将来自单行查询的值装载进变量中。
There's also something called "emergency mode" which is a "panic" status you can set in order to try to get data out of a damaged database.
这里还同样有叫做“紧急模式(emergency mode) ”的东西,它是一个为从严重损坏的数据库中取出数据而可以设置的“恐慌”状态。
You know how to get data out of the Domino backend system in a fashion that suits an Ajax pattern, so how can you use a Domino agent to receive Ajax calls?
您知道了如何以一种最适合Ajax模式的方法从Domino后端系统中获取数据,那么您该如何使用Domino代理来接收Ajax调用呢?
A sample servlet implementation that USES XPath to parse the data out of the incoming message is shown in Listing 3.
使用XPath从传入的消息中解析出数据的示例servlet实现如清单3中所示。
In this article, we built an application that reads data out of SAP and places it into a Domino database.
本文中建立了一个应用程序,从SAP读取数据并放到Domino数据库中。
JSON is a useful, lightweight protocol, now available in PHP V5.2, which makes the process of getting data out of our PHP applications and into our Ajax applications an easy one.
JSON是一种有用的、轻量级协议,现在可用于PHPV5.2,它可以轻松地实现从PHP应用程序中提取出数据,并将其放入Ajax应用程序的过程。
With the fields stored in the index, instead of using the Document to locate the original file or data and load it, you can actually pull the data out of the Document.
用存储在索引里面的字段,取代用Document定位原始文件或数据并载入它,实际上你能把数据从Document中抽出来。
The media processes that DB2 USES to write data out during a backup are built on a published set of interfaces that have been available to the open market since 1993.
备份期间DB2用于写出数据的介质进程(mediaprocess)是构建在一套公布的接口之上的,从1993年开始这些接口就已经向开发市场提供。
So we've redefined the Array constructor, how do we actually get the data out?
因此我们重新定义了Array构造器,实际情况下我们如何获得数据呢?
But data out the day before showed joblessness in the bloc had climbed to its highest in a decade.
但是前天另有数据显示,失业率已经上升到了10年来的最高点。
The API described in Listing 7 is useful only when you have an existing SOAPElement and need to get the data out in an easy manner.
清单7中描述的API仅在您当前具有SOAPElement 且需要通过简单的方式来获得数据时有用。
The API described in Listing 7 is useful only when you have an existing SOAPElement and need to get the data out in an easy manner.
清单7中描述的API仅在您当前具有SOAPElement 且需要通过简单的方式来获得数据时有用。
应用推荐