上一页 1 ··· 9 10 11 12 13 14 下一页
摘要: protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { dataBind(); } } private void dataBind() { FactorData factordata = (new F... 阅读全文
posted @ 2009-04-11 16:24 冰封的心 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 今天做的项目正好遇到这个问题了。(特总结如下,汗~~ 发现自己不懂的太多。惭愧~~ ) 下面这种能实现 一行一行的变色。(感觉比较烦) (本文全部省略掉了 Repeater在后台的绑定代码) · " target="_blank"> () ... 阅读全文
posted @ 2009-04-09 17:22 冰封的心 阅读(677) 评论(0) 推荐(0) 编辑
摘要: input{ BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #FFF 1px solid; FONT-SIZE: 11pt; color: #000000; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #666 1px solid; FONT-FAMILY: "Arial", "sans-serif"; LINE-H... 阅读全文
posted @ 2009-03-24 08:35 冰封的心 阅读(2204) 评论(1) 推荐(0) 编辑
摘要: 函数名 解释 举例 Element.toggle 交替隐藏或显示 Element.toggle(''div1'',''div2'') Element.hide 隐藏 Element.hide(''div1'',''div2'') Element.show 显示 Element.show(''div1'',... 阅读全文
posted @ 2009-03-19 01:08 冰封的心 阅读(249) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/zh-cn/library/ms191140.aspx 阅读全文
posted @ 2008-12-05 22:46 冰封的心 阅读(149) 评论(0) 推荐(0) 编辑
摘要: helloworldcup ----- goasleep2000 阅读全文
posted @ 2008-12-04 10:55 冰封的心 阅读(228) 评论(0) 推荐(0) 编辑
摘要: **//// /// 发送邮件 /// 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 冰封的心 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Button1.Attributes.Add("onclick", "this.value='正在提交中,请等待……';this.disabled=true;" + this.GetPostBackEventReference(Button1)); 于是根据这个写了个只能提交一次的控件: public class ButtonSubmitOnce : Button ... 阅读全文
posted @ 2008-10-05 11:00 冰封的心 阅读(357) 评论(1) 推荐(0) 编辑
摘要: 来至:http://www.cnblogs.com/tuyile006/archive/2006/09/12/502157.html 今天开天网,发现有一个ip从早上到下午一直在向我的3076端口发送udp包 攻击日志一直把天网给活生生的撑破了,天网被日志填满自动关闭。 气氛之下写了一个反击的程序,代码如下: using Syste... 阅读全文
posted @ 2008-10-05 09:52 冰封的心 阅读(336) 评论(0) 推荐(0) 编辑
摘要: DBA notes上果然好东西很多 许多大型(只是访问量,而不是公司规模)的web 2.0的网站架构 上面都有 现在收集整理一下 这种资料.向来可遇不可求啊 WikiPedia 技术架构学习分享 http://www.dbanotes.net/opensource/wikipedia_arch.html YouTube 的架构扩展 http://www.dbanotes.net/open... 阅读全文
posted @ 2008-09-02 01:10 冰封的心 阅读(690) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 下一页