• Furthermore, if the schemas for your XML data are likely to change over time, this can introduce added complexity to your application code.

    另外如果XML数据模式可能随着时间变化,那么这会您的应用程序代码引入额外复杂性

    youdao

  • A good example of data that changes over time is code lists.

    时间变化数据一个例子就是代码列表

    youdao

  • You can examine the coverage analysis data to help you determine which subset of the automation suite needs to be run, allowing you to validate the new code in less time.

    这时需要检查覆盖率分析数据确定哪些自动化测试子集需要运行这样就可以让更短的时间内验证新的代码

    youdao

  • Little did I know 30 years later, as an embedded firmware engineer, I would still spend much of my time trying to squeeze more code and data into a smaller address space.

    没想到30年后作为嵌入式固件工程师一直花费大量时间试图更多代码数据挤入较小地址空间

    youdao

  • The difference from the previous timing figures is that here most of the time is spent in classloading and native code generation by the JVM for the data binding framework code.

    前面计时数字不同:这里大多数时间花费在了类装入,以及获得数据绑定框架代码JVM 进行的本机代码生成

    youdao

  • After you have collected response time breakdown data, you can analyze the results in the profiling tools to identify exactly what part of the code is causing the problem.

    收集了响应时间分解数据后,可以使用性能分析工具对数据进行分析以便确定部分代码导致问题。

    youdao

  • The most obvious approach -- write the data integration code yourself -- may cost you more time and effort than you think.

    容易想到方法自己编写数据集成代码,但这种方法会让花费超乎想象时间精力

    youdao

  • If you wind up having to waste a few bytes in your buffer, it is trivial compared to the amount of time and code needed to special-case the beginning and end of unaligned data.

    如果不得不缓冲区浪费几个字节这种代价与处理非对齐数据开头结尾需要时间代码相比也是微不足道的。

    youdao

  • An iterator is a kind of code helper that lets you quickly access data in any collection or container, one at a time.

    迭代某种代码助手可以让迅速地访问任何集合容器中的数据,每次一个数据。

    youdao

  • That worked, but the cost was additional, partially redundant code and more time to process the data.

    起了作用产生了额外代价即部分多余代码需要花更多时间处理数据

    youdao

  • But it will become a problem when lists grow over time or when the custom code has never been tested with live data.

    不过列表增长定义代码从未在实际数据上测试过的话,成为一个问题

    youdao

  • Callbacks are implemented as real classes to help facilitate code reuse and associated with client data at run time.

    将回实现真正,从而促进代码重用允许运行时与客户机数据关联

    youdao

  • Code to handle the case of retrieving data for a single time point would be similar.

    处理检索单个时间数据代码应该类似的

    youdao

  • At precompile and bind time, the code page derived at the database connection is used for precompiled statements, and any character data returned in the SQLCA.

    编译绑定代码派生用于编译语句和SQLCA返回所有字符数据数据库连接

    youdao

  • Use the code here and your own ideas to create new visualizations for understanding and exploring your data through time.

    读者可以通过本文的代码开动脑筋,创建崭新的视觉表现,理解研究手中的时变数据

    youdao

  • The code presented here will allow new insights into application-flow models and usage patterns by exploring various data sets and how they move through time.

    文中展示的代码探究各种数据及其时变状况,从而提供了应用流模型使用模式见解

    youdao

  • With this new code under our belts, it's time to remeasure the data point that used the custom delay-inducing client with SACK options turned on.

    准备好这些代码后,现在开始重新测量使用定制的延迟引入客户机(启用SACK选项)数据

    youdao

  • The IBM team started with the raw event data for 2010: a 20-million-row data set containing the event time, event code, and the GPS location of the event.

    IBM团队从2010年原始事件数据开始分析:一个2000万行的数据包含事件时间、事件代码事件GPS位置

    youdao

  • First, you will shift responsibility for some data validation from your code to the schema validatorthis will save you time and money.

    首先一些数据验证责任自己编写代码实现转为用模式验证器实现,这样能够节约您的时间金钱。

    youdao

  • It is obvious, especially with time-sensitive data, that all content and code should remain accurate and up to date.

    显然所有内容代码应该精确的和最新的,尤其是对于时间敏感的数据

    youdao

  • And it means that every time your browser loads a webpage, much more data and complex code needs to be processed.

    意味着每次浏览器载入一个网页时需要处理更多数据更复杂编码

    youdao

  • It meant that every time your service data structures changed the schema would also change, and clients would need to regenerate their code using the new schema.

    意味着每次服务数据结构改变都会引起模式改变客户端需要使用新的模式重新生成它们的代码

    youdao

  • Code transmission happens only once, whereas data must be transmitted every time you encounter a validation problem at the other end.

    代码传输会发生一次每次另外一端遇到验证问题时都传输数据

    youdao

  • Each time you change your application's code or data and make a new RPM available, be sure to increment the values of Version and Release to reflect major and minor changes, respectively.

    每次更改应用程序代码数据以及构建好一个rpm时,一定增加版本版本,以分别反映主要次要更改

    youdao

  • When I used to write code for electrophysiology data acquisition, real time meant microseconds.

    过去编写生理学数据检索代码实时意味着毫秒。

    youdao

  • In other words (using the specific example of a data binding API), don't assume that you want to use data binding every time your code works with XML.

    话说(使用数据绑定api这个具体例子),不要假设的代码每次处理XML都使用数据绑定。

    youdao

  • This article demonstrates code and techniques to create what I call "animated distortion portals" in the data to provide time-dependent visualizations of various parts of the image.

    本文演示创建所谓动态失真门户”所需代码技术提供局部图像时变可视化

    youdao

  • You could simply wrap the whole thing in a loop, and keep moving data a piece at a time until the whole string has been processed. Here's the revised code to do this.

    可以简单地将所有事情全部封装循环中移动数据一部分直到整个字符串全部处理完成为止。

    youdao

  • With the event description text isolated from the event data and time, the next step is to write the event text to disk, and then encrypt it. Add the code shown below in Listing 5 at line 77.

    事件描述文本事件日期时间分离出来后接下来应该将事件文本写到磁盘然后进行加密

    youdao

  • This paper proposes an extended RLC(Run Length Code)data acquisition method. The detected signal has the feature of long time lasting and transienting characteristic waveforms.

    针对检测信号具有时间域、变特征波形时域位置不确定等特点,提出一种扩展游程编码数据采集方法

    youdao

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

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

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