摘要: 1.leaflet 官方网站 2.leaflet 绘图插件: gitee,github 3.关于Leaflet 地图 遮罩反选 leaflet作为地图开发插件,需要将某个区域突出显示,其余部分隐藏 4.leaflet选中要素,设置矢量样式,点击要素获取其属性 主要是通过featurelayer的on 阅读全文
posted @ 2022-07-02 10:42 回忆的片段 阅读(172) 评论(0) 推荐(0)
摘要: 1.提示“python找不到或者环境不对” npm config set python C:\Python27\python.exe 2.执行npm rebuild node-sass 重构一下3.再重新执行npm install就OK啦 4.输入: npm install @ionic/app-s 阅读全文
posted @ 2021-06-11 23:36 回忆的片段 阅读(50) 评论(0) 推荐(0)
摘要: 添加tomcat自动启动 第一步: vi /etc/systemd/system/tomcat.service 第二步:输入以下代码保存退出,注意修改你的tomcat路径 [Unit]Description=tomcatAfter=network.target[Service]Type=onesho 阅读全文
posted @ 2020-12-03 15:04 回忆的片段 阅读(100) 评论(0) 推荐(0)
摘要: 一、安装包下载Java SE Runtime Environment 8 jre-8u271-linux-x64.tar.gz https://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html g 阅读全文
posted @ 2020-11-20 20:53 回忆的片段 阅读(523) 评论(0) 推荐(0)
摘要: 开发完成.netcore的小伙伴,接下来就是将开发好的打包程序放到服务器上,服务器选择很多,windows服务器部署相对简单,本文着重记录CentOS 7.3系统发布过程 笔者需要将程序部署到内网服务器上,因此yum命令失效,坑就多了起来。没办法,先本地虚拟机创建一个CentOS 环境用来下载各种依 阅读全文
posted @ 2020-04-30 11:35 回忆的片段 阅读(602) 评论(0) 推荐(0)
摘要: Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. 解决: 进入mysql数据库,修改参数 阅读全文
posted @ 2020-02-20 11:17 回忆的片段 阅读(924) 评论(0) 推荐(0)
摘要: 如果卸载了.net4.5 服务器黑屏 用下面命令 开启服务器桌面版(每个/前带空格) dism /online /enable-feature /all /featurename:servercore-fullserver /featurename:server-gui-shell /feature 阅读全文
posted @ 2019-08-23 09:29 回忆的片段 阅读(469) 评论(0) 推荐(1)
摘要: 1.WGS84(4326) 影像 http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_Imagery_World_2D/MapServer 街道 http://server.arcgisonline.com/ArcGIS/rest/ser 阅读全文
posted @ 2018-12-17 14:09 回忆的片段 阅读(2564) 评论(0) 推荐(0)
摘要: 功能1:批量修改Mysql 字段大小写 阅读全文
posted @ 2018-11-20 11:42 回忆的片段 阅读(187) 评论(0) 推荐(0)
摘要: arcgis 加载 sqlserver 格式图形,报错,用此方法可以修改图形 查找绘图错误记录 修改绘图错误的记录 --修正图形 阅读全文
posted @ 2018-09-02 16:40 回忆的片段 阅读(351) 评论(0) 推荐(0)