摘要:
< string content = string.Empty; string str = string.Format(http://www.qingxi360.com/info/detail.aspx?id=1); WebRequest wrq = WebRequest.Create(...
阅读全文
摘要:
< C# 抓取网页上的图片,保存本地 抓取图片 System.Net.WebClient wc = new System.Net.WebClient(); wc.DownloadFile(http://www.qingxi360.com/images/logo.gif, "e:\\a.jpg"); ...
阅读全文
摘要:
SQL 数据库 指定位置插入数据 在指定位置位置间插入数据, select substring(com_name,1,4)+','+substring(com_name,5,4) from company SUBSTRING ( expression , start , length ) < 参数...
阅读全文