文件名称:ajax实现在线无刷新采集
文件大小:444KB
文件格式:RAR
更新时间:2015-11-02 23:25:14
ajax 无刷新采集
ajax实现在线无刷新采集 try { MatchCollection MC = new Regex(Patrn, RegexOptions.IgnoreCase).Matches(sStr); if (MC.Count != 0) { string[] ArrStr = new string[MC.Count]; for (int I = 0; I < MC.Count; I++) { ArrStr[I] = MC[I].Groups[1].Value; } return ArrStr; } return new string[] { "" }; } catch { return new string[] { "" }; }
【文件预览】:
AjaxCollection
----AjaxCollection.suo(30KB)
----AjaxCollection.sln(2KB)
----AjaxCollection()
--------css()
--------bin()
--------Default.aspx(3KB)
--------CollectionRule.xml(2KB)
--------Web.config(1KB)
--------AjaxCollection.csproj.user(1KB)
--------obj()
--------GatherWeb.ashx(121B)
--------Default.aspx.designer.cs(1KB)
--------js()
--------UpLoadFolder()
--------App_Data()
--------GatherClass.ashx(125B)
--------AjaxCollection.csproj(4KB)
--------GatherWeb.ashx.cs(19KB)
--------Properties()
--------Default.aspx.cs(532B)
--------GatherClass.ashx.cs(11KB)
----Code()
--------bin()
--------GetData.cs(3KB)
--------GatherWeb.cs(5KB)
--------Code.csproj.user(168B)
--------obj()
--------BLL_Article.cs(792B)
--------Code.csproj(2KB)
--------Filter.cs(2KB)
--------BLL_ArticleGather.cs(2KB)
--------Model_ArticleGather.cs(6KB)
--------Manage.cs(6KB)
--------Properties()
--------Model_Article.cs(13KB)