• 4展示已解析XML数据

    Figure 4 depicts the parsed XML data.

    youdao

  • 字符已解析实体引用替换文字字符(特殊字符除外)。

    Character and parsed entity references are replaced with the literal characters (excepting special characters).

    youdao

  • 这种已解析格式使用节点结构有别于XML文档文本表示

    This parsed format is a tree structure of nodes, which is different from the textual representation of XML documents.

    youdao

  • 是因为xml读取数据需要串行已解析XML转换文本格式

    This is because reading from the XML column requires serialization, or the conversion of parsed XML back to text format.

    youdao

  • 一般来说,客户要求服务器解析某个地址接收从服务器返回解析地址。

    In general, the client asks the server to resolve an address and receives the resolved address back from the server.

    youdao

  • 运行使用部署查询已解析上下文变量列表作为参数来调用该插件

    At run time, the plug-ins are invoked with the deployed query and a list of resolved context variables as parameters.

    youdao

  • 如果目的地解析,则将原始用户请求转发目的地;否则用户返回一个错误

    If the destination was resolved, the original user request is forwarded to the destination; otherwise an error is returned to the user.

    youdao

  • 比如说可以解析对象JSON数据源获得相同姓名电话号码,如清单4所示。

    For example, you can get the same name and phone Numbers from a JSON data source that has been parsed into an object (see Listing 4).

    youdao

  • AST代表已解析源代码,它编译器创建,与XML文件DOM 树模型类似

    The AST is a tree representation of the parsed source code, created by the compiler, similar to the DOM tree model of an XML file.

    youdao

  • 类似地xml进行文档检索需要串行化,将已解析的xml格式转换原始文本表示

    Similarly, document retrieval from an XML column requires serialization, that is, converting the parsed XML format back into its original textual representation.

    youdao

  • 对于那些由解析变成解析被频繁访问字段来说,这种简单过程可能带来严重的性能问题

    For unresolved fields that become resolved and frequently accessed, this naive procedure can be a huge performance problem.

    youdao

  • 代理网关允许创建带有内置路由WebService服务网关,以及用于客户端生成已解析WSDL

    The Proxy Gateway lets you create a WebService Service Gateway with built-in routing, and resolved WSDL that can be used for client generation. Here is a diagram of the new Proxy Gateway concept.

    youdao

  • 如果不对整个字节大小的源文件解析进行处理,连续读取并且使用相似的技术,那么问题解决了。

    It would be nice if you could take not the entire multi-megabyte source, but only parsed blocks, read serially, and apply similar techniques.

    youdao

  • 本文展示需要处理已解析XML文件不同元素文档处理程序代码中如何通过每种元素创建单独简化编码

    In this article, I have shown you how document handler code, developed for handling the different elements in a parsed XML file, can be simplified by creating separate classes for each element.

    youdao

  • 注释通过注释应用xpath语句选择文档对象模型(Document Object Model,DOM)元素一个已解析HTML文档的DOM版本工作

    Annotation works on a document Object Model (DOM) version of a parsed HTML document by applying annotations to DOM elements that are selected by XPath statements. For example, the statement.

    youdao

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

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

    youdao

  • 就是说那些包括其它命名模式的(复合)模式解析阶段必须延迟

    That is, those (compound) patterns that include other named patterns must be postponed for the parsing stage.

    youdao

  • 使用命名查询解析uri其余部分执行适当逻辑

    It USES named queries to resolve the remainder of the URI and executes appropriate logic.

    youdao

  • 清单7中,我们定义了一些基本命名查询实例化这个解析

    In Listing 7, you can see where we instantiate this resolver after defining some basic named queries.

    youdao

  • 一旦抓取解析索引以及搜索组件开始运行就要搜索应用程序搜索一些关键字确保查询日志数据生成

    Once the crawl, parse and index, and search components have started running, you need to search some keywords in the search application to make sure some query log data is being generated.

    youdao

  • 同样其它命名对象(模板外部函数)的引用通常可以静态解析

    Similarly, other references to named objects such as templates and external functions can often be resolved statically.

    youdao

  • XMLNSC变为模型驱动的域,因为现在可以根据实际XML模式进行解析验证

    The XMLNSC domain has become model-driven as it can now parse and validate against a real XML Schema.

    youdao

  • 对于每一个解析模式实现注册表搜索保存完全限定模式名,并且在给定的模式中字符串替换

    For every new schema it is parsing, the implementation looks for a fully qualified schema name, that is already stored in the registry and is doing string replacement in a given schema.

    youdao

  • 这个集合解析查询用户提供命名查询,附加位置参数针对数据库执行JDBC语句

    This collection resolver looks up the named query as provided by the user, attaches the position parameters, and executes JDBC statements against the database.

    youdao

  • 最初作为一种数字计算机而开发电脑,现在具备解析图形声音属性。

    Originally developed as a number cruncher, the computer assumed a new personality when it was given graphics and sound capabilities.

    youdao

  • 使用正则表达式(现在置于JDK 1.4中)解析输入文件创建一个xml副本

    It USES regular expressions (now built into JDK 1.4) to parse the input file and create an XML counterpart.

    youdao

  • 这个样例结果解析然后这个语句解析一个我们预先定义的命名查询

    The sample's result resolver will then resolve this statement to a named query which we predefined as.

    youdao

  • 如果除了解析网络配置区域地址以外希望DNS服务器解析网络之外(例如Internet上)的地址,需要设置

    You need this setting if you want your server to resolve addresses outside of your network (for example, on the Internet), in addition to those inside your network for the configured zones.

    youdao

  • 因为Cheetah可以模板文件编译Python代码,所以可以预先解析所有模板,在使用动态数据扩充代码编译代码中获得好处

    Because Cheetah can compile template files to Python code, you can do all the template parsing up front and get the benefits of compiled code when you fill out the templates with dynamic data.

    youdao

  • 没有使用服务的情况下,查找输出的服务稍微有点复杂比如ServiceReference解析一个服务之前突然变得不可用了。

    There are some subtle complexities in looking up a service which are exposed when not using a service, such as when a ServiceReference becomes unavailable but before it is resolved into a service.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定