摘要:
在项目中接入华为hms时候能跑起来,但是打包会报错 Errors while building APK. You can find the errors in the 'Messages' view. 其实就一句话的问题弄了老半天 上干货 在app的build.gradle里的android{}中添 阅读全文
摘要:
在最近需求中,加入了大量的统计:其中有个统计是统计某日帖子的被评论人数的, 1. 刚开始为了实现功能,简单得写了下: select count(*) as num,post_uid from (select count(uid),post_uid from b where psot_id in(x, 阅读全文