随笔分类 -  ASP.NET(C#)

摘要:C#替换HTML标签 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->private string parseHtml(string html) { string temp = Regex.Replace(html, "]*>", ""); ... 阅读全文
posted @ 2009-03-19 09:32 雪狼531 阅读(864) 评论(0) 推荐(0)
摘要:注册控件 regsvr32 c:\windows\system32\XXX.dll 阅读全文
posted @ 2009-03-19 09:23 雪狼531 阅读(130) 评论(0) 推荐(0)