10 2012 档案

摘要:下载ueditor1_2_3_0-utf8-net.zip放在根目录中虽然可以直接用但文件比较乱所以需要放在一个目录中,在网站下新建目录BaiduUEditor,将解压出的文件放到目录中。修改editor_config.js文件(function () { //... window.UEDITOR_HOME_URL = "/BaiduUEditor/"; var URL; var tmp = window.location.pathname;// URL = window.UEDITOR_HOME_URL||tmp.substr(0,tmp.lastIndexOf(&quo 阅读全文
posted @ 2012-10-15 09:27 寂静之秋 阅读(1600) 评论(0) 推荐(0)
摘要:代码中使用的是FreeTextBox控件,用其它的控件也可以,通过正规表达式分析HTML代码中含有<img...>这样的标记,然后循环下载图片并替换掉HTML代码中的内容,改为本地图片的路径。 string pageBody = this.FreeTextBox1.Text; if (this.CheckBox_SavePic.Checked) { MatchCollection matchs = Regex.Matches(pageBody, "(?<=<img.+?src\\s*?=\\s*?\"?)([^\\s\"]+?)(... 阅读全文
posted @ 2012-10-07 18:19 寂静之秋 阅读(536) 评论(0) 推荐(0)

哈尔滨八零网