go.goo...

生活就像胖大海

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2007年5月19日

摘要: CSS样式里使用JavaScript(onmouseover/onmouseout)2 1 2 3 4 5 6 阅读全文
posted @ 2007-05-19 23:09 白沙 阅读(330) 评论(0) 推荐(0) 编辑

2007年5月17日

摘要: C#箴言:定义常量的两种方法 2006-06-12 07:00 作者: 出处: BLOG 责任编辑:方舟 在C#中定义常量的方式有两种,一种叫做静态常量(Compile-time constant),另一种叫做动态常量(Runtime constant)。前者用“const”来定义,后者用“readonly”来定义。 对于静态常量(Compile-time constant),... 阅读全文
posted @ 2007-05-17 15:52 白沙 阅读(195) 评论(0) 推荐(0) 编辑

2007年5月16日

摘要: 网页弹出窗口代码 1、最基本的弹出窗口代码 其实代码非常简单: 因为这是一段java script代码,所以它们应该放在之间。 是对一些版本低的浏览器起作用,在这些老浏览器中不会将标签中的代码作为文本显示出来。要养成这个好习惯啊。 window.open ("page.html") 用于控制弹出新的窗口page.html,如果page.html不与主窗口在同一路径下... 阅读全文
posted @ 2007-05-16 13:45 白沙 阅读(460) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2007-05-16 13:41 白沙 阅读(161) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2007-05-16 12:57 白沙 阅读(1418) 评论(0) 推荐(0) 编辑

摘要: 1。隐藏时不占位 document.all.div名.style.display="block"(显示) document.all.div名.style.display="none"(隐藏) 2。隐藏时占位 document.all.div名.style.visibility="true"(显示) document.all.div名.style.visibility="false"(隐藏)3。取... 阅读全文
posted @ 2007-05-16 12:40 白沙 阅读(227) 评论(0) 推荐(0) 编辑

摘要: How to populate the datagrid on background thread with data binding by using Visual C# View products that this article applies to. Article ID : 318... 阅读全文
posted @ 2007-05-16 00:25 白沙 阅读(567) 评论(0) 推荐(0) 编辑

2007年5月5日

摘要: Good morning ! It is really my honor to have this opportunity for a interview, I hope i can make a good performance today. I'm confident that I can succeed. Now i will introduce myself brie... 阅读全文
posted @ 2007-05-05 21:10 白沙 阅读(186) 评论(0) 推荐(0) 编辑

摘要: I'm very happy to come here to study with you. This class feels just like a big family to me. I'm interested in sport,pop music.I also enjoy playing games on net.I would love to play with you sometime... 阅读全文
posted @ 2007-05-05 20:46 白沙 阅读(459) 评论(0) 推荐(0) 编辑

2007年4月25日

摘要: 在 ASP.NET 中执行 URL 重写 【文章来源:http://www.microsoft.com/china/msdn/library/webservices/asp.net/URLRewriting.mspx?mfr=true】发布日期: 8/23/2004 | 更新日期: 8/23/2004 Scott Mitchell 4GuysFromRolla.com 适用范围: Micros... 阅读全文
posted @ 2007-04-25 09:05 白沙 阅读(262) 评论(0) 推荐(0) 编辑