随笔分类 -  ASP.NET

摘要://添加组件System.Management using System.Management; using System.Runtime.InteropServices; [DllImport( "Iphlpapi.dll ")] private static extern int SendARP(Int32 dest, Int32 host, ref Int64 mac, ref Int32 length); [DllImport( "Ws2_32.dll ")] private static extern Int32 inet_addr(strin 阅读全文
posted @ 2011-03-10 13:09 哑吧湖大水怪
摘要:现成的Web Service中有很多很好用的,比如天气预报,IP地址搜索,火车时刻表等等。本文汇总的一些常用Web Service,希望对大家有所帮助。 下面总结了一些常用的Web Service,是平时乱逛时收集的,希望对大家有用。============================================ 天气预报Web Service,数据来源于中国气象局 Endpoint Di... 阅读全文
posted @ 2010-11-14 11:13 哑吧湖大水怪 阅读(199) 评论(0) 推荐(0)