gpt4 book ai didi

web-services - Backbone.js 以及与服务器的通信(检索细化数据集)

转载 作者:太空宇宙 更新时间:2023-11-03 22:18:45 25 4
gpt4 key购买 nike

在backbone.js中,我对与服务器通信以检索数据的理解充其量是模糊的......我当前的困惑是:

When you use a Collection you can fetch a set of data from the database through the Model and filter out unwanted results. My concern with this is that in an instance where the unfiltered results ends up being millions of results long, this would slow things down.

我知道它的功能一定不是这样的,因为其他人使用backbone.js,而我以前没有见过这个投诉。

问题:通过backbone.js,当您获取一组对象时,它会与哪里通信以及如何传递变量来指定方法的过滤器?例如,调用可以采用 user_id 的 get 方法来返回具有关联 user_id 的对象。

如果这不是正确的方法,请告诉我。

解释backbone.js如何与服务器通信,它期望通信的接口(interface)类型。示例也非常有帮助。

非常感谢任何帮助。

最佳答案

在文档中有一些地方可以传递 jQuery 选项。在这些选项中,您可以设置“data”参数,该参数作为查询参数或表单参数传入,具体取决于它是 POST 还是 GET。

jQuery.ajax options can also be passed directly as fetch options, so to fetch a specific page of a paginated collection: Documents.fetch({data: {page: 3}})

关于web-services - Backbone.js 以及与服务器的通信(检索细化数据集),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12755045/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com