attr
- 网络属性;属性名
-
Attr () method cannot be used now to get property values .
attr()方法现在不能用于获取preperty的值。
-
The attr () function is one example .
attr()函数就是一个例子。
-
The attr () method retrieves the value of the attribute named id.
attr()方法检索名为id的属性的值。
-
However , not all attributes listed in the attr method reference can be animated .
下列是能够被动作化的属性的一个列表。
-
This function is the attr ( name ) and is the generic way to access information from any page element .
这个函数是attr(name),可用来访问来自任何页面元素的信息。
-
There are two separate ways of getting these attributes , and you can 't use the attr () function to do so .
获得这些信息的方式有两种,但不能为此使用attr()函数。
-
In addition , . attr () should not be used on plain objects , arrays , the window , or the document .
另外,.attr()不应该用在普通的对象,数组,窗口(window)或文件(document)上。
-
Qp () - > attr ( 'name ' ) retrieves the value of an attribute with the name name .
qp()->attr('name')检索name属性的值。
-
You saw that the generic attr () function can be used generically on every element , and that the Form elements have special functions to get their values .
您看到了通用的attr()函数可用于每个元素,并且Form元素有获得其值的特殊函数。
-
Many drivers export information like this into sysfs , and udev allows us to incorporate sysfs-matching into our rules , using the ATTR key with a slightly different syntax .
许多驱动程序会导出这些信息到sysfs,udev允许我们使用ATTR键通过稍捎不同的语法来合并sysfs匹配到自己的规则中。
-
Had we checked the return value after echoing the context into / proc / self / attr / exec , we would have found that it had failed .
如果在把上下文回传到/proc/self/attr/exec后查看返回值,则将发现它已经失败。
-
Examine them with the lspv and lsdev – dev hdiskX – attr commands .
用lspv和lsdev–devhdiskX–attr命令检查这些磁盘。
-
Check the attributes of the virtual Ethernet adapters with the lsdev – dev entX – attr command to confirm which adapters are which .
用lsdev–deventX–attr命令检查虚拟以太网适配器的属性,确认适配器的映射关系。
-
For example , the insertData method is used to set the value of CharacterData nodes , while the value of Attr ( attribute ) nodes is set by direct access to a value field .
例如,CharacterData节点的值是通过使用insertData方法来设置的,而Attr(属性)节点的值是通过直接访问value字段设置的。
-
Echoing a context into the / proc / pid / attr / exec file causes SELinux to try transitioning to that context on the next exec .
把上下文回传到/proc/pid/attr/exec文件中,这将导致SELinux在下一次执行时尝试转换到该上下文中。
-
The PAM module sets the context by writing the context into the file / proc / $ $ / attr / exec , then executing a shell that is a valid entry type to the new domain .
PAM模块设置上下文的方式为:把上下文写入/proc/$$/attr/exec文件,然后执行对于新域具有有效登录类型的shell。