摘要:
一private void button1_Click(object sender, EventArgs e){CountTime();}//准备方法给线程调用void CountTime(){for (int i = 0; i < 999999999; i++){}MessageBox.Show("循环完毕!");}//使用多线程来解决UI卡死问题private void button2_Cli... 阅读全文
posted @ 2012-09-27 17:29
十一月的柳叶
阅读(151)
评论(0)
推荐(0)
摘要:
一般处理程序 验证码public class 验é证¤码? : IHttpHandler{public void ProcessRequest(HttpContext context){context.Response.ContentType = "image/JPEG";using (System.Drawing.Bitmap bitmap = new System.Drawing.Bitmap... 阅读全文
posted @ 2012-09-27 11:50
十一月的柳叶
阅读(250)
评论(0)
推荐(0)

浙公网安备 33010602011771号