06 2010 档案
摘要: <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>无标题页<...阅读全文
摘要: public void CreateThumbnailImage() { string imgFile = "e:/test.jpg"; System.Drawing.Image img = System.Drawing.Image.FromFile(imgFile); System.Drawing.Image.GetThumbnailImageAbort cb = new System.D...阅读全文
摘要: 1.首先下载 官方下载首页:http://www.fckeditor.net/download/, 需要下载FCKeditor_2.6.6和FCKeditor.Net_2.6.32.将FCKeditor_2.6.6里的文件夹fckeditor 加入到项目中,放在根目录下。3.添加FCKeditor.Net_2.6.3里的DLL到引用,或在工具箱里添加4.web.config 里添加 <...阅读全文

