gdjlc

培养良好的习惯,每天一点一滴的进步,终将会有收获。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年3月7日

摘要: DrawStat.ashxusing System; using System.Web; using System.Collections.Generic; using System.Drawing; using System.Drawing.Imaging; using OWC11 = Microsoft.Office.Interop.Owc11; //引用com组件:Micorsoft Office Web Components 11.0 /// /// DrawStat 的摘要说明 /// public class DrawStat : IHttpHandler { public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; int chartType = 0; 阅读全文
posted @ 2011-03-07 10:04 gdjlc 阅读(438) 评论(0) 推荐(0) 编辑