- OffscreenCanvas如何保存到图片呢?
如题,OffscreenCanvas如何保存到图片呢?
2020-03-03 - 怎么创建一个Offscreen的Image对象呢?
打算使用OffscreenCanvas做图片处理,但是不知道怎么创建Image对象。 比如我想把从相册里面选的图片拿出来做处理,要怎么样才能把图片转换成ArrayBuffer类型的pixels数据,或者转成ImageData类型? 求助!!!
2020-03-02 - 我的账号绑定多多个管理员,但是之前的公司已经倒闭了,现在要怎么取消绑定呢?
我的账号绑定多多个管理员,但是之前的公司已经倒闭了,现在要怎么取消绑定呢?
2020-02-18 - BLE APIs在真机上获取不到advertisData
[图片] [图片] wx.openBluetoothAdapter({ success: function () { var scaning = true; wx.onBluetoothDeviceFound(function (res) { console.log(res) for (var d in res.devices) { console.log('advertisData:'+d.advertisData) console.log(typeof d.advertisData) } }); setTimeout(function () { if (scaning) { console.warn("ble搜索超时,停止搜索") wx.stopBluetoothDevicesDiscovery() fail() } }, 10 * 1000); wx.startBluetoothDevicesDiscovery({ services: ['18EE'], allowDuplicatesKey: true, success: function (res) { console.log(res) } }) }, fail: function (e) { fail(e) } }) 用第三方工具扫描蓝牙,是能看到广播数据的(第二张图); 分别使用Android和iOS测试过小程序,都获取不到;
2017-09-30