C# 绝对路径改成相对路径
BDQQ.Data.QQWryqq=newBDQQ.Data.QQWry("G:\\QQWry.Dat");///IP纯真数据库类文件publicQQWry(string...
BDQQ.Data.QQWry qq = new BDQQ.Data.QQWry("G:\\QQWry.Dat");///IP纯真数据库
类文件
public QQWry(string ipfile)
{
buf = new byte[100];
b3 = new byte[3];
b4 = new byte[4];
try
{
ipFile = new FileStream(ipfile, FileMode.Open);
}
catch (Exception ex)
{
throw new Exception(ex.Message);
}
ipBegin = readLong4(0);
ipEnd = readLong4(4);
loc = new IPLocation();
} 展开
类文件
public QQWry(string ipfile)
{
buf = new byte[100];
b3 = new byte[3];
b4 = new byte[4];
try
{
ipFile = new FileStream(ipfile, FileMode.Open);
}
catch (Exception ex)
{
throw new Exception(ex.Message);
}
ipBegin = readLong4(0);
ipEnd = readLong4(4);
loc = new IPLocation();
} 展开
展开全部
你的代码默认访问的是你程序的Debug(Release)目录,把数据文件放到Debug(Release)文件夹中,修改程序“BDQQ.Data.QQWry qq = new BDQQ.Data.QQWry("QQWry.Dat");///IP纯真数据库”,即可;如果放到项目的其他目录,那么使用“..\”进行相应调整。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你这个("G:\\QQWry.Dat")是项目里面的文件呀,如果是可以看看下面这个
string reportPath=Application.StartupPath.Substring(0,Application.StartupPath.Substring(0,Application.StartupPath.LastIndexOf("\\")).LastIndexOf("\\"));
reportPath+=@"\文件名";
string reportPath=Application.StartupPath.Substring(0,Application.StartupPath.Substring(0,Application.StartupPath.LastIndexOf("\\")).LastIndexOf("\\"));
reportPath+=@"\文件名";
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
G:\\QQWry.Dat改成./QQWry.Dat
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询