摘要: **//// /// 发送邮件 /// public static bool SendEmailForGetpass(string name, string email, string random) { try { MailAddress from = new MailAddress("xxx@163.com", "ShundeBK.cn"); ... 阅读全文
posted @ 2008-10-05 11:13 冰封的心 阅读(138) 评论(0) 推荐(0) 编辑
摘要: Button1.Attributes.Add("onclick", "this.value='正在提交中,请等待……';this.disabled=true;" + this.GetPostBackEventReference(Button1)); 于是根据这个写了个只能提交一次的控件: public class ButtonSubmitOnce : Button ... 阅读全文
posted @ 2008-10-05 11:00 冰封的心 阅读(351) 评论(1) 推荐(0) 编辑
摘要: 来至:http://www.cnblogs.com/tuyile006/archive/2006/09/12/502157.html 今天开天网,发现有一个ip从早上到下午一直在向我的3076端口发送udp包 攻击日志一直把天网给活生生的撑破了,天网被日志填满自动关闭。 气氛之下写了一个反击的程序,代码如下: using Syste... 阅读全文
posted @ 2008-10-05 09:52 冰封的心 阅读(332) 评论(0) 推荐(0) 编辑