久久久久久久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>
                            主站蜘蛛池模板: 国产精品69av | 亚洲精品2| 男人天堂视频在线观看 | 99久久精品国产一区二区三区 | 国产欧美精品区一区二区三区 | 久久另类| 欧美激情国产日韩精品一区18 | 91精品国产91久久久久久 | 九九亚洲| 久操国产 | 精品国产乱码久久久久久丨区2区 | 国产精品一区二区在线 | 久久久久久艹 | 欧美日韩国产在线 | 天天操人人干 | 久久久av | 精品日韩一区二区三区av动图 | 你懂的在线视频播放 | 在线国产一区二区 | 日本电影韩国电影免费观看 | 国产伦精品一区二区三区照片91 | 中文字幕一区二区三区乱码在线 | 天天射天天操天天干 | av在线亚洲天堂 | 一级黄色片免费 | 日韩不卡在线 | www.婷婷亚洲基地 | 日本中文字幕在线观看 | 亚洲二区在线 | 色爱综合网| 一区二区三区四区不卡视频 | 成人在线一区二区 | 黄片毛片在线观看 | 免费在线观看一区二区 | 欧美午夜精品 | 黄色一级片aaa | 亚洲精品乱码久久久久久按摩观 | 操操日| 日本黄色不卡视频 | 欧美一区不卡 | 国产欧美日韩一区 |