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