logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

nginx报错:Swap file “/etc/nginx/.nginx.conf.swp“ already exists

报错信息如下:E325: ATTENTIONFound a swap file by the name "/etc/nginx/.nginx.conf.swp"owned by: rootdated: Sat Aug 10 10:49:36 2019file name: /etc/nginx/nginx.confmodified: nouser name: roothost name: SHUN

#nginx#运维
Vue+Openlayer动态加载geojson

加载1个或多个要素<template><div id="map" style="width: 100vw; height: 100vh"></div></template><script>import "ol/ol.css";import TileLayer from "ol/layer/Tile";import VectorLayer

#其他
vue3中使用websocket

WebSocket是一种在Web应用程序中实现双向通信的通信协议,它允许客户端和服务器之间建立持久的、低延迟的连接,以实现实时数据传输。通过封装Websocket类,我们可以在Vue3中轻松使用Websocket进行实时数据传输。基于Vue3封装一个好用的Websocket_vue3 websocket封装-CSDN博客。vue3 封装WebSocket(直接复制)_vue3 websocket封

文章图片
#websocket#网络协议#网络
谷歌浏览器中安装web server for chrome

下载地址:https://www.greenxf.com/soft/289540.htmlhttps://www.greenxf.com/soft/289540.html直接把下载的crx文件拖入Chrome扩展程序中,会发现弹出【只能通过....】的提示,所以这里换种不直接拖crx文件的方式,如下:将Web Server for Chrome_0_5_0_0.crx的后缀改为zip解压Web S

#其他
vue3+cesium点击wms图层获取要素属性

【代码】vue3+cesium点击wms图层获取要素属性。

#javascript#vue.js#前端
vue3控制cesium中entity的显示和隐藏

cesium中文api:Index - Cesium Documentation http://cesium.xin/cesium/cn/Documentation1.72/index.html

#javascript#vue.js#前端
elementui中el-menu路由改变,自动切换到对应项

主要通过设置:default-active="$route.path"来实现,如下:

#前端
elementui分页组件的使用

<!--分页 start--><el-pagination@size-change="handleSizeChange"@current-change="handleCurrentChange":current-page="pageInfo.currentPage":page-sizes="[5, ...

#elementui
vue3登录路由拦截

【代码】vue3登录路由拦截。

#前端
vue+openlayer6访问geoserver发布的wms栅格影像图,并使用getFeatureInfoUrl()函数点击获取属性

效果图:实现代码:<template><div id="map"><div style="position: absolute; z-index: 9999; color: red; font-size: 30px">{{ info }}</div></div></template><script>import "

#html#jquery#vue.js
    共 181 条
  • 1
  • 2
  • 3
  • 19
  • 请选择