06 2014 档案
摘要:创建类WebServiceHelper:public class WebServiceHelper { #region 动态调用WebService动态调用地址 /// /// 动态调用web服务 ...
阅读全文
摘要://Application.Exit()是退出整个应用程序 Application.ExitThread();//强制中止调用线程上的所有消息,同样面临其它线程无法正确退出的问题 System.Diagnostics.Process...
阅读全文
摘要:通过webservices接口获取手机号码归属地:引用webservices地址:http://api.showji.com/locating/Mobile.asmx主要代码:using System;using System.Collections.Generic;using System.Com...
阅读全文
摘要:/// /// 读取xml中的指定节点的值 /// private string ReadXmlNode(string filename) { string result = "-1"; ...
阅读全文