github pages 配置
github pages 教程 网络问题各种报错 config这样配 #Default gitHub user Self Host github.com HostName github.com IdentityFile ~/.ssh/id_rsa.github Port 443 # gitee Host gitee.com Port 22 HostNa...
github pages 教程 网络问题各种报错 config这样配 #Default gitHub user Self Host github.com HostName github.com IdentityFile ~/.ssh/id_rsa.github Port 443 # gitee Host gitee.com Port 22 HostNa...
加载镜像 docker load -i webrtc0116.tar 启动容器 参数说明 -itd -i:表示容器启动时保持标准输入流(stdin)打开,使你可以与容器交互。 -t:分配一个伪终端,允许你通过命令行与容器交互。 -d:表示容器在后台运行(detached mode),即不阻塞当前终端,容器将在后台运行。 –restart=always...
启动 http-server -p 8888 //反正就是http-server 什么方式都可以 http://10.24.213.183/?url=10.24.213.181&port=8010/stream&autoplay=-1.0 10.24.213.158 大雷达 10.24.213.159 小雷达 10.24.213.180 大雷达 ...
// WGS-84 转 GCJ-02 wgs84ToGcj02(lng, lat) { var pi = 3.1415926535897932384626; var a = 6378245.0; var ee = 0.00669342162296594323; function transformLat(x, y) { ...
jdbc:mysql://localhost:8094/pms?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&useSSL=false&...
Maven * maven https://maven.apache.org/
安装conda conda create -n labelimg python=3.6 activate labelimg conda install -c conda-forge labelimg labelimg where labelImg—>C:\Users\56578.conda\envs\labelimg\Scripts\labelImg.exe C...
初始化 git init git add . git commit -m "Initial commit" 在 gitee 上建好仓库 (此步及之前) git remote add origin https://gitee.com/yurongku/lishui_view.git git push -u origin "master"
打包名字 在vue.config.js let moment = require(“moment”); outputDir: process.env.VUE_APP_BUILD_MODE === “cloud” ? “jhyh_cloud” + moment().format(“MMDDhhmm”) “...
Icon2CircleMarker 类 十万点加载需要比较久 import Icon2CircleMarker from "./service/Icon2CircleMarker.js"; icon2Canvas() { if (this.markerLayer) { this.map.removeLayer(this.markerLayer); } const i...