个人案例
- 扫码连接WIFI密码查看器
记录及分享Wi-Fi密码
扫码连接WiFi或连Wi-Fi看密码扫码体验
- 小程序个体户流量主,开不了发票能提现吗?
1、小程序个体户流量主,开不了发票能提现吗? 2、iOS不能虚拟支付,那么只能免费吗?有其他办法吗?
2019-06-28 - writeFile:fail the maximum size of the f
其他手机没问题, 我的测试机有问题,请问如何清理呢? 代码如何改进,手工如何清理一下手机, 要不测试机没法用了。 谢谢 writeFile:fail the maximum size of the file storage limit is exceeded"} 代码: const mytmp = `${wx.env.USER_DATA_PATH}/${fileName}` let xx = wx.getFileSystemManager() let fffff = wx.base64ToArrayBuffer(bufferData.replace(/[\r\n]/g, ""))//.replace(/[\r\n]/g,"") xx.writeFile({ filePath: mytmp, encoding: 'binary', data: fffff, success: res => { console.log('write file ok-----------', fileName) }, fail: err => { console.log(err) } })
2019-05-15 - xx.writeFile wx.getSavedFileList 空
const mytmp = `${wx.env.USER_DATA_PATH}/${fileName}` xx.writeFile({ filePath: mytmp, encoding: 'binary', data: fffff, success: res => { console.log('write file ok-----------', fileName) callback({ path: mytmp, result: res }) 现在是缓存超过10M 无法清空, 如果我每次都用一个文件名,有的安卓系统不能覆盖已有文件。 求解
2019-05-14 - Cannot read property 'callFunction'
请问这中如何知道是啥问题呢? Cannot read property 'callFunction' of undefined;at App _imageRect function;at api canvasToTempFilePath success callback function [图片]
2019-05-14 - Cannot read property 'callFunction' of u
请问这中如何知道是啥问题呢? Cannot read property 'callFunction' of undefined;at App _imageRect function;at api canvasToTempFilePath success callback function [图片]
2019-05-06 - 云函数之间用cloud.callFunction调用合理吗?
我知道wx.cloud.callFunction 的使用范围, 但想了解,云函数之间是用 cloud.callFunction 调用吗? 还是有更合理的方式?
2019-04-10 - 微信小程序 内调 openapi 错误
- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 鉴黄结果 - 复现路径 - 提供一个最简复现 Demo console.log(token) let url = WX_API.imgseccheck + "?access_token="+token let _body let ret = await request.post(url, { form:{ media: { contentType: 'image/png', value: file64 } } }, function (err, httpResponse, body) { console.log(body) _body = body } ) 我试验了一次, 还是出问题。 是不是我哪里配置错了呢? 帮我看看 [图片] [图片] [图片]
2019-04-08 - 鉴黄img_sec_check 云调用超时
- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 鉴黄结果 - 复现路径 - 提供一个最简复现 Demo console.log(token) let url = WX_API.imgseccheck + "?access_token="+token let _body let ret = await request.post(url, { form:{ media: { contentType: 'image/png', value: file64 } } }, function (err, httpResponse, body) { console.log(body) _body = body } )
2019-04-04