网站首页  词典首页

请输入您要查询的英文单词:

 

单词 parse
释义

parse

美 [pɑrs]
英 [pɑ?(r)z]
  • v.(对句子)作语法分析;作句法分析
  • 网络解析;剖析;分析语句
第三人称单数:parses  现在分词:parsing  过去式:parsed  
v.
analyse,describe,break down,explain,construe
parse
v.
1.
~ sth
(对句子)作语法分析;作句法分析to divide a sentence into parts and describe the grammar of each word or part

例句

释义:
1.
But to be truly multi-lingual we're going to want to be able to understand (parse) JSON, not just speak it.
可若要实现真正的多种标准并存,我们还要理解(解析)JSON而不是简单地介绍它。
www.infoq.com
2.
Note that the core DOM API does not give you methods to either parse XML data into a DOM, or to serialize the DOM back out to XML.
注意,核心DOMAPI并不能使您将XML数据解析到DOM,或者将DOM序列化为XML。
www.ibm.com
3.
Another advantage is - especially for professional Game Projects - that it's not so easy to parse our file format.
这样做的另外一个好处是-尤其是对于专业的游戏软件工程来说-转换我们的文件格式并不是一件容易的事情。
www.cnblogs.com
4.
As Christ said, the mark of a Christian is not her ability to parse other's beliefs and actions.
就像基督说的,基督徒的标志不是她有能力分析别人的信念和行动。
www.bing.com
5.
As you can see, using favoring attributes over child tags leads to a smaller file size and a significantly faster parse time.
正如你所看到的,与使用子标签相比,使用属性时文件尺寸更小,特别是解析时间更快。
blog.sina.com.cn
6.
This means that if yacc would have to read two tokens before it knew which action to take, it would be unable to parse this grammar.
这就意味着,如果yacc在知道采取哪个动作之前,必须读取两个标记,那么它将无法解析该语法。
www.ibm.com
7.
Informs the code model whether the current parse has completed and if it had errors.
通知代码模型当前分析是否已完成以及是否出错。
msdn2.microsoft.com
8.
It would be nice to be able to parse the XML efficiently, but with a more intuitive programming model.
如果能够高效地解析XML而且可以使用更直观的编程模型那就太好了。
www.ibm.com
9.
At this point, you don't need to worry about putting any payload into the HTTP request, as you haven't yet included code to parse it.
此时,不必考虑在HTTP请求中加入任何载荷,因为还没有包含相关的解析代码。
www.ibm.com
10.
However, you also have the ability to parse the return information using jQuery code just as you parse your own Web pages on startup.
事实上,与在启动时解析Web页一样,您还需要解析使用jQuery代码返回的信息。
www.ibm.com
1.
Wherever you get your raw data, the reader is now set up and ready to parse.
无论是从何处获取原始数据,现在已建立了阅读器并为解析做好准备。
www.ibm.com
2.
That said, namespaces make it a lot tougher to parse and manage the data.
这就是说,命名空间增加了数据的解析和管理难度。
www.ibm.com
3.
For the most part, you as a developer do not have to read, parse, and understand the internals of a WSDL file.
大多数情况下,开发人员不必读取、解析并了解WSDL文件的内部细节。
www.ibm.com
4.
Second, we must distinguish whether the complexity is to create, to read, to parse, or to process?
其次,必须区分复杂性表现在哪些方面:创建、读取、解析还是处理?
www.ibm.com
5.
Of course, if you actually want to parse your files, the single string that file_get_contents returns might be a bit overwhelming.
当然,如果确实需要解析文件,则file_get_contents返回的单个字符串可能有些让人吃不消。
www.ibm.com
6.
The DFA construction algorithm converts this parse tree into a set of states, as the previous column explains.
如前一篇专栏文章中所解释的,DFA构造算法将该解析树转换成一组状态。
www-128.ibm.com
7.
You're also specifying JSON as the return type, which will make it easy to parse the data from JavaScript.
此外,将返回类型指定为JSON,这会使解析来自JavaScript的数据变得十分简单。
www.ibm.com
8.
You can parse the statement text to determine which permissions were applied to which columns.
可以分析语句文本来确定各列所应用权限的情况。
msdn2.microsoft.com
9.
There is good reason for that: It's easy to parse structured data.
这样的原因是:结构化的数据更容易解析。
www.ibm.com
10.
This method is intended for debugging only, as it lets me compare the result of a parse with expected results.
我只是打算在调试时使用这个方法,它可以让我用所期望的结果与解析的结果作比较。
www.ibm.com
1.
With thick clients, the devices would have to be able to parse and assemble Web service messages.
有了胖客户端,设备就能分解和组装Web服务消息了。
www-128.ibm.com
2.
Since you can declare an XML document as an XML object, it is also very easy to parse and manipulate the XML document.
既然你可以声明一XML文档为XML对象,同样地要解析或是操作XML文档也是非常容易的。
www.netvtm.com
3.
Such a rudimentary parse of the text file would not catch minor corruption in the data.
这种对文本文件进行的基本的语法分析不会捕获数据的较小损坏。
www-128.ibm.com
4.
Computers must be able to parse the public domain status of works to communicate its usefulness to the public.
这样的话,计算机就能够识别出公有领域作品,并向公众传达它们的有效性。
www.bing.com
5.
The Error List window displays the name of the application , project file, and location of the line that does not compile or parse .
“错误列表”窗口显示应用程序的名称、项目文件以及无法编译或分析的行所在的位置。
www.bing.com
6.
Once the response is received, it is up to the developer to parse and use that response as needed for a separate Web application.
响应一旦收到,就由开发人员来根据需要为独立的Web应用程序解析和使用该响应。
www.ibm.com
7.
Now we're able to pass the request to the processReceivedMessage method, which will parse and print out the message, as shown in Listing 10.
现在,我们可以将请求传递到processReceivedMessage方法,该方法解析并打印消息,如清单10所示。
www.ibm.com
8.
By Googling, we are supplying the company data with which to parse and analyze us.
在用Google搜索的同时,我们也在提供给他们用来解析我们的数据。
www.bing.com
9.
This article attempts to demonstrate my belief that you don't need to know a lot about formal parsing theory to be able to parse!
本文力图阐明我的理念:您并不需要了解很多有关正规的解析理论就能进行解析!
www.ibm.com
10.
I start with a very simple regexp: Imagine that the text you have to parse is just the name of a person.
我从一个非常简单的regexp开始:假定您必须要解析的文本只是人名。
www.ibm.com
1.
Then click Import File below and Address Book will perform a sample parse of the file for you to review .
然后单击下面的“导入文件”,通讯簿将执行该文件的样本分析程序以供您审阅。
www.jukuu.com
2.
Finally, we parse the returned string to determine which note is associated with which buddy.
最后,解析返回的字符串以判断通知与好友之间的具体关联。
www.ibm.com
3.
Also, they typically required non-standard SQL extensions to understand how to parse the data into a XML column.
另外,它们通常需要非标准的SQL扩展来理解如何将数据解析到XML列中。
www.ibm.com
4.
A sample servlet implementation that uses XPath to parse the data out of the incoming message is shown in Listing 3.
使用XPath从传入的消息中解析出数据的示例servlet实现如清单3中所示。
www.ibm.com
5.
Certainly linguistics , being able to parse documents and gather knowledge from documents , is one that's very important .
确定地语言学,能够剖析文件而且聚集来自文件的知识,是非常重要的一。
www.bing.com
6.
If you had to parse data like this with server-side Java code or even client-side JavaScript code, you might use DOM APIs.
如果必须要像这样用服务器端Java代码甚至是客户端JavaScript代码解析数据,您可能会使用DOMAPI。
www.ibm.com
7.
You write it as a string with a certain syntax that allows the database to parse it into the specialized data type.
按照特定的语法编写字符串,让数据库解析为特定的数据类型。
www.ibm.com
8.
At this point, the client has to parse and modify the file for transmission back to the server. How might this type of scheme work?
此时,客户机需要解析并修改文件,然后传输回服务器,这种模式的工作原理是什么?
www.ibm.com
9.
Yet, you need to get their input into a format you can work with (parse), or display your own data in a format they want (format).
但是,您需要做的是让他们输入的内容成为您能处理的(解析)格式,或者将您的数据显示成用户习惯的格式(格式化)。
www.ibm.com
10.
A code very similar to the code shown in Listing 1 can be used to parse the names which uses underscores to separate words.
可以使用非常类似于清单1的代码来分隔单词。
www.ibm.com
1.
Like the JDT, the CDT DOM uses a visitor pattern to interact with its parse tree.
类似于JDT,CDTDOM使用一个访问者模板,以和它的剖析树状图交流。
www.ibm.com
2.
This enables you to easily parse the reports manually or by using an automated process, depending on your requirements.
这样,您便可以根据自己的需要,轻松地手动分析报告或使用自动执行的进程分析报告。
technet.microsoft.com
3.
You can use the addresses listed in the address database to specify address pairs in a capture filter to help parse the capture information.
您可以使用地址数据库中列出的地址在捕获筛选器中指定地址对,以帮助分析捕获信息。
technet.microsoft.com
4.
It would be really interesting though, if there were a language that operated directly on parse trees.
不过,真正值得关注的是,是否有直接操作解析树的语言。
www.ibm.com
5.
Method can only parse strings that exhibit the long date pattern in the en-US culture.
方法只能分析在en-US区域性中显示长日期模式的字符串。
msdn2.microsoft.com
6.
parsePastStartTag(ns, name) -- Parses past the start of element, which must be the next parse component seen other than character data.
parsePastStartTag(ns,name)-解析完元素的开始部分,它必须是所能看到的除字符数据以外的下一个解析组件。
www.ibm.com
7.
Use the API to create portlets or servlets that can parse and interact with forms, or to create extensions for Workplace Forms Viewer.
使用这个API创建能够分析和操作表单的portlet或servlet,或者为WorkplaceFormsViewer创建扩展。
www.ibm.com
8.
The Globalize plugin allows you to easily format numbers and dates, and it allows you to parse those values as well.
Globalize插件让您可以轻松格式化数字和日期,还能让您解析这些值。
www.ibm.com
9.
HTML has always looked a lot like XML, but it never was quite exactly like XML, and as a result, trying to parse it like XML would fail.
HTML外观一直都有很多与XML相似的地方,但却永远都无法跟XML一模一样,因此,试图把它当做XML来解析必将失败。
select.yeeyan.org
10.
The parseFromString function allows you to parse the string into a DOM tree.
parseFromString函数允许将字符串解析成DOM树。
www.ibm.com
1.
They have the advantage that they are quite easy to edit by hand, but are also easy to parse.
它们有优势,它们可以很容易的进行手工修改,但同时也很容易被解析。
www.bing.com
2.
You can parse business objects into a XML document and deserialize them from the XML document using Service Data Object (SDO) APIs.
您可以将业务对象解析为XML文档,并使用服务数据对象(SDO)API通过XML文档对其进行反序列化。
www.ibm.com
3.
Specifically, what if the request you make is to a RESTful Web service, and the response contains XML that you'd like to parse?
具体来讲,如果发出的请求指向一个RESTfulWeb服务,而该服务包含您要解析的XML,该怎么做呢?
www.ibm.com
4.
In silence, the mind can parse through a phrase without distraction, and attention can be paid to meaning more than pace.
寂静中,大脑可以不受干扰地理解词句,读者可以更注重内涵,而非速度。
dongxi.net
5.
At any time during a parse, it is possible to register a new content handler, as stated in the SAX specification.
正如SAX规范中所说的那样,在解析过程中的任意时刻,都可以注册一个新的内容处理程序。
www.ibm.com
6.
We have developed software tools to parse the MEDLINE data files and load their contents into a relational database.
我们开发了软件工具来剖析MEDLINE数据文件,并将它们的内容载入到一个关系数据库中。
www.chinapubmed.net
7.
A set of information describing a particular state of the input source, input buffer, and parse area.
输入来源规格:一套资讯描述输入来源的一个特殊状态,输入缓冲区,和解析区域。
dictsearch.appspot.com
8.
Class checks to see whether controls are permitted in a page at parse time.
类在分析时检查是否允许在页中包含控件。
msdn2.microsoft.com
9.
If in this case a proper closing identifier is not found then a parse error will result with the line number being at the end of the script.
如果在这种情况下找不到合适的结束标识符,将会导致一个在脚本最后一行出现的语法错误。
in.php.net
10.
The stap process begins with a translation of the script into a parse tree (pass 1).
stap流程从将脚本转换成解析树开始(pass1)。
www.ibm.com
1.
The other is to respond with data and leave it up to some other JavaScript code to parse the data and repaint.
一种是用数据进行响应,而将解析数据和重绘留给其他的JavaScript代码处理。
www.ibm.com
2.
Class will parse and generate code during compilation for a resource with a specific file extension.
类将在编译具有特定文件扩展名的资源的过程中分析并生成代码。
msdn2.microsoft.com
3.
Strictly speaking, what I refer to as a parse tree in the following, language theoreticians would more precisely call an AST.
严格地讲,对于我在下面提到的解析树,语言理论家更精确地把它称作AST。
www.ibm.com
4.
So what if it takes an extra few milliseconds to look up your stock reports or parse those log files?
因此多花几个毫秒来查询股票价格或处理日志文件又有什么关系呢?
www-128.ibm.com
5.
In this case, int_p matches 20245 -- but after that it encounters a dot and has no rule to parse it.
在本例中,int_p匹配20245——但是在这之后它遇到了一个点字符,并且没有处理它的规则。
www.ibm.com
6.
One way to open and parse the file is to create a new File object that uses the name of the new CSV file.
打开和解析该文件的一种方法是使用新的CSV文件名称创建一个新的File对象。
www.ibm.com
7.
Let's parse this out: "body buried in a shallow grave overlooking a body of water" and "a 'G' in a sign nearby. "
让我们解析这些:“她的尸体埋在了一个很浅的墓穴里,俯瞰一池的水。”
www.bing.com
8.
Parse method accepts a format provider, allowing you to specify and explicitly parse culture-specific strings.
方法接受格式提供程序,允许您指定和显式分析特定区域性字符串。
msdn2.microsoft.com
9.
In the OmniFind administration console, use the System: Parse page in Edit mode to add the PEAR package as a new text analysis engine.
在OmniFind管理控制台上,使用System:Parse页面在Edit模式下将PEAR包添加为新的文本分析引擎。
www.ibm.com
10.
InfoQ: Could you tell us the advantage of using JRuby over parse tree or any other solutions, to exploit Ruby code?
InfoQ:你能告诉我们使用JRuby而不是parsetree或者其他解决方案来解析Ruby代码的优势吗?
www.infoq.com
1.
But there's no ability to parse out a portion of an XML document, nor apply any predicates.
但是,无法解析XML文档的一部分,也无法应用任何谓词。
www.ibm.com
2.
The first step in reading the XML file is for the application to load the data and parse it into a Document object.
对于应用程序来说,读取XML文件的第一步是加载该数据并将其解析为一个Document对象。
www.ibm.com
3.
It is close to an intuitive sense of how you add up, or parse, the manufactured realm.
这更接近于,你对如何组装拆分一个人造王国所具有的那种直觉。
dongxi.net
4.
Target parsing can be reasonably fast and does not generate a memory-consuming parse tree, but all events fire for all elements in the data.
目标解析可以实现合理的速度并且不会生成消耗内存的解析树,但是在数据中为所有元素触发事件。
www.ibm.com
5.
My answer to this was to use the parse event stream representation of XML documents.
我认为应该使用XML文档的解析事件流表示。
www-128.ibm.com
6.
Although the auditing program does not parse the output to make it user-friendly, the output is meaningful.
虽然审核程序没有解析输出以使之成为用户友好的,但该输出很有意义。
www.ibm.com
7.
Subsequent transformations may parse data to convert it to a different data type, or create column copies with different data types.
后续转换可以分析数据,以将其转换为不同的数据类型,或者创建不同数据类型的列副本。
msdn2.microsoft.com
8.
The instruction PULL or PARSE PULL take a string off the top of the stack.
指令PULL或者PARSEPULL从栈顶取得一个字符串。
www.ibm.com
9.
The examples -- a simple calculator and a program to parse e-mail messages -- are simple enough.
这两个例子——一个简单的计算器和一个解析电子邮件消息的程序,都很简单。
www.ibm.com
10.
One of the big advantages of Groovy is its ability to easily parse XML and JSON without having to invest a lot of time writing parsing code.
Groovy的一大优势是,能够方便地解析XML和JSON,不用花费大量的时间编写解析代码。
www.ibm.com
1.
They are often REST-based and therefore require only a simple HTTP access to retrieve the data and parse it using the preceding techniques.
它们通常基于REST,因此只需一个简单的HTTP访问就可以检索数据,并使用前面介绍的结束来解析数据。
www.ibm.com
2.
You can imagine, if you had to parse a much more complex XML document, that the handler might become a breeding ground for bugs.
您可以想像,如果需要解析一个更加复杂的XML文档,则处理程序可能会带来各种各样的bug。
www.ibm.com
3.
Scripts that parse a great deal of data or which may be hiding an infinite loop have a tendency to consume large amounts of memory.
解析大量数据或可能隐藏无限次循环的脚本都趋于消耗大量内存。
www.ibm.com
4.
The next step is to read and parse the log files to gather the information you need.
下一步是读取并解析日志文件以收集所需要的信息。
www.ibm.com
5.
Coercive parsing -- XML messages specially constructed to be difficult to parse to consume the resources of the machine.
强制性解析——有意构造难以解析的XML消息,以消耗计算机资源。
www.ibm.com
6.
As you might remember, XI uses regular expressions to parse text documents and import them to XML.
您也许还记得,XI用正则表达式对文本文档进行处理,并将其导入到XML中。
www.ibm.com
7.
The parser is the software that takes those meaningful words and builds a parse tree out of them by recognizing their type and purpose.
解析器是一种软件,它从文本获得那些有意义的单词,并通过识别这些单词的类型与用途,从中构建解析树。
www-128.ibm.com
8.
If you pass in a comma as your delimiter it will parse out a Comma Separated Value (CSV) file.
如果你给它的分隔符参数是逗号,那么它就正在解析CSV了。
hi.baidu.com
9.
It's now up to the TCP server to parse the arguments and launch the appropriate actions.
现在该由TCP服务器解析实参并启动相应的操作。
www.ibm.com
10.
Since the format of the file has changed, a new javax. security. auth. Policy subclass is needed to parse the file.
既然文件格式已经改变,就需要一个新的javax.security.auth.Policy子类来解析文件。
www.ibm.com
1.
To parse the contents, you need to be able to identify each e-mail individually.
要解析相关的内容,您需要标识出每封不同的电子邮件。
www.ibm.com
2.
The Doclet API defines many classes for storing the parse tree (note that this is the Java parse tree, not the XML one).
DocletAPI定义许多类用于存储解析树(注意,这是Java解析树,而不是XML树)。
www.ibm.com
3.
A parse of a sentential form is the construction of a derivation and possibly a syntax tree for it.
句型的分析是某个推导(或许是其语法树)的构造过程。
4.
Shapes in this state display red text and a red icon which displays a tooltip reading "The source code file contains a parse error" .
处于此状态的形状以红色文本和红色图标的形式显示工具提示“源代码文件包含一个分析错误”。
technet.microsoft.com
5.
They give you a language to parse out your personality, to understand it, or display it, or express it.
你可以用这个语言来分析自己的性格,理解它,呈现它,表达它。
dipan.kekenet.com
6.
Such a statement can parse the entire PDBML document and extract the atom information to insert as relational rows.
这个语句可以解析整个PDBML文档并提取原子信息来作为关系行插入。
www.ibm.com
7.
Of course, if you're not familiar with the vagaries of XML, it might be better to parse out JSON.
当然,如果您不熟悉XML的用法,那么最好解析为JSON。
www.ibm.com
8.
When a user agent can't parse the selector, it must ignore the declaration block as well.
当一个用户代理不能解析某个选择器的时候,它必须忽略整个声明块。
www.bing.com
9.
This error arises when the compiler is completely unable to parse what you typed in.
当编译器完全无法分析您所键入的内容时会出现此错误。
msdn2.microsoft.com
10.
Moreover, parse the reason why enterprises' ability are poor in innovation from the side of proprietary technology.
其次,从企业专利技术方面解析企业创新能力不强的原因之所在。
www.13191.com
1.
The logic is that parse will look first for a string, then for an integer, and finally for a real, in that order, in the input stream.
这里的逻辑是parse将在输入流中首先查找一个字符串,然后查找整数,最后查找一个实数。
www.ibm.com
2.
This allows the metrics to be accessed repeatedly in relational format without having to parse the XML document on each access.
这使得指标可以以关系格式重复访问,而无需每次访问都解析XML文档。
www.ibm.com
3.
Fast parse can significantly improve the performance of Integration Services packages that do not have locale dependencies.
快速分析可以显著提高不具有区域设置依赖项的IntegrationServices包的性能。
msdn2.microsoft.com
4.
The result of the parse is a List of file items, each of which implements the FileItem interface. Processing these items is discussed below.
编译的结果就是生成了一系列文件项目,每个文件项目实现一个FileItem接口。下面将介绍如何处理这写项目。
blog.51766.com
5.
The Linux kernel must be able to parse GPT data structures in order to provide access to the partitions the disk contains.
Linux必须能够解析GPT数据结构,以便对磁盘包含的分区提供访问。
www.ibm.com
6.
On top of that, for every API invocation, a client also needs to build requests and parse responses.
除此之外,每次API调用时客户端程序还需要构建请求和解析响应。
www.infoq.com
7.
Maybe I can bring myself to parse and import all of them into a database, so I can run some simple queries on them.
也许我可以自己解析一下,然后把它们全弄进数据库,这样我就能进行一些基于它们的搜索了。
www.bing.com
8.
Displays the number of milliseconds required to parse, compile, and execute each Transact-SQL statement after statements execute.
执行语句后,显示分析、编写和执行每个Transact-SQL语句所需的毫秒数。
msdn2.microsoft.com
9.
Crawl, parse, index, and search configuration can be made directly on the OmniFind administrator's interface once these steps are completed.
完成这些步骤后,就可以在OmniFind管理员界面上直接爬行、解析、索引和搜索。
www.ibm.com
10.
The tool you'll use here is dom4j, which allows you to parse XML data into a Java object.
本文中使用的工具是dom4j,该工具允许您将XML数据解析为一个Java对象。
www.ibm.com
1.
Most languages with default argument values only allow constants or other values that can be determined at parse-time.
大多数支持默认参数的语言只允许编译时能决定的常量或者值作为默认值。
www.bing.com
2.
But parse that sentence. Does the president mean that America already has a system in which everybody has to give a little bit?
不过,我们分析一下这句话,总统是指美国已经有了一个体系,身在其中的每个人都要做出一些让步呢?
www.bing.com
3.
The eXtensible Markup Language (XML) technology was applied to parse crosslinked information of weapon control system.
将可扩展标记语言(XML)技术应用到武器控制系统交联信息解析中。
www.dgykz.com
4.
So you can simply use its parse method to safely parse the JSON data into a JavaScript object.
因此您只需使用它的解析方法就可以安全地将JSON数据解析为一个JavaScript对象。
www.ibm.com
5.
You can then iterate through the entries and parse the list of words out of the entry, as in Listing 1.
然后您可以迭代通过这些条目,从条目中解析出一系列单词,如清单1所示。
www.ibm.com
6.
From the discussion in the last column, you may recall that the algorithm to construct a DFA expects a parse tree as input.
从上一篇专栏文章所讨论的内容中,您可以回忆起,构造DFA的算法需要一棵解析树作为输入。
www.ibm.com
7.
I'm certain to be vilified by some engineers for even mentioning this approach, but you can parse XML with regular expressions.
可以肯定,即使提到这个方法,有些工程师也会批评我,但是确实可以用正则表达式解析XML。
www.ibm.com
8.
And if you send it with an XML MIME type, user agents will parse it as an XML document too.
如果你把它跟XMLMIME类型一并发送出去的话,用户代也会把它作为XML文档来进行解析。
select.yeeyan.org
9.
In this case, you wouldn't want to parse that existing piece of XML, simply to construct it back into a new XML message.
在这种情况下,您可能不想解析现有的XML片断,而是只想把它构造成一个新的XML消息。
www.ibm.com
10.
The output indicates that PSGML was able to locate the DTD and parse it, including all of the referenced entity modules.
这个输出表明PSGML能够找到DTD并可以解析它,包括所有引用的实体模块。
www-128.ibm.com
1.
One method is to use the SimpleXML extension in PHP to parse the Atom feed returned by the API and extract relevant information from it.
一种方法是在PHP中使用SimpleXML扩展来解析由API返回的Atom提要,并从中提取相关信息。
www.ibm.com
2.
Then a data binding class will be added to parse the native data from URL into a business object.
然后,添加一个数据绑定类,以便把来自URL的原生数据解析为业务对象。
www.ibm.com
3.
As you star, unstar and delete items, Parse. ly learns your preferences and acts accordingly.
接着,随着你加星、去星、删除条目,Parse.ly就可以掌握你的偏好,然后采取相关行动。
www.bing.com
4.
As the name suggests, it allows a client-side script to perform HTTP requests, and it will parse an XML server response.
顾名思义,它允许客户端脚本执行HTTP请求,并解析XML服务器响应。
www.ibm.com
5.
Parse-time options take effect during parsing, as the options are encountered in text, without regard to the control of flow statements.
分析时选项在分析期间分析出文本中的选项时生效,而不管是否受流语句的控制。
technet.microsoft.com
6.
The system was unable to parse the command line in this file.
系统无法分析此文件中的命令行。
angel.w15.5tom.cn
7.
To break out the data from each event tag, the parse_event classes use more XPath queries to extract the data.
为了获得各事件标记中的数据,parse_event类使用了更多的XPath查询来提取这些数据。
www.ibm.com
8.
These services require you to access and query them, and then parse results in non-standard ways.
这些服务需要您进行访问和查询,随后以非标准化的方式解析结果。
www.ibm.com
9.
Usually, the servlet will accept the request and parse the HTTP request URI itself, looking to match the request to a known resource.
通常,servlet会接受请求并自己解析这个HTTP请求URI,以将此请求与一个已知资源相匹配。
www.ibm.com
10.
Working with a parse tree representation also makes debugging easy and speeds development time.
使用解析树表示还会使调试变得更容易,并缩短开发时间。
www.ibm.com
1.
Although the XML document object is easy to parse and easy to understand on the coding level, it fails in user readability.
虽然XML文档对象易于解析,并且在代码层次上易于理解,但它在用户可读性方面仍然是失败的。
www.ibm.com
2.
The maximum number of direct and indirect file dependencies a parser can parse for a page.
分析器可为单个页分析的直接和间接文件依赖项的最大数目。
msdn2.microsoft.com
3.
We use a transformer to parse the XML entity and build the map expected by the next service.
使用转换器解析XML实体并构建一个映射以供接下来的服务使用。
www.infoq.com
4.
Then you could have your test automation read, parse, and use the data in this file.
然后您可以让您的测试自动化读取、解析和使用该文件中的数据。
www.cnblogs.com
5.
You can parse this response to determine what elements the user selected in a notification balloon.
您可以分析此响应以确定用户在通知气球中选择的元素。
msdn2.microsoft.com
6.
The Format and Parse events allow you to create custom formats for displaying data.
Format事件和Parse事件允许您创建自定义格式来显示数据。
msdn2.microsoft.com
7.
The rest of the video sequence concerns the game's near-future setting and backstory but is hard to parse.
接下来视频聚焦游戏的近未来设定和背景故事,但几乎没有做解说。
www.bing.com
8.
SetWTclientQualifier allows the application to change the delimiting character used to parse the nodes of a hierarchical namespace.
函数允许应用程序改变用来解析各个等级命名空间节点的划界字符。
dict.bioon.com
9.
MS0P will parse Authorization or any other type of event message into human-readable text.
MS0P将解析授权或其他任何类型的事件消息,将其解析为人类可读的文本。
www.ibm.com
10.
Attribute. Parse replacement tag parameters and handle them in a replacement method.
分析替换标记参数并在替换方法中处理这些参数。
www.juyy.net
1.
Is not expanded with its replacement content at parse time.
在分析时不用其替换内容扩展。
msdn2.microsoft.com
2.
In my opinion the easiest solution is to parse @ARGV manually as shown in the following listing.
在我看来,最简单的解决方案是手工解析@ARGV,如下所示。
www.ibm.com
3.
The first step is to parse the input service name into constituent words using the Name Parser component.
第一步是利用NameParser组件将输入服务名解析为组件字。
www.ibm.com
4.
The algorithm essentially computes all the possible stack configurations that could lead to a given node in the parse tree.
该算法必须计算所有可能的、可通向解析树中给定节点的堆栈配置。
www-128.ibm.com
5.
When you parse the example above, the result will look something like this.
解析上述例子,结果会像这样。
www.w3pop.com
6.
Write a few sizable non-graphical programs in python - parse some text files, write a guessing game or a journal-entry program or something.
用python写几个有一定规模的非图形程序——解析某些文本文件,写一个猜数游戏或者一个流水分录程序,或者别的什么。
uil330.blog.163.com
7.
Parse method to specify that the thousand separator used by the en-US culture is used for parsing.
方法,以指定使用en-US区域性所用的千位分隔符来进行分析。
msdn2.microsoft.com
8.
If you parse the instance without validation, the answer depends solely on what values occur in its attributes and element bodies.
如果解析实例而不进行验证,则结果仅取决于实例的属性和元素体中有什么值。
www-128.ibm.com
9.
Ultimately the goal of microformats is to make data easier for humans to parse, while keeping the data friendly for machines to parse.
微格式的最终目标是让数据更便于人类阅读,同时保持数据对机器解析的友好性。
www.ibm.com
10.
Gets or sets a value indicating whether to parse the elements that are contained within a server control as properties.
获取或设置一个值,该值指示是否将包含在服务器控件内的元素分析为属性。
msdn2.microsoft.com
1.
You parse the document in the onreadystatechange function of the XMLHttpRequest object used to make the Ajax call.
您解析用于进行Ajax调用的XMLHttpRequest对象的onreadystatechange函数中的文档。
www.ibm.com
2.
Some toolkits were unable to parse the Unicode byte order mark sent by other toolkits.
有些工具包不能对其它工具包发送过来的Unicode字节顺序标志进行语法分析。
www.ibm.com
3.
The MDM Server security framework defines the interface required to parse the authentication assertion included in the transaction requests.
MDMServer安全框架定义了解析事务请求中的身份验证断言所需的接口。
www.ibm.com
4.
Your goal is to get MTK to parse the input script with as few errors as possible about the basic table structures of the source database.
您的目标是让MTK解析输入脚本,使源数据库基表的结构的错误尽可能地少。
www-128.ibm.com
5.
Provides support for rapid application development ( RAD ) designers to generate and parse data- binding expression syntax .
提供对应用程序快速开发(RAD)设计器的支持以生成和分析数据绑定表达式语法。
www.bing.com
6.
Therefore, performance issues make it impractical to parse large documents with DOM.
因此,性能问题决定了使用DOM很难处理大型文档。
www.ibm.com
7.
Provides support for rapid application development (RAD) designers to parse data-binding expressions that use XPath expressions.
为应用程序快速开发(RAD)设计器提供支持,以便分析使用XPath表达式的数据绑定表达式。
msdn2.microsoft.com
8.
The UTF-8 character set is easier to parse and to manipulate than any other multi-byte encoding format.
UTF-8字符集比任何其他多字节编码格式更易于分析和操作。
www.ibm.com
9.
This calls DOM to parse the XML into a memory based tree of XML elements.
这调用DOM来将XML解析为一个基于内存的XML元素树。
www.ibm.com
10.
Make an attempt to standardize the message with VTD-XML which has better efficiency to parse the message.
对报文传递格式进行了标准化,利用VTD-XML解析报文,提高了解析的速度。
www.fabiao.net
1.
I'll note before we go any further that the terms parse tree and abstract syntax tree (or AST) describe very similar grammatical structures.
在我们继续之前,我要特别提一下,术语解析树和抽象语法树(或AST)描述了非常相似的语法结构。
www.ibm.com
2.
We would obviously run into the same problem, since we'd still have to parse the XML messages to extract the content.
我们显然遇到了相同的问题,因为我们仍然必须要解释XML消息以提取内容。
www.ibm.com
3.
Module availability: Parse: : RecDescent may not be available, due to OS or system administration problems.
模块可用性:由于OS或系统管理问题,Parse::RecDescent可能不可用。
www.ibm.com
4.
You can use these parsers at runtime to avoid the cost of constructing and deconstructing parsers when you need to parse a document.
当需要解析文档时,可以在运行时使用这些解析器,从而避免构造和分解解析器的开销。
www.ibm.com
5.
Provides an application that demonstrates the performance differences between the Parse and TryParse methods of value types.
提供了一个应用程序,该应用程序演示了值类型的Parse和TryParse方法之间的性能差异。
msdn2.microsoft.com
6.
The CurrencyStringToDecimal event delegate, added to the Parse event, converts the value displayed by the control back to the Decimal type.
添加到Parse事件的CurrencyStringToDecimal事件委托将控件所显示的值转换回Decimal类型。
msdn2.microsoft.com
7.
The EXIF library allows you to parse an EXIF file and read the data from those tags.
EXIF库允许你分析EXIF文件并从这些这些标签中读取数据。
osl.cssp.com.cn
8.
To use DOM, you parse the document into a document object.
要使用DOM,需要把文档解析成文档对象。
www.ibm.com
9.
Zend_REST can be used to roll your own Web services or access and parse Web services.
Zend_REST可用于生成您自己的Web服务或访问和解析Web服务。
www.ibm.com
10.
parse, from the ravening monster's jaw he'd never hold the precious pearl, the Bright pearl, in his grasp. --Jaber, Kuwait king.
采珠人如果被海中张牙舞爪的怪物吓住,他就得不到宝贵的闪闪发亮的珍珠。科威特国王贾比尔。
dict.ebigear.com
1.
As you can see in Listing 2, in HTTPBuilder it's simple to parse JSON and ensure that the ok element's value is indeed true.
如清单2所示,在HTTPBuilder中可以轻松地解析JSON并确保ok元素的值确实为true。
www.ibm.com
2.
The backend for this address book was unable to parse this query.
此地址簿的后端无法解析此查询。
translations.launchpad.net
3.
This header can be used in a cache policy to build IDs without having to parse the SOAP message.
可以在高速缓冲存储器策略中使用这个信息头来构建ID,而不必解析SOAP消息。
www.ibm.com
4.
It has the ability to do a live dump (actively sniff the network) or read a PCAP file and parse the file for IM messages.
它可以完成一个实时转储(主动监视网络)或读取一个PCAP文件,并分析文件的IM消息。
osl.bsw.net.cn
5.
At parse-time, and is able to resolve external entities and other document source-specific resources.
抽取这些信息,从而能够解析外部实体以及其它特定于文档来源的资源。
www-128.ibm.com
6.
Now, Listing 3 shows how to read this data into a Python program and parse the contents of the file.
现在,清单3显示如何把这个数据读入Python程序,并解析文件的内容。
www-128.ibm.com
7.
Displays the number of milliseconds required to parse, compile, and execute each statement.
显示分析、编译和执行各语句所需的毫秒数。
msdn2.microsoft.com
8.
Now, you can watch it online, and a dozen blogs are there to parse every goal, red card and trade.
现在,你可以在线观看,并且如你所需还有数十篇博客对每一粒进球,每一张红牌,每一次换人进行详尽的解说。
q.sohu.com
9.
Investors are expected to closely parse the economic changes expected from Spanish Prime Minister Mariano Rajoy on Friday.
预计投资者将仔细分析西班牙首相拉霍伊(MarianoRajoy)预计于周五公布的经济改革措施。
chinese.wsj.com
10.
They accept HTTP requests, parse the URL, and forward processing of the request to an appropriate action.
它们接受HTTP请求,解析URL,把请求的处理转发给适当的动作。
www.ibm.com
1.
But why? Are we simply unable to parse out the different sounds in the mishmashed sound clip?
但这是为什么呢?难道仅仅是因为我们不能从混杂的声音片段中分析出不同的声音么?
www.bing.com
2.
The Script Adapter widget will automatically parse the payload of the event sent by the In-basket widget.
ScriptAdapter小部件会自动解析In-basket小部件发送的事件负载。
www.ibm.com
3.
In the example, you parse out the title of each photo and its ID.
在示例中,将解析出每张照片的标题及其ID。
www.ibm.com
4.
While he was speaking, a curious expression, which at first I found hard to parse, crept over the faces around me: disappointment.
就在他说话的时候,我立刻发现,有种古怪的表情掠过我周围那几个人的脸上:失望。
www.bing.com
5.
You will notice that the result is actually nested, which requires the parse method to be executed twice.
注意,结果实际上是嵌套的,这要求执行解析方法两次。
www.ibm.com
6.
Should the diver parse, from the ravening monster's jaw he'd never hold the precious pearl, the bright pearl, in his grasp.
采珠人如果被海中张牙舞爪的怪物吓住,他就得不到宝贵的闪闪发亮的珍珠。
wenku.baidu.com
7.
You write programs in the parse trees that get generated within the compiler when other languages are parsed .
你写程序实际上是在写语法树-而其它语言需要编译器生成这种内部表示。
dictsearch.appspot.com
8.
And the last section includes all the member variables needed to parse the XML.
最后一部分代码包含解析XML所需的所有成员变量。
www.ibm.com
9.
And, if you want to log where the exception happened, you don't have to manually parse the stack trace.
并且,如果您想记录下异常发生在何处,您不必手工分析堆栈跟踪信息。
www.ibm.com
10.
These fields contain the query string and the values of the HTTP headers as well as parse the query string.
这些字段包含查询字符串和HTTP头部的值,并解析查询字符串。
www.ibm.com
1.
The language is simple enough that it does not even require a symbol table to parse.
这门语言简单到甚至不需要有一个符号表来进行词法分析。
www.infoq.com
2.
If you use the Statement interface, you parse each statement you send to the database, generate an access plan, and execute the statement.
如果使用Statement接口,则将分析每条发送到数据库的语句,生成访问计划,然后执行该语句。
www.ianywhere.com
3.
Krypton has several stable isotopes, the relative abundances of which can be used to parse the gas's source.
氪气有几个稳定的同位素,并带来相关的大量的可以用于剖析大气来源的数据。
www.bing.com
4.
To skip leading delimiters is to pass by zero or more contiguous delimiters in the parse area before parsing.
要跳过开头的分界符号是为了在分析之前跳过零或多个连续的分界符号。
www.figtaiwan.org
5.
Combining STDOUT and STDERR in this way prevents STDERR output from showing up on the system console and enables the program to parse it.
以这种方法合并STDOUT和STDERR,将阻止STDERR输出在系统控制台上显示并允许程序解析它。
www.ibm.com
6.
In the D-PARSE prototype, the interaction framework is implemented. It provides the means for the user's real-time interaction.
D-PARSE原型系统实现了交互框架,为用户的实时交互提供了手段。
soso.361xs.com
7.
See Resources for another article within the System Administration Toolkit that contains information on how to parse these files.
有关系统管理工具包中包含的介绍如何分析这些文件的其他文章,请参阅参考资料。
www.ibm.com
8.
In fact, I've gotten so lazy, I'm not sure if I'd remember how to parse an event message by hand any more.
我也变得如此懒惰。我甚至不确定是否还记得如何手动解析事件消息。
www.ibm.com
9.
When detected that the host device includes a native device driver, the native device driver is used to parse the delivered array of bytes.
当探测到所述主机装置包含本机装置驱动程序时,使用所述本机装置驱动程序来剖析所述所递送的一系列字节。
ip.com
10.
Files, put them in your web directory and the server will automatically parse them for you.
文件,并把它们放置到web目录中,服务器将神奇地自动解析这些文件。
in.php.net
1.
For more help on this topic, look carefully at the Parse: : RecDescent perldoc page and the tutorials that come with the module.
关于这方面的更多帮助,可以仔细查看Parse::RecDescentperldoc页面和该模块所带的教程。
www.ibm.com
2.
If you need small bags of chips, buy a big bag and then parse it out into baggies.
如果你需要几包薯条,买一包大的,然后分一下就好了。
www.elanso.com
3.
csv is the ruby module that deals with CSV files. It has methods to create, read and parse such files.
csv是负责处理CSV文件的Ruby模块,它拥有创建、读取和解析CSV文件的方法。
www.ibm.com
4.
In other words, this governs the shape and content of the parse tree that's constructed by the parser.
换句话说,该构造管理由解析器构造的解析树的形状和内容。
www.ibm.com
5.
On the 'Parse and Index' tab on the next page, launch the indexer process.
在下一页面的“ParseandIndex”选项卡中,启动indexer流程。
www.ibm.com
6.
You have also gained some insight into the basic mechanisms used to process and parse command line arguments in the application.
另外,您还对用于处理和解析应用程序中的命令行参数的基本机制进行了一些了解。
www.ibm.com
7.
To get the CanaryHandler program off to a good start, I've used Apache Commons CLI to parse the command-line arguments (see Resources).
为了让CanaryHandler程序有一个良好的开端,我使用ApacheCommonsCLI解析命令行参数(见参考资料)。
www.ibm.com
8.
You parse each feed to get the title of the feed and then, as before, output a list of the available feeds and expect an input number.
解析每个提要来获得提要标题,然后像以前一样输出可用提要列表,并等待输入数字。
www.ibm.com
9.
I use the term parse order for the order in which elements are reported by a parser.
我将解析器报告元素的顺序称为解析顺序。
www.ibm.com
10.
In this case, you need to parse the number, turning it from a string into a number.
在本例中,需要解析数字,并将其从一个字符串转变成一个数字。
www.ibm.com
1.
Provides regular expressions used to parse ASP. NET files.
提供用于分析ASP.NET文件的正则表达式。
msdn2.microsoft.com
2.
In Init stage, it should parse the media and by this load engine's program to start engine, and malloc share memory.
初始化根据媒体的解析来加载启动视频引擎并实现握手,同时分配系统共享内存空间。
www.boshuo.net
3.
The document interface has the advantage of providing several useful methods to parse the contained elements.
在提供几种有用的方法来分析所包含元素的语法方面,文档接口具有一定的优势。
www.ibm.com
4.
Without a doubt, an opcode cache is the first step in speeding up PHP by removing the need to parse and compile a script on every request.
毫无疑问,一个操作码缓存是通过在每次请求后消除解析和编译脚本的需要来加速PHP的第一步。
www.ibm.com
5.
For very large datasets, it's hands down the fastest format, beating out even natively executed JSON in parse speed and overall load time.
对于非常大的数据集,它是最快的传输格式,甚至可以在解析速度和下载时间上击败本机执行的JSON。
blog.sina.com.cn
6.
A modification of the original script is to parse the message contents and file the mail according to the e-mail sender or subject.
对原始脚本的一处修改是解析消息内容,并根据电子邮件发送者或者主题对邮件进行归档。
www.ibm.com
7.
And for those writing Web tools and services, Atom is much easier to parse and process than hAtom.
并且对于那些文字Web工具和服务,Atom比hAtom更易于解析和处理。
www.ibm.com
8.
Spark can potentially be used for full-cycle code compilers interpreters, not only for the "parse and process" job I look at.
Spark还可以进一步用作完整周期的代码编译器解释器,而不是只用于我所描述的“解析并处理”的任务。
www-128.ibm.com
9.
With this XML nodeset available to you, all you have to do is load SimpleXML to quickly parse the rate-limit status.
有了这个XML节点集后,您所要做的就是加载SimpleXML来快速解析速率限制状态。
www.ibm.com
10.
If you're familiar with parsing, you'll quickly realize that the second argument to the parse function is equivalent to providing a BNF.
如果熟悉解析的话,将很快就明白parse函数的第二个参数相当于提供了一个BNF。
www.ibm.com
1.
The maximum number of controls a parser can parse for a page.
分析器可为单个页分析的最大控件数。
msdn2.microsoft.com
2.
An expression builder might require additional information about the containing page to evaluate or parse the expression value.
表达式生成器可能需要有关包含页的更多信息才能计算或分析表达式值。
msdn2.microsoft.com
3.
Total number of data blocks physically read from the data files on disk for all parse, execute, or fetch calls.
解析、执行、获取过程中从硬盘上的数据文件物理读取的数据块的个数。
blog.sina.com.cn
4.
A new field is added to the form (htmlBinderUNID) to parse the binder's UNID from the URL query string, if it exists.
将新的字段添加到表单(htmlBinderUNID),以便从URL查询字符串解析活页夹的UNID(如果存在)。
www.ibm.com
5.
I read a combat log parse critically , and the following are the questions that the statistics can help me answer.
我读了剖析批判战斗记录,以下是关于这些问题的统计资料,可以帮助我的答案。
www.showxiu.com
6.
Parse the plugin. xml file to get the plug-in ID and plug-in version, and store the information in a data structure.
对plugin.xml文件进行分析,获得插件ID和插件版本,并将这些信息保存到一个数据结构中。
www.ibm.com
7.
Parse the statement text to determine which permissions were applied.
分析语句文本可确定应用了哪些权限。
msdn2.microsoft.com
8.
It caches these compiled scripts as a series of opcodes to avoid the parse and compile steps for every request.
它作为一系列操作码缓存这些编译脚本,以避免为解析和编译每个请求步骤。
www.ibm.com
9.
Parse simply renders the output as the array that I mentioned before.
解析操作仅将输出作为我之前提到的阵列呈现。
www.ibm.com
10.
Using string analysis, the analyzer can parse and understand the SQL statements being passed to the database.
使用字符串分析,分析者可以从语法上分析和理解被传递到数据库的SQL说明。
www.ibm.com
1.
To resolve this condition, fix the parse or compile error in the specified file or undo the change that cause the parse or compile error.
若要解决此问题,请修复指定文件中的分析或编译错误,或者撤消导致分析或编译错误的更改。
msdn2.microsoft.com
2.
Lex and yacc can be used to parse fairly simple and regular grammars.
lex和yacc可以用来解析相当简单和规则的语法。
www.ibm.com
3.
The increase in performance can be significant, and you should consider using fast parse in these data flow components if you can.
性能的提高可能是重要的,如果可能,应当考虑在这些数据流组件中使用快速分析。
msdn2.microsoft.com
4.
In a CGI environment, it's the CGI script's responsibility to parse the extra path information.
在CGI环境中,是由CGI脚本负责解析额外路径信息。
www.ibm.com
5.
Using regular expressions, you can do complex validation of user input, parse user input and file contents, and reformat strings.
使用正则表达式,您可以对用户输入进行复杂的检验、解析用户输入和文件内容,以及重新格式化字符串。
www-128.ibm.com
6.
It would be your job to parse them and convert them to their original data types.
如何解析这些列和将其转换成原来的数据类型是您的工作。
www-128.ibm.com
7.
The stochastic syntax-parse model named LSF is discussed and the results have practical value on robots question answer system.
论述了LSF随机化句法分析模型,其分析结果对于机器人的自动应答系统具有实际应用价值。
www.ceps.com.tw
8.
With this method, you parse your arguments to your function and do your calculation.
使用此方法,您可以解析函数的参数并执行计算。
www.ibm.com
9.
A cmdlet should not parse its own arguments and it should not specify a presentation for errors.
Cmdlet不可以分析自己的参数,也不可以为错误指定表示方式。
msdn.microsoft.com
10.
Info mismatch between compiler and debugger GDB could not parse a type specification output by the compiler.
GDB不能分析编译器产生的某种类型的说明。
wiki.chinaunix.net
1.
Certain points in the parsing algorithm are said to be parse errors.
解析算法中的某些地方被视为解析错误。
www.infoq.com
2.
Perhaps the more common technique is to parse and process non-Python declarative languages as data.
或许更为常用的技术是将非Python声明性语言作为数据来解析和处理。
www.ibm.com
3.
By default, the actions in a function body are only performed on a final parse.
默认情况下,函数体中的动作只作用于最终解析。
www.ibm.com
4.
XML parsers normally parse all the text in an XML document.
解析器通常会解析XML文档内的所有文本内容。
www.w3pop.com
5.
And before searching for data within a XML file, programmers must first open and parse the file.
在XML文件内搜索数据之前,程序员必须先打开和解析该文件。
www.ibm.com
6.
If you're familiar with the way other languages create or parse XML, you'll immediately recognize how easy it is in RoR.
如果您熟悉使用其他语言创建或解析XML,就会立即发现在RoR中也是如此容易。
www.ibm.com
7.
However, you use the factory to create parsers, not to parse documents directly.
但是使用工厂是为了创建解析器而不是直接解析文档。
www.ibm.com
8.
A custom culture date and time string can be complicated, and therefore difficult to parse.
自定义区域性日期和时间字符串可能非常复杂,所以很难分析。
msdn2.microsoft.com
9.
The basic report and the Parse_Dps extractor can be configured so that they create a table from multiple requirement objects.
基本报告和Parse_Dps提取器可以得到配置,这样它们会从多个需求对象创建一个表格。
www.ibm.com
10.
All code is parsed by the RDoc "parse_files" method and then we take the parsed structure and analyze it.
所有代码都通过RDoc的“parse_files”方法解析,之后我们得到一个经解析的数据结构并进行分析。
www.infoq.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/4/8 19:19:50