A simple and common method used by many consumers is to complain directly to the store manager.
许多消费者采用的方法就是直接投诉到商店经理那里去,这是个简单又常见的方法。
If there is no record store of that name, invoking this method creates one.
如果没有具有这个名称的记录存储,那么调用这个方法来创建一个。
The first method opens the named record store if it exists.
如果指定的记录存储存在,第一个方法将会打开它。
Figure 2 below shows a class with multiple methods, of which some need to store details about the user who accessed the method and the money amount that was transferred.
下面的图2显示了一个具有多个方法的类,其中有些需要存储关于哪些用户访问该方法,以及被转移的资金数额的细节。
Once we have the data back into PHP, we can store it in our database or any other method of data handling we choose from the many options PHP offers.
当把数据返回到php后,我们可以将其存储到数据库中,或使用PHP提供的众多选择中的任何其他数据处理方法。
The choice of authentication method does not much affect the time required to store and retrieve binaries.
认证方法的选择对存储和检索二进制文件所需的时间影响不大。
Therefore, I will show you a more generic method of handling data, a method that will allow you to store any data type in any node.
因此,我将介绍一种更为通用的处理数据的方法, 这种方法允许您在任意节点中存储任意数据类型。
If the record store is already open, this method returns a reference to the same record store object.
如果记录存储已经打开,这个方法将返回对同一个记录存储对象的引用。
The purpose of this method is to store the currently displayed number into the accumulator, to store the specified operation as well, and to reset the display for input of the next operand.
此方法的目的就是:将目前所显示的数值存储到此累加器、存储特定的操作以及为了下一个操作数的输入而重置显示。
Every time you write to a tied scalar variable, you invoke its STORE method.
每次写绑定标量变量时,都会调用它的STORE方法。
Take a content store backup using your proven database specific backup method.
使用您已经证实的数据库特定的备份方法进行一次内容存储备份。
This method USES immediate execution, and doesn't store any data during execution.
这个方法使用了即时执行,并且不会在执行的时候保存任何数据。
Since more than one Content Store object an be returned, the query method returns an array of Content Store objects.
由于可以返回多个内容库对象,因此query方法将返回一个内容库对象的数组。
Each account with an outstanding balance allows the user to enter an amount paid on an account with a submit method to store that information in the database.
每一个还有余额(outstanding balance)的账户都允许用户为某一账目输入付款金额,通过提交方法将该信息存储到数据库中去。
The Authenticator class is abstract, so you'll need to subclass it and implement the getPasswordAuthentication() method to store the username and password (see Listing 13).
Authenticator是一个抽象类,所以需要从它派生出子类,并实现 getPasswordAuthentication()方法来存储用户名和密码(见清单 13)。
Now, for classes that store large amounts of data, this method may not be the most efficient way to swap data, because swap involves one copy construction and two assignments.
现在,对于存储大量数据的类,此方法可能不是交换数据的最有效方法,因为swap涉及到一个copyconstruction和两次赋值。
You store objects into the grid using the EntityManager.persist method, much as you would with JPA.
使用EntityManager . persist方法将对象存储到网格中,与对JPA所做的处理一样。
Therefore the suggested programming practice is to look up the service in the init method of the portlet and store it in an instance variable.
因此,建议的编程实践是在Portlet的init方法中查找服务,并将其存储在一个实例变量中。
The createTask() method lets you create a new task in the data store with the Ajax client.
createTask()方法能让您用Ajax 客户端在数据存储中新建一个任务。
The enumeration calls the compare method passing in the contents of two records from the store.
枚举调用compare方法,把来自存储的两个记录的内容作为参数传递给该方法。
The restore_all method retrieves the contents of the entire data store.
restore_all方法检索整个数据存储器的内容。
WebSphere can also intercept a call to the execute method of a command object and store the content of the object within the dynamic cache.
WebSphere还可以拦截命令对象对execute方法的调用,并存储动态缓存内对象的内容。
The method getUserInfo1() returns a Map object, which you then store into the context with the key user.
方法getUserInfo1()将返回一个Map对象,然后将把该对象存储到关键字为user 的上下文中。
During the init method, store information used by the getter methods (like the user name) using instance variables on the application object or using WebSphere Dynamic Cache maps.
在init方法中,使用应用程序对象中的实例变量或WebSphereDynamicCache映射来存储getter方法所使用的信息(比如用户名)。
The component has a special method to store value bindings, namely setValueBinding; you can have more than one value binding.
这个组件拥有保存值绑定的特殊方法,即setValueBinding;可以有不止一个值绑定。
Note that method changes to the class are irrelevant to db4o because it doesn't store methods or method implementations as part of the stored object data, and ditto for constructor refactorings.
注意,对类中方法的更改与db4o无关,因为它不将方法或方法实现作为存储的对象数据的一部分,对于构造函数的重构也是如此。
The other difference is in the way the program_options: : store method is invoked.
另一个区别在于调用program_options:store方法的方式。
The last step of the decode method is to store the submitted value in the component (later it will be converted then validated; see Resources for more on validation and conversion).
decode方法的最后一步是把提交的值保存到组件(稍后会转换并验证它,请参阅参考资料获取更多关于验证和转换的内容)。
In this case, I create an array of hash tables — a common method to store structured data such as this.
在本例中,我创建了一个散列表的数组——用来存储这类结构式数据的一种常见方法。
Another method of saving state information is to store the information in hidden fields within a form.
保存状态信息的另一种方法是将信息存储在表单的隐藏域中。
应用推荐