摘要: C#或ASP.NET的简单绘图 1 public void ProcessRequest (HttpContext context) { 2 context.Response.ContentType = "img/JPEG"; 3 using(System.Drawi... 阅读全文
posted @ 2014-11-22 17:11 SYTM 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 首先写出一段登陆程序://ashx端using System;using System.Web;public class AddCalation : IHttpHandler { public void ProcessRequest (HttpContext context) { ... 阅读全文
posted @ 2014-11-22 15:49 SYTM 阅读(814) 评论(0) 推荐(0) 编辑