网站首页  词典首页

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

 

单词 parsing
释义

parsing

美 [pɑrs]
英 [pɑ?(r)z]
  • v.语法分析;【语言学】从语法上分析
  • n.〔计〕语法分析;〔语〕分析;语法分析器
  • 网络解析;句法分析;解析过程
第三人称单数:parses  过去式:parsed  
v.
analyse,describe,break down,explain,construe
v.
1.
语法分析
2.
【语言学】从语法上分析,解析(词句等)
n.
1.
〔计〕语法分析
2.
〔语〕分析
3.
语法分析器

例句

释义:
1.
When parsing XML, UAs do not always read the DTD, and thus may not know what the ID of an element is.
当解析XML时,浏览器不会总去读取DTD,因此可能会不知道一个元素的ID是什么。
donse.org
2.
In general, it is necessary to determine whether or not a name denotes one of these entities before parsing the program that contains it.
在解析一个程序前,通常需要确定某个名字是否指示这些实体。
dictsearch.appspot.com
3.
Parsing this syntax is equally ambiguous, and you must know the layout of an XML response ahead of time to be able to make sense of it.
语法解析同样含混,你必须先知道XML响应报文的布局,然后才能搞清楚它的含义。
blog.sina.com.cn
4.
An alternate implementation of this program might be more efficient if it used the SAX parsing method, rather than DOM.
这个程序的另一个实现可嫩更有效,如果使用SAX解析方法而不是DOM。
www.ibm.com
5.
Parsing of XML data is often done with a SAX-style parser.
XML数据解析通常是使用一个SAX风格的解析器完成的。
www.ibm.com
6.
In other words, your program should be able to recover from this sort of error rather than having to stop parsing and processing.
换句话说,程序应该能够从这类错误中恢复,而不是停止解析和处理过程。
www.ibm.com
7.
However, there's a price to pay for so faithfully representing an XML document: DOM parsing tends to be memory intensive.
但是,这样如实地表示XML文档需要付出一定的代价:DOM解析往往需要占用很多内存。
www.ibm.com
8.
I believe the SimpleXML API, with its support for querying XML documents using XPath, is one of the easiest XML-parsing APIs to use.
我认为由于支持使用XPath查询XML文档,因此SimpleXMLAPI是最易于使用的XML解析API之一。
www.ibm.com
9.
Validation is still something that's tightly linked to parsing, so expect a little bit of time to pass during the validation process.
验证仍然和解析紧密联系在一起,因此验证过程需要一点儿时间。
www.ibm.com
10.
In traditional parsing, a sentence is mainly seen as a sequence of individual words, as if it has only a linear structure.
在传统分析中,一般把句子看作若干个前后相接的单词的序列,好象句子只有一个线形结构。
tiantian3519.blog.163.com
1.
When the result of parsing the RSS feed content is false, that means there was an error in the received RSS feed content.
如果解析RSS提要内容的结果为false,就意味着在所收到的RSS提要内容中存在错误。
www.ibm.com
2.
As you know, SAX parsing requires you to write a ContentHandler that processes parser events.
您知道,SAX语法分析要求您编写处理语法分析器事件的ContentHandler。
www.ibm.com
3.
This article would not be complete if it failed to mention an alternative to parsing in the form of XML marshaling libraries such as Castor.
如果不提到另一种选择,即XML编组库形式的解析,如Castor,本文就不完整。
www.ibm.com
4.
It would be just as easy to include the numbers 1, 20, 75, 50 in a file and thus avoid any need for parsing the script text.
你可以简单的在文件中包含1、20、75、50这样的数字,从而避免对解析脚本的需求。
dict.bioon.com
5.
Parsing the contents of the log can be an effective way to determine any problems with jobs that don't seem to execute properly.
分析日志的内容是确定可能未正确执行的作业中存在某些问题的有效方法。
www.ibm.com
6.
The difference here is that we read the payload into a byte array instead of a String, because that makes parsing it a little easier.
这里的不同之处在于,我们将该有效负载读入字节数组而不是字符串,因为这使得解析它比较容易。
www.ibm.com
7.
To which is still unable to complete the parsing, chooses certain widest subtrees compulsion matched and then outputs.
对依然无法完成的分析,选择若干最宽子树强制匹配输出。
dictsearch.appspot.com
8.
This tool provides tree and node classes which make it easy for you to partition your code into separate parsing and action classes.
该工具提供树和节点类,使您易于将代码分成单离的解析和动作类。
www.ibm.com
9.
Therefore, all XML parsing, serialization, query execution, and comparisons must take place in a Unicode code page.
因此,所有XML解析、串行化、查询执行和压缩都必须在Unicode代码页范围内进行。
www.ibm.com
10.
Now we have covered everything in the Model class, so we are ready to move on to parsing the data that comes back from Flickr.
现在我们已经了解了Model类中的所有内容,接下来我们继续解析来自Flickr的数据。
www.ibm.com
1.
The initial cost of a plug-in is only the parsing of its manifest .
插件的最初开销只是对其清单的解析。
www.bing.com
2.
In a nutshell, a doclet is a Java class to which Javadoc passes the result of parsing the Java class.
简而言之,doclet是一个Java类,Javadoc将解析Java类的结果传递给doclet。
www.ibm.com
3.
Syntactic interoperability is all about parsing data correctly.
语义互操作性就是正确地解析数据。
www.ibm.com
4.
So, from parsing the Twitter feed, you know that you need to pipe it through sed first to get a real, legible result.
通过解析Twitterfeed,您知道需要首先用sed对它进行处理,以得到一个真正的、易读的结果。
www.ibm.com
5.
Contrast this to HTML parsing which has always been asynchronous so that parts of the document become available as they're parsed.
对比XML解析与HTML解析,后者一直都是异步的,这样文档的各个部分在解析后就可以使用了。
www.ibm.com
6.
This process is known more formally as parsing (or to be more precise, tokenizing, lexing, and parsing).
这个过程更正式的称呼是解析(parsing)(更准确地说,是标记解释(tokenizing)、词法解析(lexing)和语法解析)。
www.ibm.com
7.
The current set of traces are very malleable and mostly used for preliminary parsing.
目前的跟踪集还非常不稳定,主要是用于初步的分析。
www.ibm.com
8.
The use of that module is beyond the scope of this article, but we recommend it for greater precision when parsing Perl codes.
模块的使用不在本文范围之内,但是在解析Perl代码时,为更精确我们建议使用它。
www.ibm.com
9.
and parsing at least a portion of a first data message to enable at least one reply option to the first data message.
以及对第一数据消息的至少一部分进行解析,以便启用至少一个针对第一数据消息的应答选项。
www.bing.com
10.
Sending out e-mails or parsing and validation of incoming data are just a few examples.
发送电子邮件或者分析和验证传入数据就是这样的一些例子。
www.cnblogs.com
1.
The XML portion of a query is converted to the XML world for parsing by the XML parser, and for output (serialization) of the XML value.
查询的XML部分被转换到XML世界,以便XML解析器进行解析以及XML值的输出(串行化)。
www.ibm.com
2.
However, line-by-line parsing is not always what you want.
但是,您并非总是需要逐行解析。
www.ibm.com
3.
Here they were shown to be capable of creating a UI parsing engine with several significant advantages over homegrown approaches.
这里可以看到,它们创建的UI解析引擎能够比自创的方法具有更显著的优势。
www-128.ibm.com
4.
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
5.
Yes, all that JavaScript communications and data parsing code with lots of tricks for multi-browser support.
没错,为了实现多浏览器的支持,所有JavaScript通信和数据解析代码都包含了大量技巧。
www.ibm.com
6.
There was an error parsing the default action command associated with this location.
处理与此位置关联的默认操作命令时出错。
www.showxiu.com
7.
The overall performance impact on parsing depends on the number of characters in a document relative to the number of new lines.
对于解析过程的总体性能影响取决于文档中与新行数目相关的字符数。
www-128.ibm.com
8.
Here's where XHTML comes in; it defines a strict set of rules, allowing for fast parsing and cross-platform rendering of your XHTML.
这正是XHTML发挥作用的地方,它定义了一组严格的规则,以便能够快速解析和跨平台呈现XHTML。
www.ibm.com
9.
That's right, Sandra Bullock, the star of the movie, was parsing the tiniest details of her character's costume with the designer.
不错,桑德拉布拉克,电影明星,她在和设计师解读主人公着装的那些最细微之处。
www.bing.com
10.
Components that do not require parsing of the SOAP Envelope will provide the best performance gains.
不需要对SOAPEnvelope解析的组件将提供最佳的性能收益。
www.ibm.com
1.
Method performs no parsing; an end-of-line character within a delimited field is interpreted as the actual end of the line.
方法不执行分析;分隔字段中的行尾字符被解释为实际的行尾。
msdn2.microsoft.com
2.
The support for selective parsing enables the selective parsing of the header of a SOAP message; the body is left unparsed.
支持选择性解析实现了选择性解析SOAP消息头的,而不解析消息体。
www.ibm.com
3.
One particularly handy aspect of Hadoop is that it handles the raw parsing of an input file, so that you can deal with one line at a time.
Hadoop可以对输入文件进行原始解析,这一点特别有用,这样您就可以每次处理一行。
www.ibm.com
4.
Finally, you'll see that all the previous listings explicitly load the class definition files, before parsing the XML definitions and data.
最后,您将看到,在解析XML定义和数据之前,上文中的所有清单都可以显式地加载类定义文件。
www.ibm.com
5.
The first was the overhead of parsing the XML message into field values to be inserted into the logging database.
首先是将XML消息解析成字段并插入登录数据库的开销。
www-128.ibm.com
6.
The contents of the authenticated user's library can also be obtained as an Atom feed, suitable for parsing in a PHP application.
验证用户的图书馆的内容也可以作为一个Atom提要获取,以便在PHP应用程序中解析。
www.ibm.com
7.
Therefore, text parsing in these languages requires the identification of word boundaries, which can be a very difficult task.
因此,这些语言中的文本解析需要标识单词的分界,而这是一项十分困难的工作。
www.ibm.com
8.
SAX, as you may know, is an event-oriented programming API for parsing XML documents.
正如您可能知道的,SAX是一个用于解析XML文档的面向事件的编程API。
www.ibm.com
9.
This note-parsing routine must be matched with a similar routine that stores the buddy notes on the server in the expected format.
这个通知解析例程必须与将好友通知以期望格式保存在服务器中的类似例程匹配。
www.ibm.com
10.
Figure 3 shows what winds up in the Log after parsing the JSON array following a typical run of the application.
图3展示了应用程序的典型运行中解析JSON数组之后Log中的内容。
www.ibm.com
1.
Finally, I tested the parsing by checking to see if the object contained a cooling rate multiplier.
最后,通过检查此对象是否包含冷却率乘数测试解析过程。
www.ibm.com
2.
Then it's just a matter of parsing the Web feed to extract the desired information.
那么问题只在于解析Web提要以提取所需信息。
www.ibm.com
3.
For instance, a common problem is to push XML parsing technologies used in the construction of views into the business layer.
例如,一个常见的问题就是将在构建视图时使用的XML解析技术直接应用到业务层。
www.ibm.com
4.
Parsing expression grammars (PEGs) are simple to write and easy to maintain.
解析表达式语法(PEGs)编写简单、易于维护。
www.infoq.com
5.
Called by an ASP. NET page parser to notify a filter when the parsing of a page is complete.
由ASP.NET页分析器调用,以在完成对页的分析时通知筛选器。
msdn2.microsoft.com
6.
Processing of the response typically consists of parsing the returned XML (or other contents), and using this data to update the DOM tree.
响应处理通常涉及到解析返回的XML(或其他内容)和使用此数据来更新DOM树。
www.ibm.com
7.
Get some background about parsing extensions and, specifically, what parsing methods are best suited to what types of XML documents and why.
获得有关解析扩展,尤其是哪种解析方法最适合哪种类型的XML文档以及为什么如此的背景知识。
www.ibm.com
8.
The script starts by parsing parameters and breaking the launch and terminate functions into a case statement.
这个脚本在开头解析参数,将launch和terminate函数调用放到case语句中。
www.ibm.com
9.
Then the SAX parsing is handled manually with the returned handler as the means of dealing with content.
然后,使用返回的处理程序手动处理SAX解析,对内容进行处理。
www.ibm.com
10.
But before I go further, let me make a quick detour into the theory of parsing.
但在深入探讨前,先来快速介绍一下解析理论。
www.ibm.com
1.
if you check these characters first , you can filter out a lot of the chaff and save time by parsing only the most likely candidates.
通过首先检查这些特征,就可以过滤掉大量不合要求的内容,仅处理最有可能的文档,从而节约了时间。
www.ichacha.net
2.
When a SAX parsing process runs across this entity reference, it has to resolve the entity into another piece of content.
当SAX解析过程运行到该实体引用时,它必须将该实体解析成另一段内容。
www-128.ibm.com
3.
As a result, the specialized preprocessor is at least 10 times faster than any solution with XML parsing.
所以,这个专业的预处理器比其他任何的XML解析方案都要快至少10倍。
www.ibm.com
4.
In these situations, a message dictionary must be deployed to a broker installation to facilitate parsing.
在这些情况下,代理的安装中必须要有消息字典的部署,以方便进行解析。
www.ibm.com
5.
The only step left is to register your error handler implementation with the parsing process.
剩下的惟一步骤是将错误处理实现注册到解析过程。
www.ibm.com
6.
Decimal character references can be used in any XML fragment and is replaced by the actual code point during XML parsing.
十进制字符引用可以在任何XML片段中使用,并且在XML解析期间被实际的代码点替换。
www.ibm.com
7.
It was important not to ignore these errors, which sometimes indicated that parsing of the file had failed completely.
(重要的是不要忽略这些错误,他们有时指出文件的解析完全的失败了)。
www.ibm.com
8.
But the disadvantage is that they are a bit harder to use because all of the state needs to be stored in the host object during parsing.
但是缺点是比较难以使用,因为在解析期间,所有的状态都需要存储在主机对象中。
www.ibm.com
9.
To understand JAXP's parsing and validation features, you'll wade through very little tricky material.
要理解JAXP的解析和验证特性,您需要阅读比较晦涩的资料。
www.ibm.com
10.
In stream parsing, only the node currently being parsed is accessible, and editing the XML, as a document, is not possible.
在流解析中,只能访问当前解析的节点,并且不能将XML作为一个文档来编辑。
www.ibm.com
1.
Parsing is one of the important fundamental tasks of Natural Language Processing(NLP).
句法分析是自然语言处理的一个重要的基础任务。
www.fabiao.net
2.
NET page framework during parsing and is not intended to be called directly in you code.
NET网页架构在剖析期间呼叫,并不适合从程式码直接呼叫。
technet.microsoft.com
3.
Virtually all System. Xml components are built on top of the concept of parsing XML.
实际上,所有System.Xml组件都是基于分析XML的概念构建的。
msdn2.microsoft.com
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.
Use default parsing behavior that discards insignificant white space and does not allow for an internal DTD subset.
使用默认的分析行为,即放弃无用的空格,且不允许使用内部DTD子集。
msdn2.microsoft.com
6.
Additionally, knowing where parsing errors occured in the original source can be very time saving.
另外,知道解析错误在源文件中的发生位置可以节省大量时间。
zyilxm.blog.163.com
7.
PHP has no shortage of effective ways for reading and parsing files.
PHP不缺读取和解析文件的有效方法。
www.ibm.com
8.
The new parsers store additional parsing information (problems, node locations) in an ILocationResolver instead of a callback object.
新解析器在一个ILocationResolver中存储额外的解析信息(问题、节点位置),而不是存储在回调对象中。
www.ibm.com
9.
To clarify names and bindings, I debugged the CDT's parsing of the Hello World program and provided the AST breakdown shown in Figure 3.
为澄清名称及绑定,我调试了CDT对HelloWorld程序的解析并在图3中提供了AST的分解。
www.ibm.com
10.
With a few simple constructs it can be used for almost any parsing task.
通过几个简单构造就可以用它完成几乎所有的解析任务。
www-128.ibm.com
1.
The parsing process will convert the incoming V5 query spec and any potentially embedded SQL or MDX queries into a tree representation.
解析过程会将传入的V5查询规范或任何潜在的嵌入式SQL或MDX查询转换成一个树表示。
www.ibm.com
2.
I have also seen various convoluted methods of parsing such a list into an actual list to determine the correlated records.
我见过各种复杂的方法,它们将这类列表解析为实际列表以确定相关记录。
blog.sina.com.cn
3.
This reduces the costs of parsing and writing the message, and might improve performance in other parts of the message flow.
这降低了解析和编写消息的成本,并且可能改进消息流其他部分中的性能。
www.ibm.com
4.
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
5.
As you learned in Part 1, JAXP is a layer over SAX and DOM that enables Java programmers to perform vendor-neutral XML parsing.
在第1部分中了解到,JAXP是位于SAX和DOM之上的层,它允许Java程序员执行开发商中立的XML解析。
www.ibm.com
6.
Coercive parsing -- XML messages specially constructed to be difficult to parse to consume the resources of the machine.
强制性解析——有意构造难以解析的XML消息,以消耗计算机资源。
www.ibm.com
7.
At the core of these differences is the parsing technology that's used when unmarshalling documents.
这些差别的核心是对文档进行数据编出时所使用的解析技术。
www.ibm.com
8.
So far, you've seen validation largely as a totally separate function from parsing.
到目前为止,我们一直把验证作为独立于解析的单独部分。
www.ibm.com
9.
knowledge of the presentation of primary school science teaching in terms of surface structure parsing description.
知识呈现方式等方面对小学科学教材的表层结构进行解析说明。
www.fabiao.net
10.
Gets or sets the object used for evaluating the expression during page parsing.
获取或设置用于在页的分析过程中计算表达式的对象。
msdn2.microsoft.com
1.
Gets or sets the object used for evaluating the expression during page parsing.
获取或设置用于在页的分析过程中计算表达式的对象。
msdn2.microsoft.com
2.
The second set of tools includes software libraries that will add parsing and XML-generation features to your application.
第二套工具包括将解析和XML生成特性添加到应用程序的软件库。
www-128.ibm.com
3.
then the invalid character is rejected , but parsing continues with the next character in the input string.
那么将拒绝无效字符,但会继续分析输入字符串中的下一个字符。
www.ichacha.net
4.
Description: An error occurred during the parsing of a resource required to service this request.
说明:在分析向此请求提供服务所需资源时出错。
blog.csdn.net
5.
This makes parsing the document a little more complex than it might be.
这使得解析文档比看起来更复杂一些。
www.ibm.com
6.
Chinese syntactic parsing is a key of Chinese study and Chinese information processing, as well as a difficulty.
中文句法分析是汉语研究和信息处理中的一个关键环节,同时也是难点之一。
www.dictall.com
7.
This class is responsible for parsing the configuration parameters files and holding override properties for the duration of the execution.
该类负责分析配置参数文件并控制运行过程中的重载属性。
www.ibm.com
8.
This involves a detailed process of parsing the entry name and converting it into a compatible format.
这需要解析条目名称并把它转换为兼容的格式。
www.ibm.com
9.
Additionally, none of the images referenced from the CSS will be downloaded unless the CSS parsing is complete.
此外,没有任何图像参照参考CSS将被下载,除非这个CSS解析已经完成。
www.bing.com
10.
The most common means of parsing XML using SAX is simply to instantiate the vendor-provided implementation class.
使用SAX分析XML的最常用方法就是实例化供应商提供的实现类。
www.ibm.com
1.
This class is a thin wrapper around one of the many Java-based XML parsing and validation tools available.
这个类是许多基于Java的XML语法分析和确认工具之一的一个简单封装。
www.ibm.com
2.
The main method then proceeds to delegate the parsing of the argument to a CmdLineParser object, which then returns an Options object.
main方法然后会将参数解析委托给CmdLineParser对象,后者将返回Options对象。
www.ibm.com
3.
Do not expect the ESB Gateway to perform low level formatting or parsing of non-standard data formats.
不要期望ESBGateway对非标准的数据格式执行低级格式化或解析。
www.ibm.com
4.
Configures the parsing of custom Uniform Resource Indicator (URI) schemes by the System. Uri class.
配置System.Uri类对自定义的统一资源标识符(URI)方案的分析。
msdn2.microsoft.com
5.
It was to perform well, providing fast parsing and serialization of Atom documents.
它必须具有良好的性能,能快速地解析和序列化Atom文档。
www.infoq.com
6.
Project deliverables include support for editing, debugging, makefile generators, parsing, searching, and content assistance.
可交付的工程包括对编辑、调试、makefile生成器、语法分析、搜索和内容辅助的支持。
www.ibm.com
7.
Any path in an SVG file can be located by parsing the XML or using advanced techniques like XQuery or XPath.
SVG文件中的任何一条路径都可以通过解析XML或使用像XQuery或XPath这样的先进技术被定位。
www.ibm.com
8.
Eugenio: WIF is designed to abstract developers away from all the details of validating, parsing and exchanging security tokens.
Eugenio:WIF的设计目的就是让开发人员远离身份验证的所有细节,包括校验,解析和交换安全令牌。
www.infoq.com
9.
After the parsing ends, we need to update the UI with the parsing results using its own UI thread, not the thread that did the parsing.
解析结束后,我们需要通过它自己的UI线程(而不是执行解析的线程)使用解析结果来刷新UI。
www.ibm.com
10.
Listing 3 is instructive because so much of Rexx usage has to do with parsing, managing, and rearranging results from other facilities.
清单3很有启发意义,因为Rexx主要用于对来自其他工具的结果进行解析、管理和重新排列。
www.ibm.com
1.
Editor features include syntax highlighting, SQL formatting, content assist, statement parsing and validation, and semantic validation.
编辑器具有语法高亮显示、SQL格式化、内容补全、语句解析与验证和语法验证等特性。
www.ibm.com
2.
This leads to the next topic of parsing the returned results, the contacts, on the client to display them.
这就引出了下一个话题,在客户机上解析返回的结果(即联系人),以便显示。
www.ibm.com
3.
The potential for automated parsing with open-source validating parsers also influenced adoption of this guideline.
用开放源码验证解析器进行自动解析的可能性也影响这条指导原则的采用。
www.ibm.com
4.
The sample used an uninitialized Transformer to save the result of the parsing.
样本使用未初始化的Transformer来保存解析结果。
www.ibm.com
5.
You don't need anything as complicated as an automated parser generator to do most simple, everyday parsing tasks.
要完成最简单的日常解析任务,您不需要使用象自动化解析器生成器那样复杂的任何东西。
www.ibm.com
6.
The XML domain provides basic parsing and writing facilities, checks that input messages are well-formed, but does not validate them.
XML域提供了基本的解析和编写工具来检查输入消息是否格式良好,但是却不对其进行验证。
www.ibm.com
7.
Avoiding XML parsing at insert time can be a performance benefit, especially in CPU-bound systems.
避免在插入时进行XML解析对性能有益,对于CPU-bound型系统尤其如此。
www.ibm.com
8.
It isn't handling anything particularly difficult, just straightforward parsing and categorization of the returned tokens.
它不处理任何特别困难的操作,只是对所返回的标记进行简单的解析和分类。
www.ibm.com
9.
Similarly, CDT parsing starts with a Reconciler object, which listens for the same type of events.
同样的,CDT解析开始于Reconciler对象,该对象监听相同类型的事件。
www.ibm.com
10.
So far, we have covered how the JWL hxclient script helps you handle date and number parsing and formatting on the client side.
到目前为止,我们已经介绍了JWLhxclient脚本是怎样帮助您处理客户端的数字分析和格式问题。
www.ibm.com
1.
By parsing this output file, you can determine the changes between the source directory and destination reference directory.
通过解析这个输出文件,可以判断出源目录和目标参照目录之间的差异。
www.ibm.com
2.
When the move is finally made to downloadable files in OFX version 2, you will be able to immediately enjoy direct XML parsing.
如果此举能最终应用到OFX版本2的可下载文件,您将能够立即享受到直接进行XML解析的乐趣。
www.ibm.com
3.
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
4.
During parsing, if a validator needs a new schema, it first checks to see if the grammar bucket has the compiled schema it needs.
在解析过程中,如果验证程序需要新的模式,它首先检查语法桶中是否包含需要的编译后的模式。
www.ibm.com
5.
This specification defines the parsing rules for HTML documents, whether they are syntactically correct or not.
本规范定了HTML文档的解析规则,无论它们语法是否错误。
www.infoq.com
6.
Twig is particularly useful for large documents, allowing processing of segments of the document without parsing the entire document.
Twig对大型文档尤其有用,它允许处理文档的各个段而无需对整个文档进行分析。
www.ibm.com
7.
Having all these methods for parsing may seem a bit confusing, but it's only tricky if you're working with both versions of SAX.
所有这些方法都用来进行语法分析可能有点令人困惑,但是,只有在使用SAX的两个版本时才会令人感到棘手。
www.ibm.com
8.
Furthermore, the work of parsing requests and marshalling responses is common to all implementations.
此外,所有的具体实现中解析请求和生成响应的工作是通用的。
www.ibm.com
9.
This tip shows how a pull approach to DOM can effectively bridge the gap between the two by offering simple, efficient parsing.
这篇技巧文章展示了DOM的拉方法是如何通过提供简单、高效的解析来高效地跨过这两者之间的鸿沟。
www-128.ibm.com
10.
The remainder of this article discusses a framework with example code for parsing and managing XML configuration files.
本文余下的内容通过示例代码介绍对XML配置文件的解析和管理。
www.ibm.com
1.
The flexibility of object embedding and composition combined with recursion opens up a unique approach to parsing.
内嵌对象的灵活性和递归的合成,开创了一个统一的分析方法。
blog.csdn.net
2.
DOM parsing on Android is fully supported. It works exactly as it works in Java code that you would run on a desktop machine or a server.
Android完全支持DOM解析,就像在桌面机器或服务器上使用Java代码运行它一样。
www.ibm.com
3.
Specifies values that succinctly describe the results of a masked text parsing operation.
指定简洁描述掩码文本分析操作结果的值。
msdn2.microsoft.com
4.
Gets an object that contains an array of culture-sensitive formatting and parsing string values that can be applied to Date type extensions.
获取一个对象,该对象包含一个由区分区域性的格式设置和分析字符串值组成的数组,这些字符串值可以应用于Date类型扩展。
msdn2.microsoft.com
5.
This would enable a programming style that doesn't spend so much time parsing keys and duplicating information between values and keys.
这将使编程风格,不花那么多时间来解析键和值之间的信息复制和钥匙。
blog.sina.com.cn
6.
For programmatic parsing of XML documents without a model, there are a set of generic XML domains: XML, XMLNS, and XMLNSC.
对于不使用模型的XML文档的编程解析,存在一组通用的XML域:XML、XMLNS和XMLNSC。
www.ibm.com
7.
Can be used to create a generalized parsing code that interfaces the element classes defined.
创建通用的解析代码,作为调用所定义元素类的接口。
www-128.ibm.com
8.
A number of libraries created for PHP allow XML parsing, and each library has its own benefits and drawbacks.
有几个针对PHP创建的库允许进行XML解析,每个库都有其优缺点。
www.ibm.com
9.
Similarly, messages created by your new code can be parsed by your old code: old binaries simply ignore the new field when parsing.
类似地,你的新代码创建的消息也能被你的老代码解析:老的二进制程序在解析的时候只是简单地将新字段忽略。
blog.csdn.net
10.
Tcl: Expect extends Tcl: It is Tcl, plus a few extra facilities for terminal management, dialogue parsing, and debugging.
Tcl:Expect扩展Tcl:它是Tcl,但是加上了一些用于终端管理、对话解析和调试的额外工具。
www.ibm.com
1.
Once parsing is complete, the application closes the reader to release any resources that it acquired during the process.
解析完成后,应用程序关闭读取器并释放解析过程中获得的资源。
www.ibm.com
2.
Software maintenance will be simplified if parsing and validating data are implemented as part of the application's business logic.
如果解析和验证数据作为应用程序业务逻辑的一部分实现,那么软件维护将会得到简化。
www.ibm.com
3.
If both attributes match between any two elements within a manifest, manifest parsing will not succeed.
如果一个清单内任何两个元素间的这两个属性匹配,清单分析将会失败。
msdn2.microsoft.com
4.
Called by the parser to inform the builder that the parsing of the control's opening and closing tags is complete.
由分析器调用以通知生成器对控件的开始和结束标记的分析已完成。
msdn2.microsoft.com
5.
But B, at its end, still needs to do all the work involved in parsing, storing and processing these received documents.
但B最终仍需要执行语法分析、存储和处理这些接收到的文档所涉及的所有工作。
www.ibm.com
6.
Relevant for inlining is the size of the document after XML parsing in DB2, not the size of the textual XML document in your file system.
与内联有关的是经过DB2解析的XML文档的大小,而不是文件系统中的原始XML文档的大小。
www.ibm.com
7.
The result shows that the method can fully describe the features of context, and is beneficial to further semantic parsing.
实验结果表明,该方法对语境信息的描述更加全面,有利于进一步的语义分析。
www.joca.cn
8.
It involves XML parsing and translates a single logical XML document insert into a series of SQL row inserts.
它涉及XML解析,并将单一逻辑XML文档插入翻译为一系列SQL行插入。
www.ibm.com
9.
When parsing is done, the meaningless (to a computer) stream of data becomes something a computer can understand.
在完成解析之后,没有意义的(对计算机来说)数据流就成为了计算机可以理解的内容。
www.ibm.com
10.
It is one of the more commonly used functions because line-by-line parsing often makes sense.
它是一个更常用的函数,因为逐行解析通常会有意义。
www.ibm.com
1.
By the way, as you will see in the examples, DParser uses no separate tokenization pass, just straight parsing.
顺便提一句,如您将在示例中所看到的,DParser不使用任何单独的标记传递,而只是直接解析。
www.ibm.com
2.
Parse method to specify that the thousand separator used by the en-US culture is used for parsing.
方法,以指定使用en-US区域性所用的千位分隔符来进行分析。
msdn2.microsoft.com
3.
A client application may decide at any time to discontinue the parsing process, and no tricks are required to stop the parser.
客户应用程序可以决定何时中止解析过程,让解析器停下来也不需要什么诀窍。
www.ibm.com
4.
Complex parameter declarations should no longer cause parsing problems in Report Designer.
复杂的参数声明不会再导致报表设计器中出现分析错误。
msdn2.microsoft.com
5.
Apache Abdera is used for Atom publishing and response parsing throughout the example.
整个例子中,使用了ApacheAbdera来进行Atom发布和响应解析。
www.ibm.com
6.
DB2 UDB accomplishes this by parsing the SQL statement to determine which tables and columns must be accessed.
DB2UDB通过解析SQL语句来确定必须访问哪些表和列,从而完成该操作。
www.ibm.com
7.
XPP suffers from requiring more steps for parsing and writing text documents, and for working with namespaces.
XPP在语法分析和编写文本文档时需要更多步骤,并且在处理名称空间时也需要更多步骤。
www.ibm.com
8.
Speed: startup and parsing speed is not as good as a straightforward matching algorithm.
速度:启动和解析速度不如简单的匹配算法。
www-128.ibm.com
9.
Uses a special exception to stop parsing, the code must recognizes that it is not an error.
使用特殊异常来停止解析,所以代码必须识别那不是一个错误。
www-128.ibm.com
10.
Finally, XML message parsing usually involves dynamically creating the memory structures (like objects) to store the retrieved data values.
最后,XML消息解析通常需要动态创建内存结构(如对象)来存储检索的数据值。
www.ibm.com
1.
When parsing and processing an instance document, SimpleXML is an excellent technology choice.
在解析和处理实例文档时,SimpleXML是一个好的技术选择。
www.ibm.com
2.
You could easily rewrite this application to generate the DOM tree by parsing an XML file.
您很容易重新编写这个应用程序,使它通过分析XML文件生成DOM树。
www.ibm.com
3.
Due to partial parsing the message tree will not be parsed completely and the message will be routed to next node.
由于对消息树进行部分解析时并不会完全解析,因此消息将路由到下一个节点。
www.ibm.com
4.
Avoid deep nesting of XML elements that may greatly prolong the time of parsing, marshalling, and demarshalling.
避免XML元素嵌套太深,因为这可能大大延长解析、封送处理和取消封送处理的时间。
www.ibm.com
5.
SAX2 is a very useful standard for parsing XML, but its event driven approach is not well suited to data binding and similar applications.
SAX2是一种非常有用的解析XML的标准,但是其事件驱动方法并不非常适合数据绑定和类似的应用程序。
www.ibm.com
6.
Parsing Excel files presents a conundrum any way you look at it.
解析Excel文件提出了一个无论怎样看都很困难的难题。
www-128.ibm.com
7.
Getting the weather information that's relevant to you requires parsing the text of the request.
要得到与您相关的天气信息,需要解析请求的文本。
www.ibm.com
8.
One reason you might want to look beyond the standard XML support is if you need to perform validation along with your parsing.
您可能需要展望标准XML支持的未来的原因是,在进行语法分析的同时需要进行验证。
www-128.ibm.com
9.
But how well are we in the media parsing out the deeper issues of these new laws?
但是在媒体中剖析这些新法案的深层意义这个方面,我们做得有多好呢?
www.bing.com
10.
Thus you need to wait until you're finished parsing the document (you've broken out of the while loop).
因此您需要等待,直到完成了文档的解析(已经跳出while循环)。
www.ibm.com
1.
Last base on the current status of the form recognition technology, this paper has done some useful attempts in PDF form data parsing.
最后针对目前表格识别技术的现状,在PDF表格数据解析,识别方面做了一些有益的尝试。
www.fabiao.net
2.
The situation has Chu parsing obscure indicators , including the number of wealth-management products sold by Chinese banks.
这种局面让朱夏莲开始分析一些晦涩难懂的指标,其中包括中国银行业所售理财产品的数量。
dictsearch.appspot.com
3.
Indicating the namespace assists in parsing and querying the data, and in keeping the definitions of the two companies separate.
指出名称空间能帮助解析和查询数据,并能帮助分隔两家公司的定义。
www.ibm.com
4.
As you work on generating your JSON, you may find that you have a problem parsing the code from within your browser-based application.
在生成JSON的过程中,您可能会发现从基于浏览器的应用程序中解析代码会出现问题。
www.ibm.com
5.
Another case is when you want to store a document in a database as a string or a Character Large Object (CLOB) without parsing it.
另外一种情况是,不用解析文档,而将其作为字符串或字符大对象(CharacterLargeObject,CLOB)存储在数据库中。
www.ibm.com
6.
The layered approach establishes a clean-cut separation between the application logic and the parsing.
分层方法在应用程序逻辑和语法分析之间建立一个明显的分界。
www.ibm.com
7.
The CGI script would be responsible for fetching that variable and parsing the string.
CGI脚本负责取出该变量,解析那个字符串。
www.ibm.com
8.
As ambiguity is so common, probabilistic parsing is very significant to syntactic processing and natural language processing.
由于歧义非常普遍,因此概率剖析器在大多数剖析或自然语言处理工作中起着重要的作用。
www.fabiao.net
9.
In both cases, the client application has full control over the parsing process and maintains the event loop.
无论使用哪一种,客户应用程序都可以完全控制解析过程和维护事件循环。
www-128.ibm.com
10.
and finally achieved the full sentence parsing through a combination.
最后通过组合处理实现完整句子的句法分析。
www.fabiao.net
1.
MessageStore is essentially a resource bundle with the messages used to report parsing errors.
本质上,MessageStore是一个资源束,它带有用来报告解析错误的消息。
www.ibm.com
2.
With approximately 350 cultures in the list, it is bound to cover the formatting and parsing needs of most international web sites.
它所支持的区域文化(culture)大约在350个左右,能够基本上满足国际化网站对于格式化和解析的需求。
www.infoq.com
3.
Handles the file-location logic as well as the actual parsing of the file.
既处理文件位置逻辑,也实际解析文件。
www-128.ibm.com
4.
XML parsing can be slower than parsing highly optimized binary formats and can require more memory.
XML分析可能比分析高度优化的二进制格式慢,并且可能需要更多内存。
msdn2.microsoft.com
5.
They provide most of the horsepower behind the core tasks of parsing, serializing, and transforming.
它们为执行解析、序列化和转换等核心任务提供了主要动力。
www.ibm.com
6.
Most often, parsing of SOAP messages is viewed as the major contributor to performance issues with web services.
最常见的是,SOAP消息的解析被看作是造成Web服务中的性能问题的主要方面。
www.ibm.com
7.
Optionally, this or a different MDB can be coded to expect Java messages for JMS clients (to avoid the HTTP Parsing overhead).
您可以选择编写此MDB或不同的MDB以期待JMS客户端的Java消息(从而避免HTTP解析开销)。
www.ibm.com
8.
Of course, the real answer depends on your goal when parsing the file, so it's worth the time to explore all your options.
当然,实际答案取决于解析文件的目标,因此值得花时间探究所有选项。
www.ibm.com
9.
The API handles all the tricky parsing, eliminating the need for writing a custom regular expression for each short code.
API处理了所有形式的解析工作,不需要为每个简码编写正规的的自定义的表达式。
www.zzbaike.com
10.
Performance studies have shown that XML parsing in general is significantly more CPU-intensive if schema validation is enabled [link].
性能研究表明,如果启用模式验证,那么XML解析通常要更密集地使用CPU。
www.ibm.com
1.
The chunk parsing is a language processing strategy which recently appears in the natural language processing research area.
组块分析是自然语言的处理研究领域中新近出现的一个语言处理策略,它能有效降低句法分析的难度。
www.dictall.com
2.
UBS economist Wang Tao did a phrase by phrase parsing of the statement and found lots of room for alternative explanations.
瑞银集团(UBS)经济学家汪涛逐句分析了报告,发现其中有很大的空间做出另外的解释。
www.bing.com
3.
Read Part 1 of this two-part series, which introduces JAXP and its parsing and validation features.
请阅读这个两部分系列的JAXP全面介绍,第1部分,其中介绍了JAXP及其解析和验证特性。
www.ibm.com
4.
Parsing a tagged message takes less time than parsing a XML message, but it does take more time than parsing a fixed-length message.
与XML消息相比,解析带标记的消息需要较少的时间,但是比定长消息解析的时间要长。
www.ibm.com
5.
The parser attempts error recovery, and multiple errors may be reported from a single attempt at parsing the document.
这个剖析器会尝试错误复原,所以在剖析文件时,一次可能会报告多个错误。
msdn.microsoft.com
6.
To skip leading delimiters is to pass by zero or more contiguous delimiters in the parse area before parsing.
要跳过开头的分界符号是为了在分析之前跳过零或多个连续的分界符号。
www.figtaiwan.org
7.
When the parsing is complete, you have an array of NSString items ready to be displayed in the table.
当解析完成后,就有了可在表格中显示的NSString条目数组。
www.ibm.com
8.
StAX offers a pull parser that gives client applications full control over the parsing process.
StAX提供了一个拉式解析器,可以让客户应用程序完全控制解析过程。
www-128.ibm.com
9.
But this means extra parsing of the document and is not elegant.
但是这将意味着对此文档要进行额外的解析,而且也不优雅。
www.ibm.com
10.
Query processing contains parsing of global query, binding of query variable, decomposition of query and rewriting of query.
查询处理包括全局查询语句解析、查询变量绑定、查询分解和查询重写。
www.fabiao.net
1.
This is a cultural legacy from when computing resources were expensive, so parsing stages had to be as cheap and simple as possible.
这是计算资源昂贵的时期的文化遗留,那时解析过程不得不尽可能的廉价和简单。
zhongbaisongzbs.blog.163.com
2.
The value of this attribute is then passed back to the client and the parsing process is discontinued.
然后把该属性的值回传给客户,解析过程也停止了。
www.ibm.com
3.
For the parsing, and opted for application-specific massaging of the token stream instead.
进行解析,而选择了特定于应用程序的标记流的消息传递。
www-128.ibm.com
4.
The architecture and functions of a DNS protocol parsing engine based on IPS was described and related models were established.
阐述了DNS协议解析引擎的总体框架,建立了相关的模型。
www.ceps.com.tw
5.
When it comes to sinister species, parsing fact from fiction can be spellbinding.
当提及到邪恶物种时,小说的解析部分就会引人入胜了。
www.bing.com
6.
Experiment results indicate that our schema can efficiently realize parallel XML parsing in multi-core environment.
实验结果表明该方法能有效利用多核计算环境,并行实现XML解析。
www.jsjkx.com
7.
If you want to understand Perl 6 grammars, you'll have to learn more about lexing and parsing that you probably ever wanted to.
如果您想要理解Perl6语法,就不得不去深入学习您可能曾经想过要学的lexing和parsing。
www.ibm.com
8.
All tags share a common format, so any program parsing a SWF file can skip over blocks it does not understand.
所有的标签都是用一种通用格式。所以任何程序在解析一个SWF文件时,都可以跳过那些还不明确的块。
blog.163.com
9.
The resolution (opening up a connection, pulling down content, closing the connection, and so on) also may slow down the parsing process.
解析(打开连接、下载内容、关闭连接等)也会减慢分析进程的速度。
www.ibm.com
10.
The formula engine is composed by formula grammer definition, formula grammer parsing and formula calculating.
该公式引擎包括公式语法定义、公式语法解析以及公式计算三个部分。
www.fabiao.net
1.
SearchStats: Query operations, searcher performance and parsing times, method calls statistics, and most commonly executed queries.
搜索统计数据:查询操作、搜索器性能和处理时间、方法调用统计、以及对大多常用执行的查询。
www.infoq.com
2.
PHP has extremely useful text processing features, from the POSIX Extended or Perl regular expressions to parsing XML documents.
PHP具有极其有效的文本处理特性,支持从POSIX扩展或者Perl正则表达式到XML文档解析。
tw2.php.net
3.
Hibernate seamlessly hides all of this at run time, properly parsing the result set and returning the proper list of objects.
Hibernate在运行时无缝地隐藏这些细节,它会正确地解析结果集并返回正确的对象列表。
www.ibm.com
4.
True means that if there are any errors when parsing a message, that message will just be ignored and the toolkit will get the next message.
True表示在解析消息时,如果存在错误,则忽略该消息,工具箱也将获得下一条消息。
www.ibm.com
5.
If the parsing method takes input parameters, specify the elements that represent those parameters and associate them with the operation.
如果分析方法接受输入参数,指定表示相应参数的元素并将其与操作关联。
msdn2.microsoft.com
6.
The ability to change the parsing mechanism to insert the external document as a fully-escaped text file rather than as an XML document.
能够改变解析机制,将外部文档作为完全转移的文本文件而不是XML文档插入。
www-128.ibm.com
7.
Note how the command-line arguments are passed directly to the parsing engine.
请注意将命令行参数直接传递给解析引擎的方式。
www-128.ibm.com
8.
Unlike tree style parsing, stream parsing does not load the entire XML document into memory.
和树解析方式不同,流解析不需要将整个文档加载到内存中。
www.ibm.com
9.
Java and XML developers will find it an indispensable tool in writing vendor-neutral code for parsing and transforming XML documents.
Java和XML开发人员将发现,在编写对XML文档进行语法分析和变换的独立于供应商的代码方面,它是不可缺少的工具。
www.ibm.com
10.
When parsing expressions written in infix notation, you need parentheses and precedence rules to remove ambiguity.
对以中缀表示法书写的表达式进行语法分析时,需要用括号和优先规则排除多义性。
www-128.ibm.com
1.
After parsing, the most common XML task is to locate specific data of interest inside the parsed tree.
完成解析后,最常见的XML任务是在解析后的树中查找特定的数据。
www.ibm.com
2.
There are events for element opening and closing tags, for the content of elements, for entities, and for parsing errors.
元素打开关闭标记、元素内容、实体和解析错误都有对应的事件。
www.ibm.com
3.
The events callbacks usually occur at the time of parsing.
事件回调通常在进行解析时发生。
www-128.ibm.com
4.
I'm clearly not finished yet; there's parsing work yet to be done, but the calculator AST is in pretty good shape.
显然我还没有说完;还有分析的工作要做,但是计算器AST已经成形。
www.ibm.com
5.
Processing fields in a form, parsing XML code, and interpreting a protocol are canonical uses.
处理表单中的字段、解析XML代码以及解释协议都是典型应用。
www.ibm.com
6.
Recent years have seen an increasingly interest in shallow semantic parsing, namely the semantic role labeling task (SRL).
近年来,大量的研究开始关注浅层语义分析,也就是语义角色标注(SRL)。
www.fabiao.net
7.
Discusses the rules and options for how white space can be handled when parsing XML documents.
讨论在分析XML文档时如何处理空白的规则和选项。
msdn2.microsoft.com
8.
The management of the bitstream and the parsing of video data are the basis of the video decoder.
网络视频解码的基础是码流的管理和视频流的解析。
www.dictall.com
9.
XML: : Simple provides an intuitive, pure-Perl parser for simple XML files, and the SAX API is supported by most of the parsing modules.
Simple为简单的XML文件提供了一个直观的纯Perl语法分析器,而且大多数分析模块都支持SAXAPI。
www.ibm.com
10.
This user-space package contains a variety of utilities for sending SCSI commands and parsing their responses.
这个用户空间包包括多种实用工具,可用来发送SCSI命令和解析这些命令的响应。
www.ibm.com
1.
conf files; the parsing code from this method is copied from the previous tutorial and modified slightly to use a more Groovy-like syntax.
此方法中的解析代码是从前一教程复制过来的,并稍微进行了一些修改,以获得更类似Groovy的语法。
www.ibm.com
2.
The proper spatial databases code was studied by parsing sedimentary facies belt graph and using GIS relevant technology.
通过解析沉积相带图,利用GIS相关技术,建立适合应用的空间数据库存储规范;
www.ceps.com.tw
3.
The page parser uses property entry classes during parsing to represent expressions found within server control tags.
页分析器在分析过程中使用属性项类来表示在服务器控件标记中找到的表达式。
msdn2.microsoft.com
4.
Page layout tool mainly analyze XML file parsing coming from the client-side, and then generate the corresponding variety of views.
页面配置工具主要是对客户端传来的XML文件进行解析,生成对应的各种视图,对各种视图的显示规则进行配置。
lib.swpu.edu.cn
5.
In the past on Mozilla browsers, parsing an XML document was synchronous, blocking all operations on the document until it was fully loaded.
在过去的Mozilla浏览器中,解析XML文档是同步的,将阻止对文档执行的所有操作,直至完全载入该文档。
www.ibm.com
6.
Allows users to extend the searching behavior using custom sorting, filtering, and query expression parsing.
允许用户使用定制排序、过滤和查询表达式解析扩展搜索行为。
www.ibm.com
7.
Derived class to specify the control builder used at the top level of the builder tree when parsing the file.
派生的类指定在分析文件时在生成器树的最高级别使用的控件生成器。
msdn2.microsoft.com
8.
Supports the parsing and persisting of an expression-binding instance.
支持表达式绑定实例的分析和保留。
msdn2.microsoft.com
9.
The work performed in this example involves parsing the Web page using a third-party Python module called Beautiful Soup.
这个示例中所进行的工作包括使用一个名为BeautifulSoup的第三方Python模块来解析Web页面。
www.ibm.com
10.
Gets or sets a value indicating whether the parsing of user input should stop after the first invalid character is reached.
获取或设置一个值,该值指示当遇到第一个无效字符时,是否应停止对用户输入的分析。
msdn2.microsoft.com
1.
The example application uses Rome (see Resources), a Java library for parsing, generating, and publishing RSS feeds.
示例应用程序使用Rome(参见参考资料),一个用于解析、生成和发布RSS提要的Java库。
www.ibm.com
2.
This step is different from the parsing model, although it still aligns with assigning a stylesheet in the XML transformations model.
(虽然这一步仍然与XML转换模型中的样式表分配保持一致,但它与解析模型不同)。
www.ibm.com
3.
Records Manager also includes a number of utility tools for parsing and caching various RM structures.
RecordsManager还包含许多实用工具,用于分析和缓存各种RM结构。
www.ibm.com
4.
Many of the changes to the JAXP API have centered around parsing, which makes sense, given that the "P" in JAXP stands for "parsing. "
很多对JAXPAPI的改动都围绕语法分析进行,考虑到JAXP中的“P”代表“parsing”(语法分析),这是有意义的。
www.ibm.com
5.
Regarding parsing, Java NIO, and pseudo-database access, there's no question that indexing is a complicated process.
相对解析、JavaNIO以及伪数据库访问来说,毫无疑问,索引是一个复杂的过程。
www.ibm.com
6.
During the XML document parsing, the entity reference is replaced by its representation.
在XML文档解析过程中,实体引用将由它的表示替代。
www.ibm.com
7.
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
8.
ActionScript 3 follows the ECMAScript, Fourth Edition specification completely, simplifying XML parsing.
ActionScript3完全符合ECMAScript第四版规范,这可以简化XML解析。
www.ibm.com
9.
Also requires some relatively simple parsing to interpret query expressions correctly.
还需要一些相当简单的解析,以便正确地解释查询表达式。
www-128.ibm.com
10.
Gets the HtmlDocument created by parsing the response body of a response with HTML or XHTML content type.
获取HtmlDocument,它由分析具有HTML或XHTML内容类型的响应的响应正文而创建。
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/15 22:21:22