谷歌地球 https://www.google.com/earth/ 谷歌地球(Google Earth,GE)是一款谷歌公司开发的虚拟地球软件,Google Earth来源于Keyhole(锁眼)公司自家原有的旗舰软件。在Google Earth Pro通过拖动时光机功能可以查看不同时期的历史数据 ...
分类:
其他好文 时间:
2021-05-24 09:52:40
阅读次数:
0
题目:People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, w ...
分类:
其他好文 时间:
2021-04-08 13:28:06
阅读次数:
0
public class DistanceRad { private static double EARTH_RADIUS = 6378.137;// 单位千米 /** * 角度弧度计算公式 rad:(). <br/> * <p> * 360度=2π π=Math.PI * <p> * x度 = x ...
分类:
编程语言 时间:
2021-04-02 13:00:40
阅读次数:
0
标题 hello world hello world 删除 ![](C:\Users\Administrator\Pictures\Screenshots\Hearthstone Screenshot 03-22-20 23.24.30.png) adasdsa 列表- a v c v c a c ...
分类:
其他好文 时间:
2021-03-29 12:07:23
阅读次数:
0
People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, wher ...
分类:
其他好文 时间:
2021-01-28 12:14:24
阅读次数:
0
一直自动跳转/die/页面,只能抓包看 看到有个/chase/,进去看一下 去/leftt/中看一眼 后面就一路找,但是没找到什么有用的信息 看了wp才知道,关键点在js文件中 /static/js/door.js 最后来到static/js/fight.js // Run to scramble ...
分类:
其他好文 时间:
2020-11-11 16:05:53
阅读次数:
7
由 shell sed 替换规则 s/pattern/replacement/flags 引起的一些小想法: 以前在vim 替换所有的时候,Googel 上搜索一下,vim 字符串替换,然后直接执行 s/a/b/g 将所有的a替换成b, 那么为什么会这样写,要这样写呢?如果问自己的话,自己会说不知道 ...
分类:
其他好文 时间:
2020-09-18 17:23:43
阅读次数:
49
本文参考: https://blog.csdn.net/qq_21567935/article/details/89061114 使用GEE导出运算结果到drive中,需要点击task中生成的RUN按钮进行确认,数量较少的时候还可以,但如果数量较多时,便会很繁琐。使用下面的代码可以帮助我们解决这一烦 ...
分类:
其他好文 时间:
2020-07-24 15:28:08
阅读次数:
171
private static double EARTH_RADIUS = 6378.137; private static double rad(double d) { return d * Math.PI / 180.0; } /** * 通过经纬度获取距离 不同的计算方式存在误差 * * @pa ...
分类:
编程语言 时间:
2020-07-22 15:57:13
阅读次数:
66
信息: 题目来源:XCTF 4th-CyberEarth 标签:PHP、源码泄露、SSRF、反序列化、SQL 题目描述:工控云管理系统项目管理页面解析漏洞 解题过程 进入网站后,首先进行目录扫描: [TIME] => 2020-07-08 15:34:39.931717 [TARGET] => ht ...
分类:
其他好文 时间:
2020-07-12 20:37:25
阅读次数:
94