Proj4js 是一个开源的 JavaScript 库,用于将点坐标从一个坐标系转换到另一个坐标系,包括基准转换。
git代码库地址:https://github.com/proj4js/proj4js
另一个坐标系在线查询和坐标转换地址:https://epsg.io/
在PostGIS中... ...
分类:
Web程序 时间:
2021-07-02 15:29:04
阅读次数:
0
正文 分享到: 最近在GitHub发现了一款比较火的开源软件 ——edex-ui,它深受DEX-UI和TRON Legacy电影效果的启发,是一个类似于科幻电脑界面的全屏桌面应用程序,提供了可视化动态监测系统性能的图表、资源列表、触屏键盘等等,使其看起来非常高端大气上档次,另外还完美的支持终端操作, ...
分类:
其他好文 时间:
2021-07-02 15:26:27
阅读次数:
0
我们写的 PVPC 的代码在 gitee 上可以下载:https://gitee.com/luyi07/pvpc.git 这里摘录一个脚本,用来自动做变分+投影,在最新的版本里会放在 example/run.sh 中,运行方法: bash run.sh #!/bin/bash nucleus=Cr4 ...
分类:
其他好文 时间:
2021-07-01 17:36:28
阅读次数:
0
#引言 在上一篇文章中1. Elasticsearch 入门安装与部署 已经教了大家如何在linux系统中安装和启动Elasticsearch,本文就带大家一起学习如何操作 Elasticsearch。 在Elasticsearch的bin目录中有一个可执行文件 elasticsearch-cli, ...
分类:
其他好文 时间:
2021-07-01 17:23:19
阅读次数:
0
before commit, do: git rm --cached <filename> ATTENTION: do not use 'git rm <filename>', this will delete the file from disk if commited, first use: " ...
分类:
其他好文 时间:
2021-07-01 17:07:16
阅读次数:
0
//-n 预览需要删除版本控制的文件列表 git rm -r -n --cached "vendor" //执行删除命令 git rm -r --cached "vendor" //添加文件到.gitignore //提交git commit -m "remove vendor" //提交到远程服务 ...
分类:
其他好文 时间:
2021-07-01 17:03:23
阅读次数:
0
能够成为官方认证的 GitHub Star(明星)我和你们一样十分震惊!🤯 可能很多读者不知道这个 GitHub Star 是什么,我先来介绍下它: GitHub Stars(明星)是 GitHub 官方发起的激励和表彰计划:主要是表彰 GitHub 社区中杰出的影响者和贡献者,他们热衷帮助、影响 ...
分类:
其他好文 时间:
2021-07-01 16:55:38
阅读次数:
0
osmdroid's MapView is basically a replacement for Google's MapView class. First of all, create your Android project, and follow HowToMaven if you're u ...
分类:
移动开发 时间:
2021-07-01 16:54:55
阅读次数:
0
一个比较老的问题了,因在Grafana界面上查询es数据时,传递的时间范围参数并不是浏览器本地时区(如CST),导致查询不到当天0~8h的数据: https://github.com/grafana/grafana/issues/16765 解决方法: 先去grafana官网上找下我们这个版本的源码 ...
分类:
其他好文 时间:
2021-07-01 16:27:31
阅读次数:
0
current status: We have a remote repository and a local project repository with no git configured. We want to push to remote and create new branch. Pr ...
分类:
其他好文 时间:
2021-07-01 16:24:13
阅读次数:
0