摘要: var express = require('express'); var app = express(); var bodyParser = require('body-parser') app.post('/highway', bodyParser.json(), function (req, 阅读全文
posted @ 2023-02-13 17:23 榆木脑袋敲啊敲 阅读(98) 评论(0) 推荐(0) 编辑
摘要: git 常用命令 git remote //查看远程仓库(origin) git branch -a //查看当前git仓库的所有分支信息 git checkout 分支名称 //切换到某一分支 git checkout -b 新分支名称 提交记录 //基于当前分支的某次提交记录,创建一个分支 gi 阅读全文
posted @ 2023-01-12 15:03 榆木脑袋敲啊敲 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 1. JIRA是Atlassian公司出品的项目与事务跟踪工具,被广泛应用于缺陷跟踪、客户服务、需求收集、流程审批、任务跟踪、项目跟踪和敏捷管理等工作领域。 JIRA中配置灵活、功能全面、部署简单、扩展丰富,其超过150项特性得到了全球115个国家超过19,000家客户的认可 2. 船舶AIS是集海 阅读全文
posted @ 2022-03-15 11:27 榆木脑袋敲啊敲 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 问题现状:写个mapbox地图,本地浏览器可以正常加载 ,但是在客户端的谷歌浏览器插件(5以上版本)里面,提示初始化webgl失败 - -怀疑是显卡的问题,但是浏览器可以正常显示,说明显卡没问题 - -怀疑是浏览器配置问题,查看链接:https://blog.csdn.net/du_5pet/art 阅读全文
posted @ 2021-10-25 11:11 榆木脑袋敲啊敲 阅读(1836) 评论(0) 推荐(0) 编辑
摘要: mapbox层级变小后,可能由于碰撞算法,有些位置的图标要素比较多时,会出现少绘制/不绘制的情况 查阅官网后,发现参数icon-ignore-placement 解释:If true, other symbols can be visible even if they collide with th 阅读全文
posted @ 2021-10-20 18:44 榆木脑袋敲啊敲 阅读(1397) 评论(0) 推荐(0) 编辑
摘要: 经典白https://minedata.cn/studio/operate/mapstyle/view?solution=15710&key=6bb2b0e169a7481ba5cc53c8ff3feda4极夜蓝https://minedata.cn/studio/operate/mapstyle/ 阅读全文
posted @ 2021-08-06 10:35 榆木脑袋敲啊敲 阅读(82) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2021-02-20 15:37 榆木脑袋敲啊敲 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 操作命令: 查询当前目录设置的软链接:ls -il 删除软链接: rm -rf 软链接名称 建立软链接: ln -s 源文件路径 软连接名称 阅读全文
posted @ 2020-12-17 15:28 榆木脑袋敲啊敲 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 链接:https://cloud.tencent.com/developer/article/1620178 阅读全文
posted @ 2020-10-29 15:04 榆木脑袋敲啊敲 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 链接:http://cache1.arcgisonline.cn/arcgis/rest/services 选择Service: ChinaOnlineStreetWarm (MapServer) Tile Info: Height: 256 //瓦片大小 Width: 256 DPI: 96 Le 阅读全文
posted @ 2020-10-17 10:38 榆木脑袋敲啊敲 阅读(658) 评论(0) 推荐(0) 编辑