- 手机可以搜索到的蓝牙设备,在微信小程序Demo程序里的蓝牙功能,搜不到
- 小程序示例 Demo里的蓝牙功能。
2018-09-21 - at onSocketMessage callback function Typ
at onSocketMessage callback function TypeError: Cannot read property 'setData' of undefined function show_data(result) { var that=this that.setData({ .... }) } 这个问题如何处理?咋回事?
2018-09-18 - failed: Unexpected response code: 502
appservice?t=1537006821587:5415 WebSocket connection to 'wss://www.xxx.com/' failed: Error during WebSocket handshake: Unexpected response code: 502 程序如下: [代码]wx.connectSocket({ url: 'wss://example.qq.com', data:{ x: '', y: '' }, header:{ 'content-type': 'application/json' }, protocols: ['protocol1'], method:"GET"})[代码] 这个问题如何处理?咋回事?
2018-09-15 - 手机断网后,本地的蓝牙通信功能还能使用吗?
- 手机断网后,本地的蓝牙通信功能还能使用吗?
2018-09-05 - 开发模式提示 WebSocket ERR_CONNECTION_CLOSED
WebSocket connection to 'wss://xx.xxxxxxxx.com:xxxx/' failed: Error in connection establishment: net::ERR_CONNECTION_CLOSED
2018-08-14 - 地图运动轨迹如何实现?有接口吗?
实现地图轨迹 车辆gps轨迹回放。
2018-07-27