清单2是使用修饰符的另外一个例子。
搜索这些文件只需直接使用修饰符filetype:[文件扩展名]。
Search for any filetype directly using the modifier filetype: [filetype extension].
chmoda +rxscript . sh:除了u、g和o以外,您还可以使用修饰符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.
如果您使用了该修饰符,您的表在执行载入操作之后,将处于检查暂挂状态,以便给您机会验证新数据的完整性。
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.
如果使用计算过的列,计算往往反映使用“GROUPBY ”修饰符对列所进行的分组。
Frequently, if calculated columns are used, the calculation reflects grouping of columns with the "group BY" modifier.
请注意,关键字“def”在这儿作为一个实例变量的修饰符使用,指明变量是属性。
N.B. the keyword "def", used here as an instance variable modifier, indicates that the variables are properties.
在这个类中关键字def被作为局部变量修饰符使用。
In this class the keyword def is being used as a local variable modifier.
非安全环境,可以通过使用unsafe修饰符得以标记,在建立一个类型或成员时。
An unsafe context is enabled by using the unsafe modifier in the declaration of a type or member.
为阐述该机制的功能,Ruby语言本身使用sticky属性来声明private、protected和public类作用域修饰符。
To illustrate this mechanism's power, the Ruby language itself USES sticky attributes to declare private, protected, and public class-scope modifiers.
ActiveRecord类使用abstract修饰符来确保代码不会实例化一个 ActiveRecord对象。
The ActiveRecord class uses the abstract modifier to ensure that coders can't instance an ActiveRecord object.
出于相关但稍微不同的理由忽略过滤器(主要使用“WHERE ”子句或“DISTINCT ”修饰符)。
Filters (mostly using the "WHERE" clause or "DISTINCT" modifier) are ignored for a related, but slightly different reason.
在参数列表之后指定了range修饰符后,使用如下范围调用DeAmperfyAll时。
With the range modifier specified after the parameter list, any time DeAmperfyAll is called with a range such as.
实在不幸:在Perl5中,如果不使用某些深奥而且不是永远可用的正则表达式?:修饰符,您就不能忽略选择。
Tough luck: in Perl 5, you can't ignore an alternation without the somewhat esoteric and not always available regular expression? : modifier.
在一种情况下,nose不考虑setup和teardown函数的名称:使用 @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.
它显示关于业务服务使用情况的关键信息,比如使用量、单位成本、成本修饰符和某一时间段内的总成本。
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.
有关这些文件格式的更多信息,请参阅使用DB 2数据移动实用工具中的文件类型修饰符。
For more information about these file formats, see Exploit file type modifiers that are built into the DB2 data movement utilities.
示例中的切入点使用了修饰符(modifier)和通配符(wildcard)模式来表达“所有公共方法”。
The pointcut in the example uses a modifier and wildcard pattern to express "all public methods."
例如,Groovy不要求使用分号,变量类型和访问修饰符也是可选的。
For example, Groovy doesn't require semicolons, and it makes variable types and access modifiers optional.
使用此修饰符调用的任何方法都将只使用小写字符串。
Any method called with this decorator USES only lowercase strings.
如果方法的前缀使用 @abstractmethod修饰符(decorator),那么此方法就是一个抽象方法。
A method is abstract if it's preceded with the decorator @abstractmethod.
GenericLowerDecorator类充当一个通用修饰符,用于强制所有基于字符串的参数使用小写形式。
The GenericLowerDecorator class ACTS as a universal decorator to force all string-based parameters into lowercase.
default这个特殊方法使用 @cherrypy.expose 修饰符标记为 CherryPy处理程序函数。
The special method default is marked as a CherryPy handler function by the @cherrypy.expose decorator.
修饰符是一些纯粹的语法糖(syntacticsugar)—或者(如Wikipedia 所言)“对计算机语言语法的补充,这些补充并不影响语言的功能,而是会让语言变得更易于被人使用。”
Decorators are pure syntactic sugar—or (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."
(0或1)和(s ?)(0到N)修饰符作为可选关键字来使用。
The (?) (0 or 1) and (s?) (0 to n) modifiers are also available as optional keywords.
请注意,如果结构本身具有限制性更高的访问级别,这会自动限制对其成员的访问,即使您使用访问修饰符来调整其成员的访问级别也是如此。
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.
修饰符可以在定义类和接口时使用,但它们通常并不是必需的。
You may use modifiers when defining classes and interfaces, but they are usually not required.
在非应用于源文件起始处的元素的特性中,不允许使用特性修饰符。
Attribute modifiers are not allowed on attributes applied to elements that are not at the beginning of a source file.
修饰符可以在定义类和接口时使用,但它们并不是必需的。
You can use modifiers when defining classes and interfaces, but they are not required.
注意,如果您不对构造函数使用访问修饰符,则在默认情况下它仍为私有构造函数。
Note that if you do not use an access modifier with the constructor it will still be private by default.
注意,如果您不对构造函数使用访问修饰符,则在默认情况下它仍为私有构造函数。
Note that if you do not use an access modifier with the constructor it will still be private by default.
应用推荐