• 清单2使用修饰符另外一个例子

    Listing 2 provides another example that USES decorators.

    youdao

  • 搜索这些文件只需直接使用修饰filetype:[文件扩展名]。

    Search for any filetype directly using the modifier filetype: [filetype extension].

    youdao

  • chmoda +rxscript . sh:除了ugo以外,可以使用修饰a来表示所有用户用户、其他用户。

    Chmod a + rx script.sh: In addition to u, g, and o, you can use the modifier a for all or user, group, and others.

    youdao

  • 如果使用修饰符执行载入操作之后处于检查暂挂状态,以便机会验证数据完整性

    If you use this modifier, your table will be placed in check pending state following the load operation, to give you the opportunity to verify the integrity of the new data.

    youdao

  • 如果使用计算过的计算往往反映使用GROUPBY修饰符列所进行的分组

    Frequently, if calculated columns are used, the calculation reflects grouping of columns with the "group BY" modifier.

    youdao

  • 请注意关键字“def在这儿作为一个实例变量修饰符使用指明变量属性

    N.B. the keyword "def", used here as an instance variable modifier, indicates that the variables are properties.

    youdao

  • 这个关键def作为局部变量修饰符使用

    In this class the keyword def is being used as a local variable modifier.

    youdao

  • 安全环境,可以通过使用unsafe修饰得以标记,建立一个类型成员时。

    An unsafe context is enabled by using the unsafe modifier in the declaration of a type or member.

    youdao

  • 阐述机制功能Ruby语言本身使用sticky属性声明private、protectedpublic类作用域修饰

    To illustrate this mechanism's power, the Ruby language itself USES sticky attributes to declare private, protected, and public class-scope modifiers.

    youdao

  • ActiveRecord使用abstract修饰符确保代码不会实例化一个 ActiveRecord对象

    The ActiveRecord class uses the abstract modifier to ensure that coders can't instance an ActiveRecord object.

    youdao

  • 出于相关稍微不同理由忽略过滤器(主要使用WHERE子句DISTINCT修饰符)。

    Filters (mostly using the "WHERE" clause or "DISTINCT" modifier) are ignored for a related, but slightly different reason.

    youdao

  • 参数列表之后指定range修饰符后,使用如下范围调用DeAmperfyAll时。

    With the range modifier specified after the parameter list, any time DeAmperfyAll is called with a range such as.

    youdao

  • 实在不幸Perl5中,如果不使用某些深奥而且不是永远可用正则表达式?:修饰符不能忽略选择

    Tough luck: in Perl 5, you can't ignore an alternation without the somewhat esoteric and not always available regular expression? : modifier.

    youdao

  • 情况下,nose考虑setupteardown函数名称使用 @with_setup 修饰符函数显式地指定它们

    There is one case in which nose does not care about the name of setup and teardown functions: when you specify them explicitly for a particular function using the @with_setup decorator.

    youdao

  • 显示关于业务服务使用情况关键信息比如使用量、单位成本、成本修饰时间段内成本。

    It displays key details about the usage of a business service such as its volume, cost per unit, cost modifier, and the total cost in a particular period.

    youdao

  • 有关这些文件格式更多信息请参阅使用DB 2数据移动实用工具中的文件类型修饰

    For more information about these file formats, see Exploit file type modifiers that are built into the DB2 data movement utilities.

    youdao

  • 示例中的切入点使用修饰(modifier)通配(wildcard)模式表达所有公共方法”。

    The pointcut in the example uses a modifier and wildcard pattern to express "all public methods."

    youdao

  • 例如Groovy要求使用分号变量类型访问修饰符也是可选的。

    For example, Groovy doesn't require semicolons, and it makes variable types and access modifiers optional.

    youdao

  • 使用修饰调用任何方法都将使用小写

    Any method called with this decorator USES only lowercase strings.

    youdao

  • 如果方法的前缀使用 @abstractmethod修饰符(decorator),那么此方法就是一个抽象方法。

    A method is abstract if it's preceded with the decorator @abstractmethod.

    youdao

  • GenericLowerDecorator充当一个通用修饰符,用于强制所有基于字串的参数使用小写形式

    The GenericLowerDecorator class ACTS as a universal decorator to force all string-based parameters into lowercase.

    youdao

  • default这个特殊方法使用 @cherrypy.expose 修饰符标记为 CherryPy处理程序函数

    The special method default is marked as a CherryPy handler function by the @cherrypy.expose decorator.

    youdao

  • 修饰是一些纯粹语法糖(syntacticsugar)—或者(如Wikipedia 所言)“对计算机语言语法补充,这些补充并不影响语言的功能而是语言变得易于被使用。”

    Decorators are pure syntactic sugaror (according to Wikipedia) "additions to the syntax of a computer language that do not affect its functionality but make it 'sweeter' for humans to use."

    youdao

  • (01)(s ?)(0N)修饰作为可选关键字来使用

    The (?) (0 or 1) and (s?) (0 to n) modifiers are also available as optional keywords.

    youdao

  • 注意如果结构本身具有限制性更高访问级别这会自动限制成员的访问,即使使用访问修饰调整成员的访问级别也是如此。

    Note that if the structure itself has a more restricted access level, this automatically restricts access to its members, even if you adjust their access levels with the access modifiers.

    youdao

  • 修饰符可以定义接口使用它们通常并不是必需的。

    You may use modifiers when defining classes and interfaces, but they are usually not required.

    youdao

  • 应用文件起始处元素特性中,允许使用特性修饰

    Attribute modifiers are not allowed on attributes applied to elements that are not at the beginning of a source file.

    youdao

  • 修饰符可以定义接口使用它们不是必需的。

    You can use modifiers when defining classes and interfaces, but they are not required.

    youdao

  • 注意如果不对构造函数使用访问修饰符,则默认情况下私有构造函数。

    Note that if you do not use an access modifier with the constructor it will still be private by default.

    youdao

  • 注意如果不对构造函数使用访问修饰符,则默认情况下私有构造函数。

    Note that if you do not use an access modifier with the constructor it will still be private by default.

    youdao

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

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

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