我有一张大桌子
2001年国家/地区1111 2000 3000 in 3001 4000 in 4001 5000 chi 5001 6000 chi
我想合并所有这些行,如下所示
首页国家/地区1111 4000在4001 6000年中
我想在sqlserver中这样做。DISTINCT(国家/地区)的Min(start_ip),Max(end_ip)有什么帮助吗?
我不想做一个根据IP返回国家/地区的函数。我已经将IP转换为十进制值,因此mysql可以设置为"Between“。下面是我得到的车费。
def get():
con = pymysql.connect(host='localhost', port=3306, user='root',
passwd='******', db='IP')
ip_d = "16777221"
with con:
cur = con.cursor()
r
我对插座有个奇怪的问题。我正在尝试用端口25565连接到这个IP,以找出这个特定IP/Server的ping。我有一段代码在本地工作得很好,并向我展示了ping的正确性,它在运行nginx/PHP的盒上也运行得很好。但在Microsoft上,它没有,给我看了10060 (超时)错误代码和这条消息:A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because conne