久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <tfoot id='3SKR3'></tfoot>
  • <i id='3SKR3'><tr id='3SKR3'><dt id='3SKR3'><q id='3SKR3'><span id='3SKR3'><b id='3SKR3'><form id='3SKR3'><ins id='3SKR3'></ins><ul id='3SKR3'></ul><sub id='3SKR3'></sub></form><legend id='3SKR3'></legend><bdo id='3SKR3'><pre id='3SKR3'><center id='3SKR3'></center></pre></bdo></b><th id='3SKR3'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='3SKR3'><tfoot id='3SKR3'></tfoot><dl id='3SKR3'><fieldset id='3SKR3'></fieldset></dl></div>

    <small id='3SKR3'></small><noframes id='3SKR3'>

      • <bdo id='3SKR3'></bdo><ul id='3SKR3'></ul>

      1. <legend id='3SKR3'><style id='3SKR3'><dir id='3SKR3'><q id='3SKR3'></q></dir></style></legend>

      2. 如何制作 Parse.Query.AND?

        How can I make Parse.Query.AND?(如何制作 Parse.Query.AND?)

        <small id='fWLTw'></small><noframes id='fWLTw'>

            <i id='fWLTw'><tr id='fWLTw'><dt id='fWLTw'><q id='fWLTw'><span id='fWLTw'><b id='fWLTw'><form id='fWLTw'><ins id='fWLTw'></ins><ul id='fWLTw'></ul><sub id='fWLTw'></sub></form><legend id='fWLTw'></legend><bdo id='fWLTw'><pre id='fWLTw'><center id='fWLTw'></center></pre></bdo></b><th id='fWLTw'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='fWLTw'><tfoot id='fWLTw'></tfoot><dl id='fWLTw'><fieldset id='fWLTw'></fieldset></dl></div>

            • <bdo id='fWLTw'></bdo><ul id='fWLTw'></ul>
            • <tfoot id='fWLTw'></tfoot>

                  <legend id='fWLTw'><style id='fWLTw'><dir id='fWLTw'><q id='fWLTw'></q></dir></style></legend>

                    <tbody id='fWLTw'></tbody>

                1. 本文介紹了如何制作 Parse.Query.AND?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我需要用 and 連接 Parse.com 中的 2 個查詢,我的代碼是:

                  I need to connect 2 queries in Parse.com with an and, my code is:

                      var queryDeseo1 = new Parse.Query(DeseosModel);
                      queryDeseo1.equalTo("User", Parse.User.current());
                      queryDeseo1.equalTo("Deseo", artist);
                  
                      queryDeseo1.find({...
                  

                  .find 的結果是所有具有 User = Parse.User.current()) 的對象和所有具有 Deseo = Artist<的對象/code> 但我希望將兩個查詢的對象放在一起:

                  The result of the .find is all the objects with User = Parse.User.current()) and all the objects with Deseo = artist but I want the objects with the two queries together:

                  User = Parse.User.current())Deseo = 藝術家

                  推薦答案

                  您實際上已經正確設置了它以執(zhí)行 AND 查詢.問題(假設您的數(shù)據結構設置正確)是您的 User 字段是指向 User 表的指針.因此,您需要查詢一個等于指針的用戶,而不是一個等于 Parse.User.current() 的用戶,后者將返回一個字符串.類似于以下內容:

                  You've actually got it setup correctly to do an AND query. The problem (assuming that your data structure is setup properly) is that your User field is a Pointer to the User table. Therefore, you need to query for a User equal to the pointer, as opposed to a User equal to Parse.User.current() which will return a string. Something like the following:

                  var userPointer = {
                    __type:    'Pointer',
                    className: 'User',
                    objectId:  Parse.User.current().id
                  }
                  
                  queryDeseo1.equalTo('User', userPointer);
                  

                  這篇關于如何制作 Parse.Query.AND?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯(lián)網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯(lián)系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Use IScroll in Angular 2 / Typescript(在 Angular 2/Typescript 中使用 IScroll)
                  anime.js not working in Ionic 3 project(Anime.js 在 Ionic 3 項目中不起作用)
                  Ionic 3 - Update Observable with Asynchronous Data(Ionic 3 - 使用異步數(shù)據更新 Observable)
                  Angular 2: file not found on local .json file(Angular 2:在本地 .json 文件中找不到文件)
                  In Ionic 2, how do I create a custom directive that uses Ionic components?(在 Ionic 2 中,如何創(chuàng)建使用 Ionic 組件的自定義指令?)
                  Use ViewChild for dynamic elements - Angular 2 amp; ionic 2(將 ViewChild 用于動態(tài)元素 - Angular 2 amp;離子2)

                        <tbody id='z75gx'></tbody>

                          <bdo id='z75gx'></bdo><ul id='z75gx'></ul>
                        • <legend id='z75gx'><style id='z75gx'><dir id='z75gx'><q id='z75gx'></q></dir></style></legend>

                          • <i id='z75gx'><tr id='z75gx'><dt id='z75gx'><q id='z75gx'><span id='z75gx'><b id='z75gx'><form id='z75gx'><ins id='z75gx'></ins><ul id='z75gx'></ul><sub id='z75gx'></sub></form><legend id='z75gx'></legend><bdo id='z75gx'><pre id='z75gx'><center id='z75gx'></center></pre></bdo></b><th id='z75gx'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='z75gx'><tfoot id='z75gx'></tfoot><dl id='z75gx'><fieldset id='z75gx'></fieldset></dl></div>

                            <small id='z75gx'></small><noframes id='z75gx'>

                            <tfoot id='z75gx'></tfoot>
                            主站蜘蛛池模板: 午夜免费福利 | 69精品视频| 久草福利 | 伊人黄色 | 日韩精品视频网站 | 欧美在线不卡 | 亚洲国产精品久久久 | 国产激情一区二区三区 | 国产一区二区三区免费视频 | 亚洲成人av在线播放 | 91看片在线观看 | 一区二区国产精品 | 九九热在线观看 | 国产高清视频在线播放 | 日韩精品中文字幕在线观看 | 波多野结衣一区二区三区在线观看 | 中文字幕在线不卡 | 久久精品一区二区三区不卡牛牛 | 午夜在线播放 | 国产一区中文字幕 | 色在线视频 | 国产日韩欧美综合 | 91禁在线观看 | 欧美激情成人 | 在线观看欧美日韩视频 | 免费网站观看www在线观 | 91成人精品 | 午夜性福利 | 日韩二三区 | 在线观看亚洲一区 | 日韩精品极品 | 国产黄色一区 | 五月婷婷丁香花 | 性色在线 | 成人精品免费视频 | 日韩视频免费看 | 日本中文字幕在线播放 | 成人在线视频网 | 国产午夜一区二区 | 国产一区2区 | 国产欧美成人 |