摘要:
实现原理:使用 openlayers 中的 style 多边形绘制,然后边框使用虚线,以 3:4:3:0 的比例,实现选中框的绘制 openlayers版本:6.5.0 1、效果图 2、代码如下 import { Stroke, Style, RegularShape } from 'ol/styl 阅读全文
摘要:
1、安装依赖 yarn add mqtt 2、引入 import mqtt from 'mqtt' 3、完整项目代码 export default { data() { return { connection: { host: 'xx.xx.xx.xx', port: 8080, connectTi 阅读全文
摘要:
1、安装依赖 yarn add stompjs yarn add sockjs-client 2、引入 import Stomp from "stompjs"; import SockJS from "sockjs-client"; 3、完整项目代码 // 其实代码本身自带了心跳,但是有点小问题(忘 阅读全文