• 所以可以查看所有内容或任何表格,可以页面用到每个数据库里执行任意的查询

    So far you can view the full contents of any table and run arbitrary queries on each database a page is using.

    youdao

  • 数据库建立连接是一项较重的耗费资源的过程。无论任何应用程序需要在任何数据库服务器上执行任意查询语句我们第一步需要建立数据库的连接。

    If any application needs to fire any query against any database server, we need to first establish a connection with server and then execute the query against that database server.

    youdao

  • 需要任意数据结构转换为某种可以LINQ查询标记进行操作固定结构的时候,显得特别有用

    This would be especially useful when turning an arbitrary data structure into something that can be operated on via the LINQ query notation.

    youdao

  • 除了后台SPARQL还查询任意数量命名

    In addition to the background graph, SPARQL can query any number of named graphs.

    youdao

  • 已经了解查询模型不同方法看到了如何使用RDQL简明地表达任意查询

    You've also looked at different methods of querying a model and seen how RDQL can be used to concisely express arbitrary queries.

    youdao

  • 攻击者可以蓄意地安排他们输入使之溢出引号之外运行真正查询后面链接任意一个查询

    Attackers can deliberately craft their input so that it escapes out of quoting, and chain an arbitrary query on the end of the one you had intended to run.

    youdao

  • 单击格式化查询任意时,其他包含来自一张引用查询会高亮显示

    When you click any line in the formatted query, other lines of the query that contain column or table references from the same table are also highlighted.

    youdao

  • 可以通过查看查询中的最小时间以及查询处理一个项目需要平均时间,来访问任意查询效果

    You can assess the effect of any queue by looking at the minimum time items are in the queue, as well as the average time taken to process an item in the queue.

    youdao

  • 创建填充MQT之后,一个任意后续查询MQT来满足,条件是MQT匹配查询所有部分一部分。

    After the MQT is created and populated, an arbitrary subsequent query may be satisfied by the MQT if the MQT matches all or a part of the query.

    youdao

  • 联邦数据库系统用户可以存储联邦系统任意位置数据进行分布式查询不管自己的位置在哪里,也不管数据源使用的是哪种SQL方言

    Users of a federated database system can pose distributed queries over data stored anywhere in the federated system, regardless of its location or the SQL dialect of the data source.

    youdao

  • 基于XML查询语言构造来,使用表示路径标签定界符序列达到XML文档中的任意位置

    XML-based query languages are constructed to reach any arbitrary position within an XML document's "graph" using sequences of edge labels and delimiters representing a path.

    youdao

  • 虽然ldap类型数据量身定做的,但是可以使用以上代码执行任意数量文本相关查询

    Although tailored to LDAP-type data, you can use the code above for any number of text-related queries.

    youdao

  • 使用NOLOCK查询并不保证返回正确地结果,而且从技术上讲,它可能会返回任意结果。

    Queries that use NOLOCK aren't guaranteed to return correct results or technically, return any results at all.

    youdao

  • IPL查询分区从而能够加载位于不同介质任意位置数据

    The IPL interrogates the partition table and subsequently is able to load data wherever it may exist on the various media.

    youdao

  • 这样的话,任意国家查询找到这两个规则中指定所有国家,同时可以查询属于八国集团的国家。

    This enables queries for arbitrary countries where all named countries (from both rules) will be found, but queries for countries that are part of the G8 group are also possible.

    youdao

  • 因此Sue可以使用变更管理任意搜索查询功能找到寻找缺陷记录

    Therefore, Sue can use any search and query capabilities of the change management application to find the defect record that she is looking for.

    youdao

  • 手机CheckMyTrip允许预订的旅行者通过任意手机浏览器查询最新航班信息目的地天气情况城市指南机场接驳信息。

    The mobile version allows travellers with a booking to check up-to-the minute flight information, destination weather, city guides, and connection information from any mobile web browser.

    youdao

  • 注意,由于可以键入任意格式字符串因此能够保证可以有效应用GoogleMaps查询

    Note that you can type the string free-form, so it's not guaranteed to be valid for applying to a Google Maps query.

    youdao

  • XPathjQuery都允许组合多个选择检索每个匹配任意查询节点(就是说得到结果的并集)。

    Both XPath and jQuery let you combine more than one selector to retrieve every node that matches any of the queries (that is, you'll get the union of the results).

    youdao

  • 任意定义数据完成查询过滤、分组、排序功能基础上,实现了任意图形曲线报表显示打印

    Based on the functions of data research, filtration, packaging and sorting, the display and print of any graph, curve and log are realized.

    youdao

  • 任意输入图像系统首先通过查询颜色方法快速提取人脸区域

    Querying the color table, the system firstly selects out the face area from the image.

    youdao

  • 颜色调色板纹理查询参考大全,在这里可以挑选查询心中任意颜色。

    The color palette, texture query Reference, where you can pick and query of any color to your heart.

    youdao

  • 部件可以即用,使用时不需再编写程序,即可实现任何任意多个由任意字段构成条件综合查询

    The soft components can plug and play and can implement any conditional synthesis inquiry of some single datasheets consisting of some fields without changing any codes in use.

    youdao

  • 攻击者可以蓄意地安排他们输入使之溢出引号之外,并运行真正查询后面链接任意一个查询

    Attackers can deliberately craft their input so that it escapes out of quoting and chain an arbitrary query on the end of the one you had intended to run.

    youdao

  • 系统能够任意查询江苏省所有植物中文名拉丁、所属名、名;

    Chinese name, Latin name, family name, genus name of all plants in Jiangsu could be searched using this system.

    youdao

  • 通过使用目前查询优化器,上面所有示例都能够被优化运行除了在“任意代码”中的示例-我们正在解决此问题

    With the current implementation, all above examples will run optimized, except for the "Arbitrary Code" example - we are working on it.

    youdao

  • 对象约束语言ocl可以模型中的元素进行约束查询,可以MOF任意定义模型语言,还可以通过各种方法定义模型的转换规则

    OCL is permitted to constrain and inquiry the elements in the model, define the model language on any layer of MOF and transform rules of model by different ways.

    youdao

  • JTAG器件视图实时查询显示设计任意jtag器件管状态帮助用户分析调试设计。

    The JTAG device Viewer interrogates and displays the state of the pins in any JTAG compliant device in your design in real time, helping you to analyze and debug your design.

    youdao

  • JTAG器件视图实时查询显示设计任意jtag器件管状态帮助用户分析调试设计。

    The JTAG device Viewer interrogates and displays the state of the pins in any JTAG compliant device in your design in real time, helping you to analyze and debug your design.

    youdao

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

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

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