- 怎么设置微信公众平台发布新版 旧版不让用?
怎么设置微信公众平台发布新版 旧版不让用
2021-03-20 - 想把图片地址 红色部分变成两位数据都可以查找到?
[图片]
2021-03-13 - 怎么变成任意两位数?去匹配fileID
[图片]
2021-03-13 - 画图问题是在绘图区开始画才出现图,nickname还不在上面?
wx.cloud.downloadFile({ fileID:fileID, success:res1=>{ wx.getImageInfo({ src:res1.tempFilePath, success (res) { console.log(res) that.setData({ scalH:that.data.byclear/375*res.height*that.data.byclear/res.width }) // console.log('this.data.scalH'+that.data.scalH) // console.log('this.data.scalH'+that.data.byclear) // console.log(res1.tempFilePath) console.log('检查下1') that.ctx.drawImage(res1.tempFilePath, 0, 0, that.data.byclear, that.data.scalH); console.log('检查下2') that.ctx.fillText(that.data.userInfo.nickName, 20, 20) that.ctx.draw() } }) } })
2021-03-12 - canvas和modal?
把modal挡住了,怎么处理?
2021-02-22 - 想根据stnum里面[1,2,3]这些学号,都赋予对应的sum_sscore值?
想根据stnum里面[1,2,3]这些学号,都赋予对应的sum_sscore值。 [图片]
2021-02-20 - 经过wind之后还想获得完整score怎么处理呢?
[图片] 数据库score是[20,5,9] 经过wind之后还想获得完整score怎么处理呢?
2021-02-19 - 想增加个group输出字段怎么弄?
在TD集合中搜索班级为jl1的数据jl1各个数据中包括score[]求和已经实现,但是输出想增加下group字段 const db=wx.cloud.database() const $ = db.command.aggregate const _=db.command db.collection('TD').aggregate().match({ clas: _.eq('jl1') }).unwind('$score').group({ _id:'$_id', sum:$.sum('$score') }) . end() .then(res=>{ console.log(res) }) [图片]
2021-02-19 - 怎么解决这个问题呢?
发起的如下数据库查询经自动检测发现以下问题,且可能缺乏高效的索引支持,如果此查询需在生产环境频繁使用,建议建立相应完整索引
2021-02-18 - 这样的用量不会让我花钱吧?
[图片]
2021-02-18