转自:https://dawnarc.com/2016/06/ue4%E7%BA%BF%E6%80%A7%E4%BB%A3%E6%95%B0%E7%89%A9%E4%BD%93%E5%9B%B4%E7%BB%95%E6%9F%90%E4%B8%AA%E7%82%B9%E6%97%8B%E8%BD%A ...
分类:
其他好文 时间:
2018-07-26 21:14:18
阅读次数:
501
题目描述 It is a well-known fact that behind every good comet is a UFO. These UFOs often come to collect loyal supporters from here on Earth. Unfortunatel ...
分类:
其他好文 时间:
2018-07-18 01:16:09
阅读次数:
344
>>>dict1={‘name‘:‘earth‘,‘port‘:80}>>>dict2={}>>>dict1,dict2({‘name‘:‘earth‘,‘port‘:80},{})>>>工厂方法创建字典>>>dict3=dict(([‘x‘,1],[‘y‘,2]))>>>dict3{‘y‘
分类:
编程语言 时间:
2018-07-16 15:04:27
阅读次数:
144
>>>dict1={‘name‘:‘earth‘,‘port‘:80}>>>forkeyindict1:...print‘key=%s,value=%s‘%(key,dict1[key])...key=name,value=earthkey=port,value=80>>>dict1[‘name‘]‘earth‘>>>prin
分类:
编程语言 时间:
2018-07-16 15:03:57
阅读次数:
161
在实际地图项目中会碰见距离的计算,这里写出来,以后参考: /*** @author 作者 :zhaoliang* @version : v1.0*创建时间:2018年6月26日 下午3:32:30* 类说明 :根据经纬度计算距离*/public class DistanceUtil { privat ...
分类:
编程语言 时间:
2018-07-06 13:36:25
阅读次数:
567
一、本节课要用到的两款软件分别是putty、xshellputty下载地址:https://the.earth.li/~sgtatham/putty/latest/w64/putty.zipxshell下载地址:https://www.netsarang.com/download/down_form.html?code=622备注:putty是绿色免安装软件,小巧免费。xshell软件个人版是免费
分类:
系统相关 时间:
2018-06-06 23:39:48
阅读次数:
336
//地球半径,单位为公里var EARTH_RADIUS = 6378.137;//计算弧度rad : function (degree) { return degree * Math.PI / 180.0;},//计算两个经纬度坐标之间的距离,返回单位为公里的数值calDistance : function (lat1, lng1, lat2, lng2) {
分类:
其他好文 时间:
2018-06-02 14:28:13
阅读次数:
184
Circles and Pi Introduction id: intro 1 For as long as human beings exist, we have looked to the sky and tried to explain life on Earth using the moti ...
分类:
其他好文 时间:
2018-06-02 11:26:14
阅读次数:
151
大多数我们操作linux服务器都是通过远程来操作,那么就需要用到远程连接工具了。常用的工具有三种,putty,xshell,securecrt。下面我们先讲putty。首先需要下载putty这个软件,下载地址https://the.earth.li/~sgtatham/putty/0.70/w64/putty.zip下载解压即可。2.你需要知道linux服务器的ip地址,虚拟机可以用ip addr
分类:
系统相关 时间:
2018-05-30 22:35:10
阅读次数:
282
题目 本题中,我们将用符号 LcJ 表示对 c 向下取整,例如: L3.0J = L3.1J = L3.9J = 3 。 蛐蛐国最近蚯蚓成灾了!隔壁跳蚤国的跳蚤也拿蚯蚓们没办法,蛐蛐国王只好去 请神刀手来帮他们消灭蚯蚓。 蛐蛐国里现在共有 n 只蚯蚓( n 为正整数)。 每只蚯蚓拥有长度,我们设第 ...
分类:
其他好文 时间:
2018-05-21 14:42:21
阅读次数:
135