-
你好,我下载之后运行,一直报错Could not resolve cn.bmob.android:bmob-sdk:3.7.8,请问该如何解决呢?
6Zeat updated
2 years ago
-
About #39, I open this issue to know about the cronjob of `authstate` table cleanup.
@confused-Techie I know I could have asked on Discord, but here it's easy to keep track of changes. Which soluti…
-
旧版sdk:反向关联查询,查询Post 表中 likes 列中有我的 Post(获得我点赞了的帖子)
```
var currentUser = Bmob.User.current();
var query = Bmob.Relation.reverseQuery('Post', 'likes', currentUser);
query.find({
s…
ehcsa updated
2 years ago
-
This issue has been extracted from #1008. We want to convert these options from Domino Designer:
![image](https://user-images.githubusercontent.com/24532731/160937146-ab1f75ce-3253-42b1-9989-0a97f…
-
It is time we address this... FlexJS should be removed, in favor of Royale Jewel component output.
The general goal is for someone to build a working Royale Jewel application within 5 minutes after…
-
Find the distinct values for a specified column across a single table and returns the result,
Based on this discussion:
https://www.parse.com/questions/retrieving-unique-values
-
After trying to compile the app, got this error:
```
e: D:\SCP-Android\app\src\main\java\info\free\scp\ScpApplication.kt: (34, 32): Unresolved reference: PrivateConstants
```
Line 34 mentioned…
-
手机号位置处现在变成AAxxxxxxx之类的了
-
```
ReferenceError: Bmob is not defined
at Object.e.init (node_modules/vilike/dist/ViLike.min.js:1:682)
at Module. (docs/.vuepress/enhanceApp.js:24:7)
at __webpack_require__ (webpack/b…
-
Bmob.min.js中的{name:t,route:f._config.parameters.FILES+"/"+f._config.secretKey+"."+r,data:n}会导致上传文件名固定为secretKey+拓展名,修改为{name:t,route:f._config.parameters.FILES+"/"+t,data:n}之后可以在调用dataURLtoFile()时自定义文…