收集一些.NET开发资源站点和部分优秀.NET开源项目(转载)

by 蛐蛐 24. April 2008 03:31
微软.Net中文主页 .NET Framework开发中心 微软.Net Framework中文产品支持中心 微软.Net Framework中文新闻组(Web) 微软VB.Net中文新闻组(Web) 博客园 .NET 2.0 专题 孟宪会之精彩世界 微软.NET俱乐部 MSDN中文网络广播 AspxBoy教程网 天极网微软开发专栏 中国IT实验室DOTNET频道 阿良.Net主页 中国IT实验室.Net电子教程下载 中国IT实验室.Net源码 清风网络学院.Net... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

.Net2.0/3.X

C#清除HTML超文本链接

by 蛐蛐 17. April 2008 04:21
1 public static string CleanOutsideHref(string m_html) 2 ...{ 3 string m_pattern = @"<a[^>]+href=\s*(?:'(?<href>[^'']+)'|''(?<href>[^'']+)''|(?<href>[^>\s]+))\s*[^>]*>"; 4 Regex r = new Regex(m_pattern, RegexOptions.Compiled | RegexOptions.IgnoreCase); 5 MatchCollec... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

.Net2.0/3.X

FCKEditor采集远程图片到本地服务器

by 蛐蛐 12. April 2008 12:15
插件下载:remoteimagerubber.rar (4.34 kb)   主要功能:保存远程图片到本地。 FCKEditor版本:2.31   使用方法: 1、把插件包中的remoteimagerubber.aspx和fckplugin.js文件复制到FCKeditor/editor/plugins/remoteimagerubber/目录下; 2、在FCKeditor/editor/lang目录下的zh-cn.js文件,添加   1var FCKLang = 2...{ 3RemoteImageRubberBtn: "保存远程图片", 4} &n... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

.Net2.0/3.X

远程保存图片+上传图片封装类(转载)

by 蛐蛐 2. April 2008 05:29
原文:http://user.qzone.qq.com/869227694/blog/1207102688   远程保存图片,主要用于在编辑器中,将网络图片,自动保存到本地,上传文件就不用说了,自己看看注释. 类:WebRequestHelper.cs  先从内容中匹配标签,然后再将指定的URL替换,替换并处理完毕后,将HTML返回,注意不支持本地图片. 1using System; 2using System.Collections.Generic; 3using System.Text.RegularExpressions; 4using System... [More]

Currently rated 4.5 by 2 people

  • Currently 4.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

.Net2.0/3.X

Powered by BlogEngine.NET 1.4.5.0
Theme by Mads Kristensen

Calendar

<<  January 2009  >>
MoTuWeThFrSaSu
2930311234
567891011
12131415161718
19202122232425
2627282930311
2345678

View posts in large calendar

RecentComments

Comment RSS