parse

parse

美 [pɑrs]  英 [pɑː(r)z]

  • v.(对句子)作语法分析;作句法分析
  • 网络解析;剖析;分析语句

词形变化

第三人称单数:parses  现在分词:parsing  过去式:parsed  

同义词

英汉双解

v.
1.
~ sth
(对句子)作语法分析;作句法分析to divide a sentence into parts and describe the grammar of each word or part

英汉解释

v.
1.
【语】从语法上分析;解析(词句等)

英英解释

v.

例句

But to be truly multi-lingual we're going to want to be able to understand (parse) JSON, not just speak it.

若要实现真正多种标准并存我们理解解析JSON不是简单介绍

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

Another advantage is - especially for professional Game Projects - that it's not so easy to parse our file format.

这样另外一个好处-尤其是对于专业游戏软件工程来说-转换我们文件格式并不是一件容易事情

As Christ said, the mark of a Christian is not her ability to parse other's beliefs and actions.

基督基督徒标志不是能力分析别人信念行动

As you can see, using favoring attributes over child tags leads to a smaller file size and a significantly faster parse time.

正如看到使用标签相比使用属性文件尺寸特别是解析时间更快

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知道采取哪个动作之前必须读取两个标记那么无法解析语法

Informs the code model whether the current parse has completed and if it had errors.

通知代码模型当前分析是否完成以及是否出错

It would be nice to be able to parse the XML efficiently, but with a more intuitive programming model.

如果能够高效地解析XML而且可以使用直观编程模型

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请求加入任何载荷因为没有包含相关解析代码

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代码返回信息

Wherever you get your raw data, the reader is now set up and ready to parse.

无论何处获取原始数据现在建立阅读器解析做好准备

That said, namespaces make it a lot tougher to parse and manage the data.

这就是说命名空间增加数据解析管理难度

For the most part, you as a developer do not have to read, parse, and understand the internals of a WSDL file.

大多数情况开发人员不必读取解析了解WSDL文件内部细节

Second, we must distinguish whether the complexity is to create, to read, to parse, or to process?

其次必须区分复杂性表现哪些方面创建读取解析处理

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返回单个字符串可能有些吃不消

The DFA construction algorithm converts this parse tree into a set of states, as the previous column explains.

篇专栏文章解释DFA构造算法解析转换状态

You're also specifying JSON as the return type, which will make it easy to parse the data from JavaScript.

此外返回类型指定JSON使解析来自JavaScript数据变得十分简单

You can parse the statement text to determine which permissions were applied to which columns.

可以分析语句文本确定应用权限情况

There is good reason for that: It's easy to parse structured data.

这样原因结构化数据容易解析

This method is intended for debugging only, as it lets me compare the result of a parse with expected results.

只是打算调试使用这个方法可以期望结果解析结果比较

A parse of a sentential form is the construction of a derivation and possibly a syntax tree for it.

句型分析某个推导或许语法构造过程

With thick clients, the devices would have to be able to parse and assemble Web service messages.

客户端设备分解组装Web服务消息

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文档也是非常容易

Such a rudimentary parse of the text file would not catch minor corruption in the data.

这种文本文件进行基本语法分析不会捕获数据较小损坏

Computers must be able to parse the public domain status of works to communicate its usefulness to the public.

这样的话计算机能够识别公有领域作品公众传达它们有效性

The Error List window displays the name of the application , project file, and location of the line that does not compile or parse .

错误列表窗口显示应用程序名称项目文件以及无法编译分析所在位置

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应用程序解析使用响应

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所示

By Googling, we are supplying the company data with which to parse and analyze us.

Google搜索同时我们提供他们用来解析我们数据

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!

本文力图阐明理念并不需要了解很多有关正规解析理论进行解析

I start with a very simple regexp: Imagine that the text you have to parse is just the name of a person.

一个非常简单regexp开始假定必须解析文本只是人名

Then click Import File below and Address Book will perform a sample parse of the file for you to review .

然后单击下面导入文件”,通讯簿执行文件样本分析程序审阅

Finally, we parse the returned string to determine which note is associated with which buddy.

最后解析返回字符串判断通知好友之间具体关联

Also, they typically required non-standard SQL extensions to understand how to parse the data into a XML column.

另外它们通常需要标准SQL扩展理解如何数据解析XML

A sample servlet implementation that uses XPath to parse the data out of the incoming message is shown in Listing 3.

使用XPath传入消息解析数据示例servlet实现清单3

Certainly linguistics , being able to parse documents and gather knowledge from documents , is one that's very important .

确定语言学能够剖析文件而且聚集来自文件知识非常重要

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

You write it as a string with a certain syntax that allows the database to parse it into the specialized data type.

按照特定语法编写字符串数据库解析特定数据类型

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?

此时客户机需要解析修改文件然后传输服务器这种模式工作原理什么

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).

但是需要他们输入内容成为处理解析格式或者数据显示用户习惯格式格式)。

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代码分隔单词