02 2014 档案

C#提取HTML中IMG标签的URL
摘要:/// /// 取得HTML中所有图片的 URL。 /// /// HTML代码 /// 图片的URL列表 public static string[] GetHtmlImageUrlList(string sHtmlText) { // 定义正则表达式用来匹配 img 标签 Regex regImg = new Regex(@"]*?\bsrc[\s\t\r\n]*=[\s\t\r\n]*[... 阅读全文

posted @ 2014-02-19 12:45 zyf 阅读(1066) 评论(1) 推荐(0)

sql server 2008 rownumber 分页sql语句
摘要:SELECT ID,TSRID, plid,CustomerName,SellCode,Mobile ,ReserveTime,CrtTime,hjtime,jieshuma ,InsureBillCode, tname,bname,shoucang,xingbie,ActivityName ,sydate,AddInsuranceID FROM -------------------------... 阅读全文

posted @ 2014-02-18 15:59 zyf 阅读(393) 评论(0) 推荐(0)

导航