#region 获取网址中域名,目录,文件名的函数
public string geturldomainname(string strhtmlpagepath)
{
string p = @"http://[^/.]*/.(?<domain>[^/]*)";
regex reg = new regex(p,regexoptions.ignorecase);
match m = reg.match(strhtmlpagepath);
return m.groups["domain"].value;
}
public string[] geturlfolername(string strhtmlpagepath)
{
//抓取网址字符串中的文件目录
int at = 0;
int start = 0;
int notei=0;
int endi=0;
int[] myintarray =new int[10];
string[] arrayfoldername=null;
string newfoldername;
while((start < strhtmlpagepath.length) && (at > -1))
{
at = strhtmlpagepath.indexof('/', start);
if (at == -1) break;
myintarray[notei]=at;
start = at+1;
notei = notei+1;
endi=at;
}
arrayfoldername=new string[notei-1];
for(int i=0;i<notei;i++)
{
if(myintarray[i]>0)
{
if (myintarray[i+1]>0)
{
newfoldername=strhtmlpagepath.substring(myintarray[i]+1,myintarray[i+1]-myintarray[i]-1);
arrayfoldername.setvalue(newfoldername,i);
}
}
}
return arrayfoldername;
}
public string geturlfilename(string strhtmlpagepath)
{
//抓取网址字符串中的文件名称
int at = 0;
int start = 0;
int notei=0;
int endi=0;
int[] myintarray = new int[10];
string c#下载文件时候弹出选择文件夹保存目录的代码 c#根据计算机名获取对应ip地址 c#获取网络邻居所有工作组和机器名称 c#列表所有iis站点以及相关站点属性 c#读取iis中的站点相关属性代码 c#新建站点,删除站点函数代码 c#下在图片文件到本地,c#,c#下载,下载图片,下载文件,下载函数 c#根据网址获取域名,目录名,文件名函数 c#获取本机电脑相关信息 ftp网站文件到本地的c#代码 c#保存文件时候的弹出选择要保存的文件夹带新建文件夹效果的类代码 c#中调用对应的应用程打开文件序的代码 数据表文件导出execel文件-本地测试成功 c#新保存文件时候用到按日期时间命名的代码 c#根据网址抓取目录和文件名的两个函数 c#下载文件函数 c#用线程传参下载文件的代码 c#使用线程下载文件的控制技巧和缺陷 asp.net中安装使用owc组件生成execel步骤 name="";批量抓取网页代码中的http和邮件地址,io,正则表达式,抓网页源码
while((start < strhtmlpagepath.length) && (at > -1))
{
at = strhtmlpagepath.indexof('/', start);
if (at == -1) break;
myintarray[notei]=at;
start = at+1;
notei = notei+1;
endi=at;
}
for(int i=0;i<notei;i++)
{
if(myintarray[i]>0)
{
if (myintarray[i+1]==0)
{
c#下载文件时候弹出选择文件夹保存目录的代码 c#根据计算机名获取对应ip地址 c#获取网络邻居所有工作组和机器名称 c#列表所有iis站点以及相关站点属性 c#读取iis中的站点相关属性代码 c#新建站点,删除站点函数代码 c#下在图片文件到本地,c#,c#下载,下载图片,下载文件,下载函数 c#根据网址获取域名,目录名,文件名函数 c#获取本机电脑相关信息 ftp网站文件到本地的c#代码 c#保存文件时候的弹出选择要保存的文件夹带新建文件夹效果的类代码 c#中调用对应的应用程打开文件序的代码 数据表文件导出execel文件-本地测试成功 c#新保存文件时候用到按日期时间命名的代码 c#根据网址抓取目录和文件名的两个函数 c#下载文件函数 c#用线程传参下载文件的代码 c#使用线程下载文件的控制技巧和缺陷 asp.net中安装使用owc组件生成execel步骤 name=strhtmlpagepath.substring(myintarray[i]+1,strhtmlpagepath.length-myintarray[i]-1);批量抓取网页代码中的http和邮件地址,io,正则表达式,抓网页源码
}
}
}
return c#下载文件时候弹出选择文件夹保存目录的代码 c#根据计算机名获取对应ip地址 c#获取网络邻居所有工作组和机器名称 c#列表所有iis站点以及相关站点属性 c#读取iis中的站点相关属性代码 c#新建站点,删除站点函数代码 c#下在图片文件到本地,c#,c#下载,下载图片,下载文件,下载函数 c#根据网址获取域名,目录名,文件名函数 c#获取本机电脑相关信息 ftp网站文件到本地的c#代码 c#保存文件时候的弹出选择要保存的文件夹带新建文件夹效果的类代码 c#中调用对应的应用程打开文件序的代码 数据表文件导出execel文件-本地测试成功 c#新保存文件时候用到按日期时间命名的代码 c#根据网址抓取目录和文件名的两个函数 c#下载文件函数 c#用线程传参下载文件的代码 c#使用线程下载文件的控制技巧和缺陷 asp.net中安装使用owc组件生成execel步骤 name.tolower(); 批量抓取网页代码中的http和邮件地址,io,正则表达式,抓网页源码
}
#endregion
新闻热点
疑难解答