10 2014 档案
关于post get ajax
摘要:今天写程序时 出现了下面问题: 前台 $.post('ajax/GetDataAjax.ashx', { 'mode': 'DEL', 'BM_ID': bm_id }, function (result) { alert(result); }, 'json'); 后台 public void De 阅读全文
posted @ 2014-10-20 18:15 流编程风 阅读(607) 评论(0) 推荐(0)
c#(.net) 导出 word表格
摘要:做了差不多一周的导出Word,现在把代码贴出来 : ExportWord.cs 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Da 阅读全文
posted @ 2014-10-10 11:17 流编程风 阅读(4822) 评论(20) 推荐(2)