一个下午由于对HttpWebRequest 用得很少原因,折腾了一个晚上 接入正题:在C# 后台使用HttpWebRequest post数据的时候,提示 无法连接到服务器 最后通过googel https://www.experts-exchange.com/questions/20936810/ ...
分类:
其他好文 时间:
2019-04-16 01:15:42
阅读次数:
573
publicclassLocationUtils{privatestaticdoubleEARTH_RADIUS=6378.137;privatestaticdoublerad(doubled){returnd*Math.PI/180.0;}/***通过经纬度获取距离(单位:米)**@paramlat1*@paramlng1*@paramlat2*@paramlng2*@return距离*/pub
分类:
其他好文 时间:
2019-04-04 11:22:55
阅读次数:
282
一、何为反射 反射就是对于任何一个类都能知道这个类的的所有属性和方法,并且对于任何一个对象都能调用他的属性和方法,而且能修改其属性。 二、反射的作用 就我的理解来看,通常我们在写代码的时会非常强调代码的逻辑,Java中类之间的链接非常重要,造成很多时候代码耦合度过高,这时会造成很多问题。当使用反射来 ...
分类:
编程语言 时间:
2019-03-14 19:55:55
阅读次数:
184
题目背景 由于你的帮助,火星只遭受了最小的损失。但gw懒得重建家园了,就造了一艘飞船飞向遥远的earth星。不过飞船飞到一半,gw发现了一个很严重的问题:肚子饿了~ gw还是会做饭的,于是拿出了储藏的食物准备填饱肚子。gw希望能在T时间内做出最美味的食物,但是这些食物美味程度的计算方式比较奇葩,于是 ...
分类:
其他好文 时间:
2019-03-13 00:18:44
阅读次数:
190
语言是共通的,想要用不同语言实现单例模式,首先要清楚什么是单例模式,单例模式即一个类有且仅有一个实例,那么通过python怎么实现一个类只能有一个实例呢。 首先先创建一个类,比如宇宙只有一个地球 class Earth: pass a = Earth()print(id(a))b = Earth() ...
分类:
其他好文 时间:
2019-03-10 20:42:53
阅读次数:
206
1027 Colors in Mars (20 分) People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represente ...
分类:
其他好文 时间:
2019-02-24 10:33:24
阅读次数:
161
1100 Mars Numbers (20 分) People on Mars count their numbers with base 13: Zero on Earth is called "tret" on Mars. The numbers 1 to 12 on Earch is call ...
分类:
其他好文 时间:
2019-01-29 21:18:55
阅读次数:
146
https://www.cnblogs.com/chidou-yin/p/4306224.html ...
分类:
其他好文 时间:
2019-01-26 23:45:43
阅读次数:
1113
1027 Colors in Mars (20 分) People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represente ...
分类:
其他好文 时间:
2019-01-20 20:54:53
阅读次数:
224
简评:可能你喜欢打雪仗,可能你从来没见过雪,只幻想过玩雪球的样子,以下这些关于雪的冷知识都可以来了解一下。 ▎雪并不是白色的 没想到吧! 你当然可以认为冰天雪地是白茫茫的一片景象,但严格意义上这种想法并不准确。 任何研究雪花的人都会告诉你,所谓的「白色」并不是真正的白色,而是半透明的 —— 是阳光的 ...
分类:
其他好文 时间:
2019-01-15 12:02:09
阅读次数:
255