yicone
yicone
wx.request 的文档中,responseType 参数,支持的合法值包括:text、arraybuffer 将 wx.request 切换到 axios.request 后,请求中如果 responseType 为 arraybuffer,会报错: ```js adapter.js:179 Uncaught (in promise) Error: Unsupported responseType at createError (adapter.js:179) at adapter.js:279 at Promise () at loop (adapter.js:19)...
Rethinkdb Service can't start when Container restarted. _docker-compose.yml_ ```yml rethinkdb: restart: always image: rethinkdb:latest ports: - 28015:28015 volumes: - ./data:/data ``` LOGS: ```txt Running rethinkdb 2.3.5~0jessie (GCC 4.9.2)... Running on...