Listing 4. Code for the get method.
清单4.get方法的代码。
The get method then processes this request.
get方法随后处理此请求。
Only the GET method is supported on this service.
该服务上只支持GET方法。
Add the respective get method for your data member.
向您的数据成员添加相关的获得方法。
The Typeahead calls the get method of the Map bean.
Typeahead调用Mapbean的get方法。
Each of the publish applications contains a get method.
每个发布应用程序包含一个get方法。
Hence, a username and password must be sent by the GET method.
因此,用户名和密码必须通过GET方法发送。
Uncomment only one of the methods annotated with the @GET method.
对于使用 @GET注释了的方法,仅取消其中一个方法的注释。
The get method returns the reference to the referent object.
get方法返回对被引用对象的引用。
Now that you have created the bean, you need to implement its get method.
既然您已经创建了bean,您需要实现它的get方法。
When the text field changes, the Ajax get method is called to the server.
在文本字段变更时,将对服务器调用Ajaxget方法。
An HTTP GET method is used to send a request to retrieve the list of places.
使用一个HTTPGET方法发送一个请求来获取位置列表。
Then you change the get method in your Suggestions class to use this service.
之后,您需要在suggestions类中改变get方法以使用这一服务。
This GET method requires authentication and does not support anonymous access.
该GET方法需要认证,不支持匿名访问。
It USES the HTTP GET method to refresh the current page with extra parameters.
它使用HTTPGET方法来通过额外参数刷新当前页面。
In addition, the data doesn't have to be in plain text as with the GET method.
此外,数据也不必像在GET方法中那样必须是普通文本。
Get-the get method returns a single row from the table given an integer ID.
get—如果被给予一个整数ID, get方法将返回表中的一行。
Retrieving a cached object is as simple as using the get method provided by JCS.
检索缓存对象只不过是使用JCS提供的get方法。
Like Listing 9, Listing 10 also receives the event identifier over the GET method.
类似于清单9,清单10也通过GET方法取得事件标识符。
Connect to ajax.googleapis.com using this URL through an HTTP using the GET method.
按照GET方法通过HTTP使用这个URL连接 ajax.googleapis.com。
This time, you use the GET method to download a Web page instead of the POST method.
这次使用了GET方法而不是POST方法来下载web页面。
All calls from the client are done using the HTTP GET method with some URL arguments.
来自客户机的所有调用都是使用带有一些URL参数的HTTPGET方法完成的。
Listing 8. A get method provides the interface for users of the Dictionary class.
清单8.get方法为Dictionary类的用户提供了接口。
The difference is that Calculator invokes the get method, which is a blocking call.
区别在于Calculator调用get方法,这是一种阻塞调用。
Script, which accepts the unique album and photo IDs from list.php using the GET method.
删除照片的delete . php脚本会通过GET方法从list . php接受惟一的照片ID和相册id。
Because I have already introduced the GET method, I will start my descriptions with POST.
因为我已经介绍过GET方法,我将从POST开始说明。
And the get method returns the current contents of the articles table for the given feed.
get方法为给定提要返回文章表的当前内容。
Because you already know how to return XML, implementing the GET method should be pretty easy.
由于您已经知道如何返回X ML了,实现GET方法就应该是小菜一碟了。
Thus, you cannot use the form GET method if you want your content to be synchronized properly.
因此,如果想要内容被适当地同步,那么便无法使用表单GET方法。
For instance, the get method will throw a NotFoundException if the User kind can't be located.
例如,如果无法定位Userkind,get方法会抛出一个NotFoundException。
应用推荐