摘要:
//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... 阅读全文