Listing 4: Initializing a Nessus class instance.
清单4:初始化nessus类实例。
Parser errors are returned in the Compilation Unit class instance.
解析器错误是在编译单元类实例中返回的。
After you create a Nessus class instance, it needs to be initialized.
创建了nessus类实例后,需要对其进行初始化。
And bind the DLL module functions to the class instance methods.
DLL模块的功能,并将其绑定到类实例方法。
This helps the service class instance relinquish the resources it is using.
这有助于服务类实例放弃它正在使用的资源。
Id: the id name you'll use to reference this class instance in the XML document.
id:用于在XML文档中引用这个类实例的id名。
Right that's a specific name, and what it basically says is, when I call the class instance.
好这是个特定的应用,它的意思也就是,让我调用一个类的实例。
After the message is initialized, send it using your Client class instance with the send method.
消息初始化成功后,可以通过对client类实例使用send方法来发送它。
Classes that require class instance-level access control must implement the Resource interface.
要求类实例级访问控制的类必须实现Resource接口。
Cargo might also be a database connection, a complex class instance, or a list with several items in it.
cargo还可能是数据库连接、复杂的类实例或带有几个项的列表。
For now, let's take a look at a simple class instance. To begin, we created a Python module named persist.py.
现在,我们看一个简单的类实例。
The service client USES the Holder class instance to send the values of either the out or the inout parameter.
服务客户机使用holder类实例发送out参数或inout参数的值。
This invoke method takes two arguments, which supply the class instance and an array of parameter values for the call.
这种invoke方法使用两个参数,为调用提供类实例和参数值数组。
If the class hasn't been loaded yet, the class loader will load it now and return the newly constructed class instance.
如果类未被装入,类装入器将现在装入并返回新创建的类实例。
Next, notice how the HTML tag is opened by creating a new xforms_lib class instance by passing in the three namespaces.
接下来,注意HTML标记的打开方式,即,传入三个名称空间,创建一个新的xforms_lib类实例。
After the user is authenticated, the program tries to create a UserProfile class instance, modify it, and read from it.
在认证了用户之后,程序设法创建一个userprofile类实例,修改它并从中读取。
With a little bit of work, we can extend JAAS to include a generalized class instance-level authorization framework.
只要做一点工作,我们将可以扩展JAAS,使其包含一个通用的、类实例级的授权框架。
In the relationship modeled in Figure 13, a Company class instance will always have at least one Department class instance.
在图13中的关系建模中,一个Company类实例至少总有一个Department类实例。
Inside the get method, a bean should be returned from the session if its instance is not set in the current action class instance.
在get方法中,如果某个bean的实例没有在当前操作类实例中设置,那么应该从会话返回那个bean。
Furthermore, the owner of the Auction class instance must be able to modify the acceptance flag in the related Bid class instances.
而且,auction类实例的所有者必须能够修改相关的bid类实例中的接受标志。
Some nodes do not show the class name because those instances do not contribute significantly to the size of the root class instance.
某些节点并未显示类名,这是由于这些实例对根类实例的大小无显著影响。
Finally, it dawned on me that they had declared many variables with global scope (class instance variables) via declaration elements.
最后,我发现他们通过声明元素声明了很多全局变量(类实例变量)。
Will the data and the data processing of the corresponding function "packaging" to a class. A class instance is called an object.
将数据及处理数据的相应函数“封装”到一个类中。类的实例称为对象。在一个对象内,只有属于该对象的函数才可以存取该对象的数据。
If a relationship is defined, then the class instance (Resource) being protected must be passed into the ResourcePermission constructor.
如果定义了一个关系,那么必须把受保护的类实例(Resource)传递到ResourcePermission构造函数中。
When you make changes to members of the object referred to by the object reference, the changes apply to the actual class instance.
当您藉由物件参考来改变参考的物件成员时,改变会套用在真正的类别执行个体。
It is important to note that there are run time dependencies (such as cached class instance references) between application artifacts.
务必注意,应用程序构件之间存在运行时依赖项(如缓存的类接口引用)。
After creating the proxy class instance, you can set its callback functions and optionally set its time-out or user-context properties.
在创建代理类实例之后,可设置其回调函数,还可以有选择地设置其超时属性或用户上下文属性。
There's no need to go through the read_inheritable_attribute macro to use attributes because these are class instance variables defined by ActiveRecord.
不需要通过 read_inheritable_attribute宏来使用属性,因为这是ActiveRecord定义的类实例变量。
This feature is richer than function Pointers because it allows the inner class instance to retain a reference to the environment in which it was created.
该特性比函数指针更强大,因为它允许内部类实例保持对创建它的环境的引用。
It's also the identifier for the loaded class itself — you can have multiple copies of the same binary class loaded in a JVM, each with its own class instance.
它还是已装入类本身的标识—对于装入到JVM的同一个二进制类,可以有多个副本,每个副本都有其自己的Class实例。
应用推荐