The parsing time and space is related to the format (structure and encoding) of a message.
解析时间和空间与消息格式(结构和编码)有关。
Do not be surprised if your solution utilizes up to 35% of your processing time parsing SOAP messages.
如果您的解决方案利用处理时间的35%以上来解析soap消息,不要感到惊讶。
This will not only save time but also ensure that the data service consumer has a consistent definition of the data entity when preparing inputs or parsing outputs from data services.
这不仅能够节省时间,还能够保证数据服务消费者在准备数据服务的输入或解析数据服务的输出时,对数据实体有一个一致的定义。
The profile (Figure 15) also shows that quite a lot of time is being spent in regular expression processing, so you should also cache the parsing results.
这个概要(见图15)还显示,相当多的时间花费在正则表达式的处理上,因此,您还应该缓存解析结果。
The response time on my local machine was excellent, even with the server code parsing through 840k of XML.
本地计算机上的响应时间是非常出色的,即使服务器代码解析是通过840k的XML。
It diagrams the impact of parsing XML messages that average between 20% to 35% of the processing time of simple business functions.
它以图表的形式来表示解析xml消息的影响,平均来说,它占简单业务功能处理时间的20%到35%。
The time it takes to handle the message: Specifically, the XML parsing, any flow management, invocation of the service, and the final response encoding.
处理消息所花费的时间:具体说来,是xml解析、任意流程管理、服务的调用以及最终响应编码。
Now that you have the tokens defined, it is time to define the parsing rules in terms of the tokens.
既然已经定义了标记,那么现在是时候按照标记来定义解析规则了。
In these charts you can regard the first timing value, for SAX2, as a base time for parsing the documents.
在这些图表中,您可以将第一个sax2计时值作为解析文档的基本时间。
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消息相比,解析带标记的消息需要较少的时间,但是比定长消息解析的时间要长。
Of course, the real answer depends on your goal when parsing the file, so it's worth the time to explore all your options.
当然,实际答案取决于解析文件的目标,因此值得花时间探究所有选项。
It should be noted that a major part of the time is spent parsing and compiling the SQL statement.
应该注意的是,大部分时间花在解析和编译sql语句上。
This happens within the DB2 storage layer, that is the document stays in DB2's internal hierarchical XML format the entire time, without any parsing or serialization.
这在DB2存储层中执行,文档一直保持 DB2内部的层次化XML格式,不需要任何解析或序列化。
Validation is still something that's tightly linked to parsing, so expect a little bit of time to pass during the validation process.
验证仍然和解析紧密联系在一起,因此验证过程需要一点儿时间。
Getting RFC 822 address parsing right took me a remarkably long time, not because any individual piece of it is hard but because it involved a pile of interdependent and fussy details.
正确地完成RFC822[2]地址解析耗费了我很长时间,并不是因为它的某一部分很难,而是它牵扯了一堆相互关联的烦人细节。
Packrat parsing solves the problem of this kind of parser, i.e. exponential parse time.
Packrat解析解决了诸如指数级解析时间的问题。
The nodes have a wide range of options for applying and parsing sequences, including literal values, expressions calculated from an XPath predicate, and sequences bounded by a given length of time.
节点包含许多用于应用和解析序列的选项,包括字面值、来自XPath谓词的表达式计算和特定时间长度内的序列。
Now that the model is complete, it's time to actually code the work to perform the parsing of the Atom feed and the creation of the RDF file.
现在模型已经完成,是时候进行实际编码,以解析atom提要并创建RDF文件了。
Hibernate seamlessly hides all of this at run time, properly parsing the result set and returning the proper list of objects.
Hibernate在运行时无缝地隐藏这些细节,它会正确地解析结果集并返回正确的对象列表。
The Criteria API assists in avoiding run time parsing exceptions and in writing complex dynamic queries without an in-depth knowledge of SQL.
CriteriaAPI有助于避免运行时解析异常,无需熟悉SQL,即可编写复杂的动态查询。
Most of the heavy lifting of parsing the inbound message payload is already done by the time the FileUploader method is called with the submitted data.
在使用提交的数据调用FileUploader方法时,大部分解析入站消息负荷的工作已经完成。
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.
通过首先检查这些特征,就可以过滤掉大量不合要求的内容,仅处理最有可能的文档,从而节约了时间。
XML parsing takes the longest time and USES the most space.
XML解析花费的时间最长,使用的空间最大。
Such modifications of the document structure during parsing can result in a smaller memory footprint for the DOM tree, and also reduce the time spent traversing a document and modifying it in memory.
这种在解析期间修改文档结构的做法可以使 DOM树占用更少的内存,而且还可以减少在内存中遍历和修改文档时所花的时间。
A client application may decide at any time to discontinue the parsing process, and no tricks are required to stop the parser.
客户应用程序可以决定何时中止解析过程,让解析器停下来也不需要什么诀窍。
Although parsing and extracting the content of the log files for information can be time consuming and sometimes complex, the wealth of information in those logs is difficult to ignore.
尽管分析和提取日志文件内容的信息可能非常耗时和复杂,但是不能忽略这些日志中信息的价值。
Finally, in addition to providing actions for generating and displaying formatted data, the FMT library also includes custom tags for parsing numerical and time-oriented data.
最后,除了提供用于生成和显示格式化数据的操作之外,fmt库还包含了用于解析面向数字和时间数据的定制标记。
The benefit of this approach is that it avoids having to instantiate an XSLProcessor and parsing in the style sheet every time a view is requested.
此方案的好处在于避免了每次请求视图时都要实例化一个XSLProcessor实例并进行样式表分析。
Let's start by seeing how PHPeclipse provides you with real-time syntax parsing abilities to assist you with debugging PHP applications.
先从查看PHPEclipse如何提供帮助调试PHP应用程序的实时语法解析功能开始。
Let's start by seeing how PHPeclipse provides you with real-time syntax parsing abilities to assist you with debugging PHP applications.
先从查看PHPEclipse如何提供帮助调试PHP应用程序的实时语法解析功能开始。
应用推荐