久久久久久久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 = 藝術家

                  推薦答案

                  您實際上已經正確設置了它以執行 AND 查詢.問題(假設您的數據結構設置正確)是您的 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模板網!

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

                  相關文檔推薦

                  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 - 使用異步數據更新 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 中,如何創建使用 Ionic 組件的自定義指令?)
                  Use ViewChild for dynamic elements - Angular 2 amp; ionic 2(將 ViewChild 用于動態元素 - 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>
                            主站蜘蛛池模板: 亚洲国产一区二区在线 | 成人一区二区在线 | 国产激情一区二区三区 | 欧美日韩精品专区 | 亚洲国产精品一区二区久久 | 99国产精品久久久 | 亚洲精品欧美 | 欧美精品a∨在线观看不卡 国产精品久久国产精品 | 天天看天天操 | 欧美日韩一区二区在线 | 国产一区二区免费电影 | 一区二区三区中文字幕 | 北条麻妃一区二区三区在线观看 | 欧美日韩在线一区二区 | 日韩精品免费一区二区在线观看 | 精品九九在线 | 大象视频一区二区 | 视频一区中文字幕 | 亚洲一区国产 | 91精品久久久久久久久久入口 | www.887色视频免费 | 一区二区在线 | 亚洲精品久久久一区二区三区 | 成人综合伊人 | 成人av免费网站 | 国产高清精品一区二区三区 | 亚洲成a | 午夜精品久久久久久久久久久久久 | 久久久tv| 国产免费视频在线 | 久久91精品久久久久久9鸭 | 91在线精品视频 | 久久久久一区 | 在线播放一区二区三区 | 精品视频 免费 | 在线视频一区二区 | 欧美日韩亚洲国产综合 | 每日更新av| 精品99久久久久久 | 欧美精品在线观看 | 亚洲精品乱码8久久久久久日本 |