摘要: 一、读取文件内容(1)word/// ///读取doc、docx /// ///文件路径 ///字符串 protectedstring contentdoc(string filepath) { Microsoft.Office.Interop.Word.Applicationapp = new ... 阅读全文
posted @ 2014-02-17 09:42 弦断有谁听 阅读(1739) 评论(0) 推荐(0) 编辑
摘要: 验证码生成文件CheckCodeImg.ashx:然后前台有:便可获得验证码若想每次获得不同验证码,又防止浏览器缓存,可以这样.ashx?"+new Date() 阅读全文
posted @ 2014-02-15 09:55 弦断有谁听 阅读(322) 评论(0) 推荐(0) 编辑