摘要: 错误分析 websocket: the client is not using the websocket protocol: 'upgrade' token not found in 'Connection' head 当反向代理或负载均衡未正确传递WebSocket请求时,就会出现此问题。 解决 阅读全文
posted @ 2021-04-01 20:30 牛奔 阅读(2781) 评论(0) 推荐(0) 编辑
摘要: 原因 在mysql错误日志里出现:The innodb_system data file ‘ibdata1’ must be writable,字面意思:ibdata1必须可写 查看日志报错,文件夹无写入权限 cat /var/log/mysqld.log 解决 查找文件路径 find / -nam 阅读全文
posted @ 2021-04-01 20:11 牛奔 阅读(797) 评论(0) 推荐(0) 编辑
摘要: 简单例子 <template> <div class="test"> </div> </template> <script> export default { name : 'test', data() { return { websock: null, } }, created() { this. 阅读全文
posted @ 2021-04-01 20:03 牛奔 阅读(31709) 评论(1) 推荐(0) 编辑