摘要: ??? 阅读全文
posted @ 2011-09-22 20:07 一个土豆一棵青菜 阅读(187) 评论(1) 推荐(0)
摘要: using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;public partial class wxDown : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { ConvertTextFileToImage(Server.MapPath("~/aa.txt"), Server.MapPath("~/aa.png" 阅读全文
posted @ 2011-09-22 14:40 一个土豆一棵青菜 阅读(2060) 评论(0) 推荐(0)
摘要: //gaonan//用于找回密码//判断浏览器new XMLHttpRequest对象var xmlHttp = false;try { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");} catch (e) { try { xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e2) { xmlHttp = false; }}if (!xmlHttp && typeof XMLHttpRequest != 'undefin 阅读全文
posted @ 2011-09-22 10:06 一个土豆一棵青菜 阅读(213) 评论(1) 推荐(0)