随笔分类 -  .NET

摘要:function gotonext(str) { if (!check_values(str)) { return false; } else { if (str != 13) { for (var i = 1; i <= 13; i++) { document.getElementById("div" + i).style.display = 'none'; ... 阅读全文

posted @ 2012-10-11 16:01 王阿冰 阅读(213) 评论(0) 推荐(0)

摘要:1、后台代码,用ashx处理,输出二进制流图片using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.IO;namespace FootBallCalendar{ public class outimg : IHttpHandler { public void ProcessRequest(HttpContext context) { string strFilePath = context.Serve... 阅读全文

posted @ 2012-08-05 14:48 王阿冰 阅读(183) 评论(0) 推荐(0)

导航