|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
什么叫数据库怎么样?什么意思?你想单学数据库。(其实变成是我问的)asp.net|技能这里有个十分好的剖析html的类。
勤俭了很多工夫。
项目地点
http://www.codeplex.com/Wiki/View.aspx?ProjectName=htmlagilitypack
Forexample,hereishowyouwouldfixallhrefsinanHTMLfile:
HtmlDocumentdoc=newHtmlDocument();
doc.Load("file.htm");
foreach(HtmlNodelinkindoc.DocumentElement.SelectNodes("//a@href")
{
HtmlAttributeatt=link"href";
att.Value=FixLink(att);
}
doc.Save("file.htm");
Ifyouwanttoparticipatetotheproject-becausethatsthewholepurposeofputtingthesourcethere,right-usetheforumsordropmeanote(simonunderscoremourierathotmaildotcom)!
Happycoding,scraping,scanning,html-ing,xhtml-ing,etc...:^)
SimonMourier.
不过你如果学.net的话,你就不要选os了,这课比较底层的。你可以旁听数据库加上软件构件和中间件。(webservices和面向服务的课也应该听一听) |
|