cloudboost

    0熱度

    1回答

    我在使用CloudBoost進行Android應用程序時遇到了一些問題,當我嘗試保存表中的數據時,我沒有收到任何結果。這是我的代碼: CloudApp.init("*****", "*****"); ... new Thread(new Runnable() { @Override public void run() { CloudObj

    1熱度

    1回答

    我想在註冊函數中爲用戶分配角色。 使用下面的代碼: try { role.save(new CloudRoleCallback() { @Override public void done(CloudRole cloudRole, CloudException t) throws CloudException { if(cloudRole != null

    0熱度

    1回答

    想獲取從CloudTable與特定日期範圍內的記錄說從:startDate到endDate

    0熱度

    2回答

    昨天下午發生了一些奇怪的事情,突然間我剛剛加載cloudboost.js庫時就出現錯誤。 這是錯誤的,我已經包括中帶剛,庫基本的HTML是給我這個錯誤 - 和鏈接到網址:http://oiapp.co.za/test-cloudboost/ 這是錯誤: Uncaught TypeError: Right-hand side of 'instanceof' is not an object at

    0熱度

    1回答

    有時,當我嘗試刪除實體時,服務器需要很長時間,最後返回「無法刪除」。奇怪的是,如果我去儀表板,該行被刪除,但錯誤回調在很多時間後啓動。 這是捲曲: curl 'https://api.cloudboost.io/data/hixeyxddbwdy/Product' -X DELETE -H 'Pragma: no-cache' -H 'Origin: http://builder.site.com

    1熱度

    1回答

    我嘗試了很多方法,但他們都一直說文件不存在,但它確實存在。它位於java文件夾中,但當它嘗試讀取它時失敗。我已取出JSON代碼,並將其存儲到Cloudboost工程中,但是我無法爲其提供超過1000個問題和答案... 這是更新後的代碼: public String loadJSON() { String json = null; try { InputStream

    7熱度

    2回答

    這是Cloudboost查詢示例: var query = new CB.CloudQuery("Student"); query.equalTo('age', 21); //find all Students who age is 21 query.find({ success: function(list){ //list is an array of CloudObjects },

    0熱度

    1回答

    我嘗試使用Android註銷我的應用程序。我使用了類CloudUser的功能logOut,但我最終得到了Bad Request Response。 這是我如何調用logOut - 方法 CloudUserHelper.logOut(MainFreeDaysListActivity.this, CloudUser.getcurrentUser()); ,這是logOut - 方法。 public

    0熱度

    1回答

    用戶登錄失敗時出現的錯誤是「錯誤:請求失敗,狀態碼爲401」。這個錯誤記錄在這裏: static login(username : string, password : string){ return new Promise(resolve =>{ let user = new CB.CloudUser(); user.set('username', userna

    0熱度

    1回答

    使用查詢插入,更新,刪除行後。什麼查詢可以幫助我刷新數據庫? 感謝您的幫助。