- 博客(6)
- 收藏
- 关注
原创 IP查询接口
IP查询接口([url]www.haoservice.com/docs/28[/url]) Using System.Text; using System; using System.Net; namespace IP { class Program { static void Main(string[] args) ...
2014-11-12 09:51:04
121
原创 航班查询接口
航班查询接口 using System; using System.Text; using System.Net; namespace plane { class Program { static void Main(string[] args) { string name="CA5901"; ...
2014-11-04 11:38:50
178
原创 天气查询接口文档
天气查询接口 根据城市名(IP)查询天气 演示示例代码: using System; using System.Text; using System.Net; namespace tianqi { class Program { static void Main(string[] args) { str...
2014-10-15 15:29:54
115
原创 火车票查询接口
火车票查询接口 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.Net; ...
2014-10-13 12:45:59
160
原创 根据城市查询天气状况
天气查询接口演示代码: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.Ne...
2014-10-10 11:14:45
295
原创 公交站点线路查询接口
公交路线查询有很多网站都作了接口api,我使用的是haoservice的接口,需要您申请key值 haoservice提供的有公交站点的查询,公交线路的查询,还有公交路线的规划. 1.公交站点查询,该接口根据关键字查询周边公交站点 . 1.1.形式: http://apis.haoservice.com/lifeservice/busline/stopname 例如: http://a...
2014-09-26 12:56:00
592
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人