This is done by calling the method encode.
这是通过调用方法编码。
You do this by calling the method and specifying -interactive as the only parameter.
只需调用方法并指定-interactive作为惟一的参数即可。
Each parameter is specified by calling a client method with the same name and by passing the value to the method as first argument.
通过调用相同名称的客户端以及将值作为第一个参数传递给该方法,来指定每个参数。
Initially, the receiver of the event declares its interest to the publisher by calling the subscribe method.
最初,事件的接收者通过调用订阅方法向发布者声明他的兴趣。
Instead, the server can signal to the resource adapter by calling the release method on the Work object.
相反,服务器可以通过调用Work对象的release方法,给资源适配器发信号。
The network awareness framework then notifies all listeners registered with that server context, including the listener that you have registered, by calling the reconnected method.
网络感知框架随后会通知所有注册该服务器上下文的侦听程序,包括通过调用reconnected方法已经注册的那些侦听程序。
You can avoid the issues of processing or generating invalid XML documents with XMLBeans by calling the validate method included in the generated classes.
可以通过调用生成类中包括的validate方法来避免XMLBeans处理和生成无效XML文档的问题。
The new element creation technique (lines 15-16) differs both by the use of a QName object to represent the element name and by calling a method of the saved factory to build the element.
通过使用QName对象来表示元素名称和通过调用已保存的工厂的方法来构建元素可以区别新元素的创建技术(第 15-16 行)。
Add help to your custom function by calling the help method.
通过调用help方法,向定制函数添加帮助。
The Apache Wink run time USES the asset class to construct the actual response entity by calling the corresponding method of the asset class.
ApacheWink运行时通过调用资产类对应的方法构建实际的响应实体。
The other two constructors just turn your file path or Directory object into an IndexReader by calling the static method IndexReader.open .
其他两个构造方法只是调用静态方法IndexReader . open把你的文件路径或Directory对象转换成一个IndexReader。
The content handler may be invoked either by the user, calling the complete , method on the event instance, or at the point of emission where the emitter invokes the complete method.
内容处理程序可以由用户调用事件实例的complete方法来调用,或者是在发射器调用complete方法时的发射点处调用。
Rewrites the path, if needed, by calling the RewritePath method.
如果需要重写,通过调用RewritePath方法来重写路径。
You access database metadata in JDBC by calling the appropriate method from the DatabaseMetaData object, as shown in Listing 3.
通过调用DatabaseMetaData对象中的适当方法在JDBC中访问数据库元数据,见清单 3。
You can undo the last change, by calling the UndoLastChange method.
通过调用UndoLastChange方法,可以撤销上一次的更新。
The implementation might actually process the DTD into a more structured representation (which is provided-specific) and make it available by calling the getProcessedDTD() method.
这个实现实际上可将DTD 处理成更加结构化的形式(特定于提供的)并通过调用getProcessedDTD()方法使其可用。
Method dispatch starts by calling a static "ClassOf" method with the object as argument.
方法调度通过把对象作为参数,来调用一个名为“ClassOf”的静态方法予以实现。
You do this by calling the retract method in the consequence part of your rule.
通过在结果块中调用retract方法实现这一点。
Note that you set up the user interface elements by calling the findViewById() method.
注意,通过调用findViewById()方法设置用户界面元素。
Close the interaction and then the connection by the calling the close method on instances of interaction and connection.
通过调用Interaction和Connection实例中的关闭(close)方法来关闭交互及连接。
You can do a similar operation to test whether a value is in the list of data values returned by calling the values method.
可以使用相似的操作检查某个值是否在调用values方法所返回的数据值列表中。
Once the message has been sent, the sender can store a reference to the Future object and check periodically for completion, or it can block and wait if needed by calling the get method.
消息被发送之后,发送者可以保存对Future对象的一个引用并定期检查是否完成,或者,它也可以通过调用get方法来阻塞和等待。
The main method executes the JTest test case by calling junit.textui.TestRunner.run .
main方法调用junit . textui . TestRunner . run执行jtest测试用例。
To start the parallel task, locate a WorkManager in JNDI, as described above, and hand over the Work object by calling the startWork() method.
要启动并行任务,在JNDI 中查找WorkManager(如上所述)并通过调用startWork()方法移交Work对象。
The individual messages are obtained from the queue by calling the receive method of the message_queue class.
通过调用 message_queue类的receive方法从队列获取消息。
You can view the raw JSON response by calling the toString method on the data property of the response object. The raw response looks like Listing 7.
您可以通过对response的data属性调用toString方法来查看原始json应答。
You do this by calling the refresh method on the model.
为此,您对模型调用refresh方法。
Evaluate the request from the PEP by calling the evaluate method on the PDP. This returns the authorization decision.
为PD p调用evaluate方法评估来自PEP的请求,这将返回授权决策。
This demonstrates how you can change font styles easily between cells (by calling the SetFont method to turn on and off the bold).
这演示了您如何可以更容易地在单元格之间变更字体式样(通过调用SetFont方法来打开或关闭粗体)。
I can check both (before and after) by calling the invoke method in the superclass and sending before and after notifications, depending on what I find.
可以调用超类中的invoke方法同时检查这两者(before和after),并根据查找结果发送before和after通知。
应用推荐