• 一个JSP程序并用内置对象证实输出结果

    Write a JSP program, and use the built-in objects, and confirmed that output.

    youdao

  • 提出:“我们将会门语言提供一系列内置对象类型比如dictionary列表各种数字类型,以及字符串。”

    I said: "We'll provide a bunch of built-in object types, such as dictionaries, lists, the various kinds of Numbers, and strings, to the language."

    youdao

  • 使所需代码最小化因为许多内置功能这样不再需要为这些功能编写客户端函数对象了。

    It minimizes the code you need to write, because it has many built-in features that you would otherwise need to write custom functions or objects for.

    youdao

  • OQL查询同样可以调用对象方法正则表达式作为查询一部分使用内置查询工具

    OQL queries can also invoke methods on the objects themselves, use regular expressions as part of the query, and use built-in query tools.

    youdao

  • 但是本文来说,合适,只要简单查看一下规范就可以看出,E4XXML对象具有内置功能能够对XML元素进行细致准确的排序。

    While it isn't appropriate for this paper, a quick look at the specification will show that the built-in functions that E4X XML objects have allow the order of the XML to be carefully crafted.

    youdao

  • 复杂解析通常使用这些内置解析对象创建

    More complex parsers are typically created using these built-in parser objects.

    youdao

  • 内置ajax支持输出的错误消息可以定位对象

    It has built-in AJAX support, and errors displayed can be easily customized per object level.

    youdao

  • 另外这些简单内置类型不可改变的,意味着:创建对象之后无法更改对象

    In addition, these simple built-in types are immutable, which means you can't change an object's value after the object has been created.

    youdao

  • 本文将再次查看可以Python中使用那些简单内置数据类型这次着重介绍这些类型的对象属性

    This article reviews the simple built-in data types you can use in Python, this time emphasizing the object nature of these types.

    youdao

  • Wicket通过使用内置模仿对象框架提供对容器外单元测试支持

    Wicket supports out-of-container unit testing through the use of a built-in mock object framework.

    youdao

  • 事实上迭代应用新的iter内置函数时,大多数迭代器的上下文希望得到可以生成迭代器的对象

    Actually, most iterator contexts want an object that will generate an iterator when the new iter built-in function is applied to it.

    youdao

  • 出现iter内置函数,它可以许多类似于序列对象转换为迭代器

    We have the iter built-in function to turn many sequence-like objects into iterators.

    youdao

  • 如果返回的数据碰巧XMLXMLHttpRequest对象自动使用浏览器内置XML处理机制来解析数据。

    If the data happens to be XML, the XMLHttpRequest object will automatically parse that data using the browser's built in XML processing mechanisms.

    youdao

  • 内容设置受限访问简单:Cognos名称空间内置systemAdministrators角色中将个别帐户对象指定成员

    Setting up unrestricted access to the Content Store is done by specifying individual Account or Group objects as members in the built-in System Administrators role in the Cognos namespace.

    youdao

  • 两个Optim解决方案提供了打包应用程序业务对象内置知识

    The two Optim solutions offer built-in knowledge of packaged application business objects.

    youdao

  • 大部分情况下,实现了比如内置dict类型方法一个子集——甚至相当的子集——的自定义对象,就足够“类-dictionary”而可以满足当前的要求。

    Most of the time, a custom object that implements only a subseteven a fairly small subset — of, for example, the methods of a built-in dict are dictionary-like enough for purposes at hand.

    youdao

  • Optim解决方案还提供内置打包应用程序业务对象以及针对常见敏感信息的预定义屏蔽算法

    The Optim Test Data Management Solution offers built-in knowledge of packaged application business objects and pre-defined masking algorithms for common, sensitive information.

    youdao

  • 内置runmqsc工具输出人类读为目标,格式打印每个对象占用

    The output of the built-in runmqsc tool is intended to be human-readable and is printed in two columns, and with several lines for each object.

    youdao

  • 补丁对象Spacewalk内置配置管理模块rhncfgcli_verify.py。

    It was a simple patch to rhncfgcli_verify.py, which is part of Spacewalk's built-in configuration management.

    youdao

  • 每个规则都包含用于创建复制业务对象内置方法

    Each rule set contains built-in methods for creating and copying business objects.

    youdao

  • 刚才已提到,SDO重点异构数据源数据提供一个灵活数据对象表示开放式并发提供内置支持

    As mentioned, the focus of SDO is on providing a flexible data object representation for data from heterogeneous data sources and built-in support for optimistic concurrency.

    youdao

  • EMF提供用于图表相关(或不相关)对象通用导航模型并且包含了一个内置变更通知机制

    The EMF provides a generic navigation model for the graph or related (or unrelated) objects, and contains a built-in change notification mechanism.

    youdao

  • 如何确定如果参数对象内置的?

    How do I determine if an argument is an object or a built in?

    youdao

  • 可以for循环提供迭代器的任何Python对象结合使用,这些对象包括tuplestringlist内置序列类型

    You can use the for loop with any Python object that provides an iterator, including the built-in sequence types such as the tuple, string, and list.

    youdao

  • 必须这样是因为执行函数时,内置this变量需要指向FadingTooltip对象

    You must do this because the built-in this variable needs to point at a FadingTooltip object while the function executes.

    youdao

  • 自已可以进行检验借助内置help方法,就可以Python解释器咨询关于int对象信息(参见清单1)。

    Check it out for yourself: Just ask the Python interpreter for information about the int object by using the built-in help method (see Listing 1).

    youdao

  • 建议每个内置类型对象初始化

    We recommend that every object of built-in type be initialized.

    youdao

  • 实际上可以这些内置JSONencode/decode函数用于CouchDB或者您也可以选择一种更为面向对象方式

    In fact, you'll see that you can use the built-in JSON encode/decode functions to work with CouchDB, or you can use a more object-oriented path.

    youdao

  • 实际上可以这些内置JSONencode/decode函数用于CouchDB或者您也可以选择一种更为面向对象方式

    In fact, you'll see that you can use the built-in JSON encode/decode functions to work with CouchDB, or you can use a more object-oriented path.

    youdao

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

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

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