2007年5月30日
摘要: C#下载网页中的文件Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//获取页面内容可以用 System.Net.WebRequest myRequest = System.Net.WebRequest.Create("h... 阅读全文
posted @ 2007-05-30 15:48 Gary.han 阅读(838) 评论(1) 推荐(0)
摘要: 注意:在xp_cmdshell后面的SQL语句不允许换行。 SQL语句生成EXCEL文件Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->导入/导出 生成Excel --从Excel文件中,导入数据到SQL数据库中,很简单,直接用下面的语句:/**//*... 阅读全文
posted @ 2007-05-30 15:38 Gary.han 阅读(1219) 评论(3) 推荐(0)