相忘于江湖

不抛弃,不放弃... 请给我勇敢,改变可以改变的;请给我坚强,接受不可以改变的;请给我智慧,分辨这两者。

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

2007年12月24日

摘要: 作者:未知 来源于:网络转载 发布时间:2006-9-30 23:42:32 一直以为offsetParent和parentElement是一回事,最近在做web控件才发现原来的理解是大错特错。 parentElement 在msdn的解释是Retrieves the parent object in the object hierarchy. 而offsetParent在ms... 阅读全文
posted @ 2007-12-24 16:50 playman0211 阅读(6040) 评论(0) 推荐(0) 编辑

摘要: 1.建立一aspx页面,html代码 WebForm1 名称: 描述: );" onmouseout="kill();" src='' height='150'/> ... 阅读全文
posted @ 2007-12-24 16:46 playman0211 阅读(249) 评论(0) 推荐(0) 编辑

摘要: 将某种数据类型的表达式显式转换为另一种数据类型。CAST 和 CONVERT 提供相似的功能。 语法 使用 CAST: CAST ( expression AS data_type ) 使用 CONVERT: CONVERT (data_type[(length)], expression [, style]) 参数 expression 是任何有效的 Microsoft® SQL Server... 阅读全文
posted @ 2007-12-24 12:36 playman0211 阅读(604) 评论(0) 推荐(0) 编辑