1. 首页
  2. 数据库
  3. 其它
  4. C#读取QQ纯真IP数据库QQWry.Dat的代码

C#读取QQ纯真IP数据库QQWry.Dat的代码

上传者: 2021-01-03 13:45:34上传 PDF文件 55.93KB 热度 14次
纯真版QQ IP数据库 代码如下: using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Web; using System.Configuration; namespace BLL { public class IPLocationSearch { private static readonly QQWry qq = new QQWry(ConfigurationManager.AppSettings[“ip”] + “qqwry.dat”); pub
下载地址
用户评论