常用手动查询方法是直接查询:http://www.ip138.com/
代码实现方法如下:
方法I:C语言实现
//原理: 通过访问"http://city.ip138.com/ip2city.asp"解析返回内容
#include
#pragma comment (lib,"Urlmon.lib")
void GetBigIpAddress(char *szBuff)
{
...
分类:
其他好文 时间:
2015-01-06 10:03:39
阅读次数:
113
花了大概一个多礼拜的时间把城市建模的插件做出来了,还有一些瑕疵,但是已经达到预期想要的效果了。说在最前面的是,做这个东西完全没有任何商业目的,只是希望达到这个目标在houdini里面掌握更多程序化的思维。先看效果:地图资源:地图链接:https://www.openstreetmap.org关于地图...
分类:
其他好文 时间:
2015-01-03 15:52:40
阅读次数:
948
该句的意思是,insert操作的SQL语句里列的数目和后面值的数目不一致.比如说,String sql = "insert into t_aqi(city_name, cur_date, aqi_val, no2_val, no2_val) values(?, ?, ?, ?)";这里很明显,t_a...
分类:
数据库 时间:
2015-01-02 06:23:39
阅读次数:
220
使用%{}%格式%{ if(wechatUser.province==null){ wechatUser.province=""; } if(wechatUser.city==null){ wechatUser.city=""; } String address=we...
分类:
编程语言 时间:
2014-12-31 19:46:38
阅读次数:
211
1、在spring直接赋值<!--使用Spel直接赋值--><beanid="address"class="com.atguigu.spring.spel.Address"><propertyname="city"value="#{‘beijing‘}"></property><propertyname="street"value="#{‘wudaokou‘}"></property></bean>2..
分类:
编程语言 时间:
2014-12-30 19:16:28
阅读次数:
205
题目1 : Lost in the City
时间限制:10000ms
单点时限:1000ms
内存限制:256MB
描述
Little Hi gets lost in the city. He does not know where he is. He does not know which direction is north.
Fortun...
分类:
其他好文 时间:
2014-12-27 23:09:22
阅读次数:
235
1 classes = %w(Call City Province Tag) 2 classes.each do |obj_name| 3 obj = Object.const_get(obj_name) 4 obj.establish_connection :production 5 ...
分类:
其他好文 时间:
2014-12-26 00:50:13
阅读次数:
190
Problem Description
The country of jiuye composed by N cites. Each city can be viewed as a point in a two- dimensional plane with integer coordinates (x,y). The distance between city i and city j i...
分类:
其他好文 时间:
2014-12-25 23:41:42
阅读次数:
349
通过中国天气网的通用接口查询天气。#coding:utf-8import urllib2, jsonfrom city import cityyourcity = raw_input("你想查那个城市的天气?")#yourcity = '杭州'url = "http://www.weather.co...
分类:
其他好文 时间:
2014-12-25 12:41:33
阅读次数:
198
离上一篇文章过去才4、5天,我们赶紧趁热打铁继续完成该系列的天气软件的开发。承接上一章的内容使用Volley实现网络的通信,返回给我们的是这一串Json数据{"weatherinfo":{"city":"杭州","cityid":"101210101","temp1":"1℃","temp2":"10℃","weather":"多云转晴","img1":"n1.gif","img2":"d0.gi...
分类:
移动开发 时间:
2014-12-23 10:34:49
阅读次数:
185